2013-07-19 01:00:04 +04:00
|
|
|
td.status > span {
|
|
|
|
display: inline-block;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
2013-10-06 22:08:24 +04:00
|
|
|
td.mountPoint, td.backend { width:160px; }
|
2014-04-25 18:34:48 +04:00
|
|
|
td.remove>img { visibility:hidden; padding-top:7px; }
|
2012-08-12 23:20:31 +04:00
|
|
|
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;
|
|
|
|
}
|
2014-04-25 18:34:48 +04:00
|
|
|
|
|
|
|
#externalStorage td.applicable div.chzn-container {
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
}
|
2014-06-02 19:25:08 +04:00
|
|
|
|
|
|
|
|
|
|
|
#externalStorage td.status .success {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2014-06-13 20:14:41 +04:00
|
|
|
|
2014-06-16 13:33:51 +04:00
|
|
|
#userMountingBackends {
|
2014-06-13 20:14:41 +04:00
|
|
|
padding-left: 25px;
|
|
|
|
}
|