2016-08-09 23:01:39 +00:00
|
|
|
#files_external {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#externalStorage {
|
|
|
|
margin: 15px 0 20px 0;
|
2016-08-09 12:05:02 +00:00
|
|
|
}
|
|
|
|
|
2018-08-01 07:19:52 +00:00
|
|
|
#externalStorage td {
|
|
|
|
& > input, & > select {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-11-24 12:57:12 +00:00
|
|
|
#externalStorage td.status {
|
|
|
|
/* overwrite conflicting core styles */
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#externalStorage td.status > span {
|
2013-07-18 21:00:04 +00:00
|
|
|
display: inline-block;
|
2018-02-22 12:09:06 +00:00
|
|
|
height: 28px;
|
|
|
|
width: 28px;
|
2013-07-18 21:00:04 +00:00
|
|
|
vertical-align: text-bottom;
|
2018-02-22 12:09:06 +00:00
|
|
|
border-radius: 50%;
|
|
|
|
cursor: pointer;
|
2013-07-18 21:00:04 +00:00
|
|
|
}
|
2018-08-01 07:19:52 +00:00
|
|
|
#externalStorage {
|
|
|
|
td.mountPoint, td.backend, td.authentication, td.configuration {
|
|
|
|
min-width: 160px;
|
|
|
|
width: 15%;
|
|
|
|
}
|
|
|
|
}
|
2016-03-18 16:51:36 +00:00
|
|
|
#externalStorage td>img { padding-top:7px; opacity: 0.5; }
|
|
|
|
#externalStorage td>img:hover { padding-top:7px; cursor:pointer; opacity: 1; }
|
2012-06-08 15:42:00 +00:00
|
|
|
#addMountPoint>td { border:none; }
|
|
|
|
#addMountPoint>td.applicable { visibility:hidden; }
|
2015-03-16 13:07:53 +00:00
|
|
|
#addMountPoint>td.hidden { visibility:hidden; }
|
2014-07-15 20:33:30 +00:00
|
|
|
|
2018-02-26 12:02:07 +00:00
|
|
|
#externalStorage td {
|
2018-02-26 12:03:44 +00:00
|
|
|
height: 50px;
|
2018-02-26 12:02:07 +00:00
|
|
|
&.mountOptionsToggle,
|
|
|
|
&.remove,
|
|
|
|
&.save {
|
|
|
|
position: relative;
|
|
|
|
padding: 0 !important;
|
|
|
|
width: 44px;
|
|
|
|
[class^='icon-'],
|
|
|
|
[class*=' icon-'] {
|
2018-02-27 10:35:11 +00:00
|
|
|
opacity: 0.5;
|
2018-02-26 12:02:07 +00:00
|
|
|
padding: 14px;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
cursor: pointer;
|
2018-02-27 10:35:11 +00:00
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2018-02-26 12:02:07 +00:00
|
|
|
}
|
|
|
|
}
|
2016-03-31 22:20:00 +00:00
|
|
|
}
|
|
|
|
|
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 {
|
2018-02-22 12:15:31 +00:00
|
|
|
width: 100%;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
2015-01-16 20:06:49 +00:00
|
|
|
}
|
|
|
|
|
2016-02-08 21:45:20 +00:00
|
|
|
#externalStorage td.configuration input.disabled-success {
|
|
|
|
background-color: rgba(134, 255, 110, 0.9);
|
|
|
|
}
|
|
|
|
|
2015-01-16 20:06:49 +00:00
|
|
|
|
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
|
|
|
|
2018-08-01 07:19:52 +00:00
|
|
|
#externalStorage .select2-container.applicableUsers {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2016-07-25 15:08:33 +00:00
|
|
|
.files-external-select2 .select2-results .select2-result-label {
|
2014-05-08 13:25:46 +00:00
|
|
|
height: 32px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
2016-07-25 15:08:33 +00:00
|
|
|
.files-external-select2 .select2-results .select2-result-label > span {
|
2015-10-19 03:11:24 +00:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
2016-07-25 15:08:33 +00:00
|
|
|
.files-external-select2 .select2-results .select2-result-label .avatardiv {
|
2014-05-08 13:25:46 +00:00
|
|
|
display:inline-block;
|
|
|
|
}
|
2016-07-25 15:08:33 +00:00
|
|
|
.files-external-select2 .select2-results .select2-result-label .avatardiv + span {
|
2015-10-19 03:11:24 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
2014-05-08 13:25:46 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2016-07-25 15:08:33 +00:00
|
|
|
.files-external-select2 .select2-results .select2-result-label .avatardiv[data-type="group"] + span {
|
2014-05-08 13:25:46 +00:00
|
|
|
vertical-align: top;
|
|
|
|
top: 6px;
|
2015-10-19 03:11:24 +00:00
|
|
|
position: absolute;
|
|
|
|
max-width: 80%;
|
|
|
|
left: 30px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2014-05-08 13:25:46 +00:00
|
|
|
}
|
2015-03-16 13:07:53 +00:00
|
|
|
|
|
|
|
#externalStorage .mountOptionsToggle .dropdown {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2017-04-27 20:58:41 +00:00
|
|
|
.nav-icon-external-storage {
|
2018-07-03 11:23:22 +00:00
|
|
|
@include icon-color('app-dark', 'files_external', $color-black);
|
2017-04-27 20:58:41 +00:00
|
|
|
}
|