X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=0b238d97a63dd9143916cc440a9896280f992cfd;hb=1f295d9267c0ba3968840f24779190282c12d296;hp=623285d3ff1b3ef91a36e3f7c9427ca5ba07bbfc;hpb=0026ae2959012d3ebb007f86c38ae63f57083dc8;p=myslice.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 623285d3..0b238d97 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -818,3 +818,20 @@ div.s-monitor { span#stats-period-txt { text-transform:lowercase; } + +// resource info modal +a.resource-info:hover { + cursor:pointer; +} +table.modal-resource-info tr td:first-child { + font-weight:bold; + text-align:right; +} +table.modal-resource-info tr:first-child td { + border-top:0; + text-align:center; +} +table.modal-resource-info tr:last-child td { + border-bottom:0; + text-align:center; +}