]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/debian/missing-sources/framework/Web/Javascripts/source/tinymce-405/skins/lightgray/MenuButton.less
baculum: Add missing-sources directory in debian metadata structure
[bacula/bacula] / gui / baculum / debian / missing-sources / framework / Web / Javascripts / source / tinymce-405 / skins / lightgray / MenuButton.less
1 /* MenuButton */
2
3 .mce-menubtn.mce-disabled span {
4         color: @text-color-disabled;
5 }
6
7 .mce-menubtn span {
8         margin-right: 2px;
9         line-height: @line-height;
10         *line-height: @line-height - 4px;
11 }
12
13 .mce-menubtn.mce-btn-small span {
14         font-size: @font-size - 2px;
15         line-height: @line-height - 5px;
16         *line-height: @line-height - 4px;
17 }
18
19 .mce-menubtn.mce-fixed-width span {
20         display: inline-block;
21         overflow-x: hidden;
22         text-overflow: ellipsis;
23         width: 90px;
24 }
25
26 .mce-menubtn.mce-fixed-width.mce-btn-small span {
27         width: 70px;
28 }