2013-07-18 21:00:04 +00:00
|
|
|
td.status > span {
|
|
|
|
display: inline-block;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
2013-10-06 18:08:24 +00:00
|
|
|
td.mountPoint, td.backend { width:160px; }
|
2014-04-25 14:34:48 +00:00
|
|
|
td.remove>img { visibility:hidden; padding-top:7px; }
|
2012-08-12 19:20:31 +00:00
|
|
|
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
|
2012-06-08 15:42:00 +00:00
|
|
|
#addMountPoint>td { border:none; }
|
|
|
|
#addMountPoint>td.applicable { visibility:hidden; }
|
2014-07-15 20:33:30 +00:00
|
|
|
|
|
|
|
#selectBackend {
|
2014-07-16 12:30:58 +00:00
|
|
|
margin-left: -10px;
|
|
|
|
width: 150px;
|
2014-07-15 20:33:30 +00:00
|
|
|
}
|
|
|
|
|
2014-07-16 12:30:58 +00:00
|
|
|
#externalStorage td.configuration,
|
|
|
|
#externalStorage td.backend {
|
|
|
|
white-space: normal;
|
2014-07-15 20:33:30 +00:00
|
|
|
}
|
2014-08-14 16:48:34 +00:00
|
|
|
#externalStorage td.configuration > * {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2014-07-15 20:33:30 +00:00
|
|
|
|
|
|
|
#externalStorage td.configuration input.added {
|
2014-07-16 12:30:58 +00:00
|
|
|
margin-right: 6px;
|
2014-07-15 20:33:30 +00:00
|
|
|
}
|
2013-11-11 17:03:57 +00:00
|
|
|
|
|
|
|
#externalStorage label > input[type="checkbox"] {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
2014-04-25 14:34:48 +00:00
|
|
|
|
2015-01-16 20:06:49 +00:00
|
|
|
#externalStorage td.configuration label {
|
|
|
|
min-width: 144px; /* 130px plus 2x7px padding */
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-04-25 14:34:48 +00:00
|
|
|
#externalStorage td.applicable div.chzn-container {
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
}
|
2014-06-02 15:25:08 +00:00
|
|
|
|
|
|
|
#externalStorage td.status .success {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2014-06-13 16:14:41 +00:00
|
|
|
|
2014-06-16 09:33:51 +00:00
|
|
|
#userMountingBackends {
|
2014-06-13 16:14:41 +00:00
|
|
|
padding-left: 25px;
|
|
|
|
}
|
2014-05-08 13:25:46 +00: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;
|
|
|
|
}
|