This commit is contained in:
Alexander Trofimov
2015-06-25 11:27:08 +03:00
parent dbf21ee32f
commit a10605c91f
174 changed files with 24121 additions and 8908 deletions

View File

@@ -201,14 +201,15 @@
font-size: 12px;
.settings-item-wrap {
padding: 7px 2px 7px 20px;
padding: 4px 2px 4px 20px;
.settings-icon {
width: 20px;
height: 20px;
position: absolute;
background-repeat: no-repeat;
.background-ximage('@{app-image-path}/toolbar-menu.png', '@{app-image-path}/toolbar-menu@2x.png', 60px);
margin: 0 5px 3px 0;
vertical-align: middle;
&.mnu-print {
background-position: 0 -220px;
@@ -218,11 +219,6 @@
background-position: 0 -1141px;
}
}
.caption {
vertical-align: middle;
padding-left: 25px;
}
}
&:hover,
@@ -465,7 +461,8 @@
}
}
#panel-info {
#panel-info,
#panel-rights {
padding: 0 30px;
table {
tr {

View File

@@ -238,3 +238,13 @@
#id-toolbar-btn-num-format button .caption {
display: inline-block;
}
#id-toolbar-mnu-item-border-width {
.border-size-item {
background: ~"url('@{app-image-path}/toolbar/BorderSize.png') repeat-x scroll 0 0";
width: 80px;
height: 20px;
margin-top: -3px;
margin-bottom: -2px;
}
}