src/pyams_skin/resources/js/ext/tinymce/dev/skins/lightgray/MenuButton.less
changeset 69 a361355b55c7
equal deleted inserted replaced
68:fd8fb93e1b6a 69:a361355b55c7
       
     1 /* MenuButton */
       
     2 
       
     3 .@{prefix}-menubtn span {
       
     4 	color: @btn-text;
       
     5 	margin-right: 2px;
       
     6 	line-height: @line-height;
       
     7 	*line-height: @line-height - 4px;
       
     8 }
       
     9 
       
    10 .@{prefix}-menubtn.@{prefix}-btn-small span {
       
    11 	font-size: @font-size - 2px;
       
    12 }
       
    13 
       
    14 .@{prefix}-menubtn.@{prefix}-fixed-width span {
       
    15 	display: inline-block;
       
    16 	overflow-x: hidden;
       
    17 	text-overflow: ellipsis;
       
    18 	width: 90px;
       
    19 }
       
    20 
       
    21 .@{prefix}-menubtn.@{prefix}-fixed-width.@{prefix}-btn-small span {
       
    22 	width: 70px;
       
    23 }
       
    24 
       
    25 .@{prefix}-menubtn .@{prefix}-caret {
       
    26 	*margin-top: 6px;
       
    27 }
       
    28 
       
    29 // RTL
       
    30 
       
    31 .@{prefix}-rtl .@{prefix}-menubtn button {
       
    32 	direction: rtl;
       
    33 	text-align: right;
       
    34 }