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