2012-10-24 15:09:05 +04:00
|
|
|
#preview {
|
2013-11-21 16:33:04 +04:00
|
|
|
text-align: center;
|
2013-10-28 23:22:06 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#preview .notCreatable {
|
|
|
|
display: none;
|
2012-10-24 01:57:55 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
#noPreview {
|
|
|
|
display:none;
|
2014-01-16 19:36:14 +04:00
|
|
|
padding-top:80px;
|
2012-10-24 01:57:55 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
#imgframe {
|
2014-01-16 18:56:18 +04:00
|
|
|
height:75%;
|
2013-10-06 22:08:24 +04:00
|
|
|
padding-bottom:32px;
|
|
|
|
padding-top:32px;
|
2014-01-16 18:56:18 +04:00
|
|
|
width:80%;
|
|
|
|
margin:0 auto;
|
2012-10-24 01:57:55 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
2016-07-28 12:49:08 +03:00
|
|
|
|
2018-01-22 12:58:23 +03:00
|
|
|
#imgframe img {
|
2016-07-28 12:49:08 +03:00
|
|
|
max-height: 100% !important;
|
|
|
|
max-width: 100% !important;
|
|
|
|
}
|
2013-02-11 15:35:39 +04:00
|
|
|
|
2019-06-27 14:33:22 +03:00
|
|
|
#imgframe audio {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2015-04-16 16:28:04 +03:00
|
|
|
#imgframe .text-preview {
|
|
|
|
display: inline-block;
|
2015-04-18 23:11:36 +03:00
|
|
|
position: relative;
|
2015-04-16 16:28:04 +03:00
|
|
|
text-align: left;
|
|
|
|
white-space: pre-wrap;
|
2015-04-23 19:15:11 +03:00
|
|
|
overflow-y: hidden;
|
2015-04-16 16:28:04 +03:00
|
|
|
height: auto;
|
|
|
|
min-height: 200px;
|
|
|
|
max-height: 800px;
|
2015-04-18 23:11:36 +03:00
|
|
|
}
|
|
|
|
|
2015-04-23 19:15:11 +03:00
|
|
|
#imgframe .ellipsis {
|
|
|
|
font-size: 1.2em;
|
2015-04-16 16:28:04 +03:00
|
|
|
}
|
|
|
|
|
2014-08-19 17:51:10 +04:00
|
|
|
/* fix multiselect bar offset on shared page */
|
2014-01-23 18:35:30 +04:00
|
|
|
thead {
|
2014-08-19 17:51:10 +04:00
|
|
|
left: 0 !important;
|
2013-02-11 15:35:39 +04:00
|
|
|
}
|
2013-06-25 14:24:14 +04:00
|
|
|
|
|
|
|
#data-upload-form {
|
|
|
|
position: relative;
|
|
|
|
right: 0;
|
2013-10-29 19:08:11 +04:00
|
|
|
height: 32px;
|
2013-06-25 14:24:14 +04:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
float: right;
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-04-17 18:58:57 +04:00
|
|
|
/* keep long file names in one line to not overflow download button on mobile */
|
2015-07-06 14:37:14 +03:00
|
|
|
.directDownload #downloadFile {
|
2014-04-17 18:58:57 +04:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 90%;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2017-09-26 15:09:09 +03:00
|
|
|
.download-size {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
2017-01-22 19:25:02 +03:00
|
|
|
/* header buttons */
|
|
|
|
#details {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
#details button,
|
|
|
|
#details input,
|
|
|
|
#details .button {
|
|
|
|
margin: 0 5px;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
#details button:hover,
|
|
|
|
#details input:hover,
|
|
|
|
#details .button:hover {
|
|
|
|
/* No */
|
|
|
|
border-color: rgba(0,0,0,0.3) !important;
|
|
|
|
}
|
|
|
|
|
2016-06-09 18:45:16 +03:00
|
|
|
#public-upload .avatardiv {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2018-10-03 10:40:22 +03:00
|
|
|
#emptycontent {
|
|
|
|
&.has-note {
|
|
|
|
margin-top: 5vh;
|
|
|
|
}
|
2016-09-08 10:13:59 +03:00
|
|
|
}
|
|
|
|
|
2016-06-09 18:45:16 +03:00
|
|
|
#public-upload #emptycontent h2 {
|
2016-06-09 13:05:02 +03:00
|
|
|
margin: 10px 0 5px 0;
|
|
|
|
}
|
|
|
|
|
2016-06-09 18:45:16 +03:00
|
|
|
#public-upload #emptycontent h2+p {
|
2016-06-09 13:05:02 +03:00
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2016-06-09 18:45:16 +03:00
|
|
|
#public-upload #emptycontent .icon-folder {
|
2016-06-09 13:05:02 +03:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
background-size: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: text-top;
|
|
|
|
margin-bottom: 0;
|
2016-06-09 18:45:16 +03:00
|
|
|
margin-right: 5px;
|
2016-06-09 13:05:02 +03:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2020-03-12 19:38:18 +03:00
|
|
|
#public-upload #emptycontent #displayavatar .icon-folder {
|
|
|
|
height: 48px;
|
|
|
|
width: 48px;
|
|
|
|
background-size: 48px;
|
|
|
|
}
|
|
|
|
|
2016-06-09 18:45:16 +03:00
|
|
|
#public-upload #emptycontent .button {
|
2016-10-25 00:26:56 +03:00
|
|
|
display: inline-block;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
2016-06-09 18:45:16 +03:00
|
|
|
background-size: 16px;
|
|
|
|
background-position: 16px;
|
2016-06-09 13:05:02 +03:00
|
|
|
opacity: .7;
|
|
|
|
font-size: 20px;
|
2016-10-25 00:26:56 +03:00
|
|
|
line-height: initial;
|
2016-06-09 13:05:02 +03:00
|
|
|
margin: 20px;
|
|
|
|
padding: 10px 20px;
|
2016-06-09 18:45:16 +03:00
|
|
|
padding-left: 42px;
|
2016-06-09 13:05:02 +03:00
|
|
|
}
|
|
|
|
|
2016-06-09 18:45:16 +03:00
|
|
|
#public-upload #emptycontent ul {
|
2020-03-31 17:21:28 +03:00
|
|
|
width: 230px;
|
2020-03-31 20:47:22 +03:00
|
|
|
margin: 5px auto 5vh;
|
2016-06-09 18:45:16 +03:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#public-upload #emptycontent li {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding: 7px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#public-upload #emptycontent li img {
|
|
|
|
margin-right: 5px;
|
2018-12-29 13:53:51 +03:00
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
2016-06-09 18:45:16 +03:00
|
|
|
}
|
|
|
|
|
2020-03-31 17:21:28 +03:00
|
|
|
#drop-upload-progress-indicator span.icon-loading-small {
|
2016-06-09 18:45:16 +03:00
|
|
|
padding-left: 18px;
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
2016-09-08 10:13:59 +03:00
|
|
|
|
2020-03-31 17:21:28 +03:00
|
|
|
#drop-uploaded-files li #drop-upload-name {
|
|
|
|
float: left;
|
|
|
|
max-width: 180px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#drop-uploaded-files li #drop-upload-status {
|
|
|
|
float: right;
|
2020-03-31 13:56:59 +03:00
|
|
|
}
|
|
|
|
|
2018-10-03 10:40:22 +03:00
|
|
|
.disclaimer,
|
|
|
|
.note {
|
|
|
|
margin: 0 auto 30px;
|
2016-09-08 10:13:59 +03:00
|
|
|
max-width: 400px;
|
|
|
|
text-align: left;
|
2016-09-08 21:11:21 +03:00
|
|
|
}
|
2017-07-21 19:28:36 +03:00
|
|
|
|
2018-08-24 17:45:40 +03:00
|
|
|
#note-content {
|
|
|
|
padding: 5px;
|
|
|
|
display:inline-block;
|
|
|
|
width: 350px;
|
|
|
|
.content {
|
|
|
|
overflow: auto;
|
|
|
|
max-height: 200px;
|
|
|
|
}
|
2018-07-12 17:58:36 +03:00
|
|
|
}
|
2018-08-24 16:45:39 +03:00
|
|
|
|
2018-10-28 16:58:21 +03:00
|
|
|
#show-terms-dialog {
|
|
|
|
cursor: pointer;
|
2018-11-06 12:55:32 +03:00
|
|
|
font-weight: bold;
|
2018-10-28 16:58:21 +03:00
|
|
|
}
|
|
|
|
|
2018-11-06 20:02:47 +03:00
|
|
|
// hide the download entry on the menu
|
|
|
|
// on public share when NOT on mobile
|
2019-06-12 16:36:13 +03:00
|
|
|
@media only screen and (min-width: $breakpoint-mobile + 1) {
|
2018-11-06 20:02:47 +03:00
|
|
|
#body-public {
|
|
|
|
.header-right {
|
|
|
|
#header-actions-menu {
|
|
|
|
> ul > li#download {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-24 16:45:39 +03:00
|
|
|
// hide the primary on public share on mobile
|
2018-11-14 19:19:35 +03:00
|
|
|
@media only screen and (max-width: $breakpoint-mobile) {
|
2018-08-24 16:45:39 +03:00
|
|
|
#body-public {
|
|
|
|
.header-right {
|
|
|
|
#header-primary-action {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-10-01 12:49:16 +03:00
|
|
|
}
|