2013-07-18 17:00:04 -04:00
|
|
|
td.status > span {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-06 14:08:24 -04:00
|
|
|
td.mountPoint, td.backend { width:160px; }
|
2014-04-25 10:34:48 -04:00
|
|
|
td.remove>img { visibility:hidden; padding-top:7px; }
|
2012-08-12 15:20:31 -04:00
|
|
|
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
|
2012-06-08 11:42:00 -04:00
|
|
|
#addMountPoint>td { border:none; }
|
|
|
|
|
#addMountPoint>td.applicable { visibility:hidden; }
|
2013-07-18 17:00:04 -04:00
|
|
|
#selectBackend { margin-left:-10px; }
|
2013-11-11 12:03:57 -05:00
|
|
|
|
|
|
|
|
#externalStorage label > input[type="checkbox"] {
|
|
|
|
|
margin-right: 3px;
|
|
|
|
|
}
|
2014-04-25 10:34:48 -04:00
|
|
|
|
|
|
|
|
#externalStorage td.applicable div.chzn-container {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 3px;
|
|
|
|
|
}
|
2014-06-02 11:25:08 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
#externalStorage td.status .success {
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
2014-06-13 12:14:41 -04:00
|
|
|
|
2014-06-16 05:33:51 -04:00
|
|
|
#userMountingBackends {
|
2014-06-13 12:14:41 -04:00
|
|
|
padding-left: 25px;
|
|
|
|
|
}
|