web-apps/apps/presentationeditor/main/resources/less/document-preview.less

61 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-04-27 10:25:18 +00:00
#pe-preview {
z-index: @zindex-navbar+3;
}
2016-03-11 00:48:53 +00:00
.preview-controls {
display: table;
2021-02-16 08:36:00 +00:00
background: @background-toolbar-ie;
2020-12-19 19:43:19 +00:00
background: @background-toolbar;
2016-03-11 00:48:53 +00:00
height: 35px;
z-index: 10;
opacity: 0.2;
&:hover {
opacity: 1 !important;
}
.preview-group {
display: table-cell;
vertical-align: middle;
}
#preview-label-slides {
font: bold 11px Helvetica, Arial, Verdana, sans-serif;
2021-04-26 20:54:50 +00:00
color: @text-normal-ie;
color: @text-normal;
2016-03-11 00:48:53 +00:00
text-shadow: none;
white-space: nowrap;
cursor: pointer;
}
#btn-preview-prev {
margin-left: 10px;
}
#btn-preview-close {
margin-right: 10px;
}
.separator {
margin: 0px 10px;
height: 19px;
}
#preview-goto-box {
position: fixed;
2017-08-11 13:09:30 +00:00
bottom: 33px;
2016-03-11 00:48:53 +00:00
padding: 10px;
margin-left: 80px;
margin-bottom: 2px;
min-width: 130px;
> label {
display: inline-block;
margin-right: 10px;
}
> input[type=text] {
width: 50px;
display: inline-block;
}
}
}