bug fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user