src/pyams_skin/resources/js/ext/tinymce/dev/skins/lightgray/MenuButton.less
changeset 69 a361355b55c7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_skin/resources/js/ext/tinymce/dev/skins/lightgray/MenuButton.less	Wed Jun 17 10:00:10 2015 +0200
@@ -0,0 +1,34 @@
+/* MenuButton */
+
+.@{prefix}-menubtn span {
+	color: @btn-text;
+	margin-right: 2px;
+	line-height: @line-height;
+	*line-height: @line-height - 4px;
+}
+
+.@{prefix}-menubtn.@{prefix}-btn-small span {
+	font-size: @font-size - 2px;
+}
+
+.@{prefix}-menubtn.@{prefix}-fixed-width span {
+	display: inline-block;
+	overflow-x: hidden;
+	text-overflow: ellipsis;
+	width: 90px;
+}
+
+.@{prefix}-menubtn.@{prefix}-fixed-width.@{prefix}-btn-small span {
+	width: 70px;
+}
+
+.@{prefix}-menubtn .@{prefix}-caret {
+	*margin-top: 6px;
+}
+
+// RTL
+
+.@{prefix}-rtl .@{prefix}-menubtn button {
+	direction: rtl;
+	text-align: right;
+}