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; }
|
2014-07-16 00:33:30 +04:00
|
|
|
|
|
|
|
#selectBackend {
|
2014-07-16 16:30:58 +04:00
|
|
|
margin-left: -10px;
|
|
|
|
width: 150px;
|
2014-07-16 00:33:30 +04:00
|
|
|
}
|
|
|
|
|
2014-07-16 16:30:58 +04:00
|
|
|
#externalStorage td.configuration,
|
|
|
|
#externalStorage td.backend {
|
|
|
|
white-space: normal;
|
2014-07-16 00:33:30 +04:00
|
|
|
}
|
2014-08-14 20:48:34 +04:00
|
|
|
#externalStorage td.configuration > * {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2014-07-16 00:33:30 +04:00
|
|
|
|
|
|
|
#externalStorage td.configuration input.added {
|
2014-07-16 16:30:58 +04:00
|
|
|
margin-right: 6px;
|
2014-07-16 00:33:30 +04:00
|
|
|
}
|
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;
|
|
|
|
}
|
2014-05-08 17:25:46 +04:00
|
|
|
|
|
|
|
#body-settings .select2-results .select2-result-label {
|
|
|
|
height: 32px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
.select2-results .select2-result-label .avatardiv {
|
|
|
|
display:inline-block;
|
|
|
|
}
|
|
|
|
.select2-results .select2-result-label .avatardiv + span {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.select2-results .select2-result-label .avatardiv[data-type="group"] + span {
|
|
|
|
vertical-align: top;
|
|
|
|
top: 6px;
|
|
|
|
position: relative;
|
|
|
|
}
|