DocumentServer/OfficeWeb/apps/presentationeditor/main/resources/css/file.css
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

117 lines
2.9 KiB
CSS

.pe-file-body .x-panel-body-default {
background: #ffffff;
border-color: #ffffff;
}
.pe-file-toolbar,
.x-nlg .pe-file-toolbar {
background-color: #f4f4f4 !important;
background-image: none !important;
-webkit-box-shadow: inset -1px 0 0 #C8C8C8;
-moz-box-shadow: inset -1px 0 0 #C8C8C8;
box-shadow: inset -1px 0 0 #C8C8C8;
filter: none;
border: none !important;
padding: 0;
}
.pe-file-separator {
margin: 10px 20px 10px 20px;
height: 1px;
line-height: 0px;
border: 1px solid #e1e1e1;
border-bottom: 1px solid white;
}
.x-btn-file-over {
background-color: #e2e2e2;
border: none;
}
.download-button-style {
background-color: #f5f5f5 !important;
border: none !important;
}
.pe-file-table table {
margin-left: auto !important;
margin-right: auto !important;
}
.doc-format{
background: url("../img/docformat.png") 0 0 no-repeat !important;
background-image: -webkit-image-set(url("../img/docformat.png") 1x, url("../img/docformat@2x.png") 2x);
}
.btn-pptx {
background-position: -102px 0 !important;
border: none !important;
}
.btn-pdf {
background-position: -306px 0 !important;
border: none !important;
}
.btn-pptx.x-btn-over,
.btn-pptx.x-btn-pressed {
background-position: 0 0 !important;
}
.btn-pdf.x-btn-over,
.btn-pdf.x-btn-pressed {
background-position: -204px 0 !important;
}
.pe-documentinfo-body .doc-info-label-cell,
.pe-documentsettings-body .doc-info-label-cell {
font-weight: bold;
width: 30%
}
.pe-documentinfo-body .userLink {
background: url("../img/profile.png") no-repeat scroll left center transparent;
background-image: -webkit-image-set(url("../img/profile.png") 1x, url("../img/profile@2x.png") 2x) !important;
display: inline-block;
padding: 0 0 0 17px;
}
.help-menu-view {
padding-top: 14px;
}
.help-menu-container .thumb-wrap{
padding: 7px 2px 7px 20px;
width: 100%;
cursor: pointer;
border: 1px solid transparent;
}
.help-menu-container .thumb-wrap.x-item-over{
background: none;
}
.help-menu-container .thumb-wrap.x-item-selected {
background: url(../img/controls/button/toolbar-button-bg.gif) repeat-x !important;
background-image: -webkit-image-set(url("../img/controls/button/toolbar-button-bg.gif") 1x, url("../img/controls/button/toolbar-button-bg@2x.gif") 2x);
background-origin: border-box !important;
-moz-background-origin: border !important;
background-attachment: inherit;
border: 1px solid rgba(0, 0, 0, 0.2)!important;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.help-menu-container .thumb-wrap.x-item-selected span {
color:#FFFFFF !important;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.help-menu-container .header-wrap {
padding: 7px 2px 7px 10px;
font-weight: bold;
}
.pe-documentsettings-body {
padding: 30px;
}