nextcloud/apps/files/css/detailsView.css

104 lines
1.8 KiB
CSS
Raw Normal View History

#app-sidebar .detailFileInfoContainer {
min-height: 50px;
2015-07-16 13:49:34 +03:00
padding: 15px;
}
#app-sidebar .detailFileInfoContainer > div {
clear: both;
2015-07-16 13:49:34 +03:00
}
#app-sidebar .mainFileInfoView {
2015-07-16 13:49:34 +03:00
margin-right: 20px; /* accomodate for close icon */
float:left;
display:block;
width: 100%;
}
#app-sidebar .file-details-container {
display: inline-block;
float: left;
}
#app-sidebar .thumbnailContainer.image {
margin-left: -15px;
margin-right: -35px; /* 15 + 20 for the close button */
margin-top: -15px;
}
2015-09-11 16:24:14 +03:00
#app-sidebar .thumbnailContainer.image.portrait {
margin: 0; /* if we dont fit the image anyway we give it back the margin */
}
#app-sidebar .image .thumbnail {
width:100%;
display:block;
height: 250px;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
float: none;
margin: 0;
}
#app-sidebar .image.portrait .thumbnail {
background-position: 50% top;
}
#app-sidebar .image.portrait .thumbnail {
background-size: contain;
}
#app-sidebar .thumbnail {
2015-08-24 17:58:30 +03:00
width: 75px;
height: 75px;
display: inline-block;
float: left;
2015-07-16 13:49:34 +03:00
margin-right: 10px;
2015-08-24 17:58:30 +03:00
background-size: 75px;
}
#app-sidebar .ellipsis {
2015-07-16 13:49:34 +03:00
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#app-sidebar .fileName {
font-size: 16px;
2015-08-24 17:58:30 +03:00
padding-top: 13px;
padding-bottom: 3px;
}
#app-sidebar .fileName h3 {
max-width: 300px;
float:left;
padding: 5px 0;
margin: -5px 0;
}
#app-sidebar .file-details {
margin-top: 3px;
margin-bottom: 15px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
float:left;
}
#app-sidebar .action-favorite {
vertical-align: text-bottom;
padding: 10px;
margin: -10px;
}
#app-sidebar .detailList {
float: left;
}
#app-sidebar .close {
position: absolute;
top: 0;
right: 0;
padding: 15px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
}