2012-12-24 22:45:52 +04:00
|
|
|
td.status>span { display:inline-block; height:16px; width:16px; }
|
|
|
|
span.success { background-image: url('../img/success.png'); background-repeat:no-repeat; }
|
|
|
|
span.error { background-image: url('../img/error.png'); background-repeat:no-repeat; }
|
|
|
|
span.waiting { background-image: url('../img/waiting.png'); background-repeat:no-repeat; }
|
2012-06-08 19:42:00 +04:00
|
|
|
td.mountPoint, td.backend { width:10em; }
|
2012-08-12 23:20:31 +04:00
|
|
|
td.remove>img { visibility:hidden; padding-top:0.8em; }
|
|
|
|
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
|
2012-06-08 19:42:00 +04:00
|
|
|
#addMountPoint>td { border:none; }
|
|
|
|
#addMountPoint>td.applicable { visibility:hidden; }
|
|
|
|
#selectBackend { margin-left:-10px; }
|