2015-07-24 21:07:09 +00:00
|
|
|
#app-sidebar .detailFileInfoContainer {
|
2015-08-04 14:02:18 +00:00
|
|
|
min-height: 50px;
|
2015-07-16 10:49:34 +00:00
|
|
|
padding: 15px;
|
2015-07-15 14:09:00 +00:00
|
|
|
}
|
|
|
|
|
2015-07-24 21:07:09 +00:00
|
|
|
#app-sidebar .detailFileInfoContainer > div {
|
2015-07-15 14:09:00 +00:00
|
|
|
clear: both;
|
2015-07-16 10:49:34 +00:00
|
|
|
}
|
|
|
|
|
2015-08-30 12:17:18 +00:00
|
|
|
|
2016-05-06 11:04:59 +00:00
|
|
|
#app-sidebar .mainFileInfoView .icon {
|
|
|
|
display: inline-block;
|
2016-12-19 16:34:55 +00:00
|
|
|
background-size: 16px 16px;
|
2016-05-06 11:04:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#app-sidebar .mainFileInfoView .permalink {
|
2016-11-17 20:46:07 +00:00
|
|
|
padding: 6px 10px;
|
|
|
|
vertical-align: text-top;
|
2016-05-06 11:04:59 +00:00
|
|
|
}
|
|
|
|
#app-sidebar .mainFileInfoView .permalink-field>input {
|
|
|
|
clear: both;
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
|
2016-07-04 10:54:12 +00:00
|
|
|
#app-sidebar .thumbnailContainer.large {
|
2015-08-28 15:51:26 +00:00
|
|
|
margin-left: -15px;
|
|
|
|
margin-right: -35px; /* 15 + 20 for the close button */
|
|
|
|
margin-top: -15px;
|
|
|
|
}
|
|
|
|
|
2016-07-04 10:54:12 +00:00
|
|
|
#app-sidebar .thumbnailContainer.large.portrait {
|
2016-03-09 14:14:05 +00:00
|
|
|
margin: 0; /* if we don't fit the image anyway we give it back the margin */
|
2015-09-11 13:24:14 +00:00
|
|
|
}
|
|
|
|
|
2016-07-04 10:54:12 +00:00
|
|
|
#app-sidebar .large .thumbnail {
|
2015-08-28 15:51:26 +00:00
|
|
|
width:100%;
|
|
|
|
display:block;
|
|
|
|
background-repeat: no-repeat;
|
2015-09-11 13:26:47 +00:00
|
|
|
background-position: center;
|
2015-08-28 15:51:26 +00:00
|
|
|
background-size: 100%;
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
2015-09-23 12:56:13 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2016-07-04 10:54:12 +00:00
|
|
|
#app-sidebar .large .thumbnail .stretcher {
|
2015-09-23 12:56:13 +00:00
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
padding-bottom: 56.25%; /* sets height of .thumbnail to 9/16 of the width */
|
2015-08-28 15:51:26 +00:00
|
|
|
}
|
|
|
|
|
2016-07-04 10:54:12 +00:00
|
|
|
#app-sidebar .large.portrait .thumbnail {
|
2015-09-11 13:26:47 +00:00
|
|
|
background-position: 50% top;
|
|
|
|
}
|
|
|
|
|
2016-07-04 10:54:12 +00:00
|
|
|
#app-sidebar .large.portrait .thumbnail {
|
2015-08-28 15:51:26 +00:00
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
2016-07-04 13:38:16 +00:00
|
|
|
#app-sidebar .large.text {
|
2016-07-04 10:54:12 +00:00
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden;
|
2017-11-21 14:33:23 +00:00
|
|
|
padding-top: 14px;
|
2016-07-04 10:54:12 +00:00
|
|
|
font-size: 80%;
|
2016-07-04 13:38:16 +00:00
|
|
|
margin-left: 0;
|
2016-07-04 10:54:12 +00:00
|
|
|
}
|
|
|
|
|
2015-07-24 21:07:09 +00:00
|
|
|
#app-sidebar .thumbnail {
|
2015-08-24 14:58:30 +00:00
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
2015-08-30 12:17:18 +00:00
|
|
|
display: inline-block;
|
2015-07-15 10:06:13 +00:00
|
|
|
float: left;
|
2015-07-16 10:49:34 +00:00
|
|
|
margin-right: 10px;
|
2015-08-24 14:58:30 +00:00
|
|
|
background-size: 75px;
|
2015-07-15 14:09:00 +00:00
|
|
|
}
|
|
|
|
|
2015-07-24 21:07:09 +00:00
|
|
|
#app-sidebar .ellipsis {
|
2015-07-16 10:49:34 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2015-07-24 21:07:09 +00:00
|
|
|
#app-sidebar .fileName {
|
2015-08-04 14:02:18 +00:00
|
|
|
font-size: 16px;
|
2015-08-24 14:58:30 +00:00
|
|
|
padding-top: 13px;
|
|
|
|
padding-bottom: 3px;
|
2015-08-04 14:02:18 +00:00
|
|
|
}
|
|
|
|
|
2015-08-30 12:17:18 +00:00
|
|
|
#app-sidebar .fileName h3 {
|
2016-12-02 15:08:12 +00:00
|
|
|
width: calc(100% - 36px); /* 36px is the with of the copy link icon */
|
2015-09-22 12:13:56 +00:00
|
|
|
display: inline-block;
|
2015-09-15 15:03:43 +00:00
|
|
|
padding: 5px 0;
|
|
|
|
margin: -5px 0;
|
2015-08-30 12:17:18 +00:00
|
|
|
}
|
|
|
|
|
2015-08-04 14:02:18 +00:00
|
|
|
#app-sidebar .file-details {
|
2018-06-03 19:06:36 +00:00
|
|
|
color: var(--color-text-maxcontrast);
|
2016-01-05 08:39:24 +00:00
|
|
|
}
|
2016-11-02 14:17:16 +00:00
|
|
|
|
2015-08-04 14:02:18 +00:00
|
|
|
#app-sidebar .action-favorite {
|
2016-11-21 13:40:34 +00:00
|
|
|
vertical-align: sub;
|
2015-08-04 14:02:18 +00:00
|
|
|
padding: 10px;
|
|
|
|
margin: -10px;
|
2015-07-15 10:06:13 +00:00
|
|
|
}
|
|
|
|
|
2016-11-21 13:40:34 +00:00
|
|
|
#app-sidebar .action-favorite > span{
|
|
|
|
opacity: .7 !important;
|
|
|
|
}
|
|
|
|
|
2015-07-24 21:07:09 +00:00
|
|
|
#app-sidebar .detailList {
|
2015-07-15 10:06:13 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2015-07-24 21:07:09 +00:00
|
|
|
#app-sidebar .close {
|
2015-07-15 15:05:25 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2015-08-04 14:02:18 +00:00
|
|
|
opacity: .5;
|
2017-09-14 09:30:54 +00:00
|
|
|
z-index: 1;
|
2018-07-12 16:29:09 +00:00
|
|
|
width: 44px;
|
|
|
|
height: 44px;
|
2015-07-15 15:05:25 +00:00
|
|
|
}
|