[DE] Add icons, change styles in page thumbnails
|
@ -9,7 +9,7 @@
|
|||
<button id="left-btn-navigation" class="btn btn-category" data-hint="0" data-hint-direction="right" data-hint-offset="big" content-target=""><i class="icon toolbar__icon btn-menu-navigation"> </i></button>
|
||||
<button id="left-btn-support" class="btn btn-category" data-hint="0" data-hint-direction="right" data-hint-offset="big" content-target=""><i class="icon toolbar__icon btn-menu-support"> </i></button>
|
||||
<button id="left-btn-about" class="btn btn-category" data-hint="0" data-hint-direction="right" data-hint-offset="big" content-target=""><i class="icon toolbar__icon btn-menu-about"> </i></button>
|
||||
<button id="left-btn-thumbnails" class="btn btn-category" data-hint="0" data-hint-direction="right" data-hint-offset="big" content-target=""><i class="icon toolbar__icon btn-menu-thumbnails"> </i></button>
|
||||
<button id="left-btn-thumbnails" class="btn btn-category" data-hint="0" data-hint-direction="right" data-hint-offset="big" content-target=""><i class="icon toolbar__icon btn-menu-thumbs"> </i></button>
|
||||
</div>
|
||||
<div class="left-panel" style="">
|
||||
<!-- /** coauthoring begin **/ -->
|
||||
|
|
|
@ -81,9 +81,9 @@ define([
|
|||
var sizeSettingTemplate = _.template('<div id="thumbnails-size">' +
|
||||
'<label><%= caption %></label>' +
|
||||
'<div class="thumbnails-sld-box">' +
|
||||
'<span class="menu-item-icon menu__icon thumbnail-small btn-zoomdown"></span>' +
|
||||
'<span class="menu-item-icon menu__icon thumbnail-small"></span>' +
|
||||
'<div id="sld-thumbnails-size"></div>' +
|
||||
'<span class="menu-item-icon menu__icon thumbnail-big btn-zoomup"></span>' +
|
||||
'<span class="menu-item-icon menu__icon thumbnail-big"></span>' +
|
||||
'</div>',
|
||||
'</div>');
|
||||
|
||||
|
@ -94,7 +94,7 @@ define([
|
|||
hint: this.textThumbnailsSettings,
|
||||
menu: new Common.UI.Menu({
|
||||
menuAlign: 'tr-br',
|
||||
style: 'min-width: 200px;',
|
||||
style: 'min-width: 198px;',
|
||||
items: [
|
||||
{
|
||||
caption: this.textThumbnailsSize,
|
||||
|
|
After Width: | Height: | Size: 249 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 192 B |
After Width: | Height: | Size: 255 B |
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 283 B |
After Width: | Height: | Size: 227 B |
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 229 B |
After Width: | Height: | Size: 186 B |
After Width: | Height: | Size: 180 B |
After Width: | Height: | Size: 396 B |
After Width: | Height: | Size: 249 B |
After Width: | Height: | Size: 222 B |
|
@ -39,7 +39,7 @@
|
|||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
padding-left: 8px;
|
||||
padding-left: 12px;
|
||||
line-height: 25px;
|
||||
}
|
||||
.thumbnails-sld-box {
|
||||
|
@ -52,7 +52,18 @@
|
|||
}
|
||||
#sld-thumbnails-size {
|
||||
display: inline-block;
|
||||
margin: 0 10px;
|
||||
margin: 0 10px 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
li {
|
||||
a {
|
||||
padding: 5px 20px 5px 33px;
|
||||
&.checked:before {
|
||||
margin-left: -24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|