2013-07-19 01:00:04 +04:00
|
|
|
td.status > span {
|
|
|
|
display: inline-block;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
span.success {
|
|
|
|
background: #37ce02;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
span.error {
|
|
|
|
background: #ce3702;
|
|
|
|
}
|
|
|
|
|
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; }
|
2013-07-19 01:00:04 +04:00
|
|
|
#selectBackend { margin-left:-10px; }
|
2013-11-11 21:03:57 +04:00
|
|
|
|
|
|
|
#externalStorage label > input[type="checkbox"] {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|