diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-11-08 14:25:10 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-11-08 14:25:10 (GMT) |
commit | 1c7e3475a0f66138e48b770ce82c74b960932d09 (patch) | |
tree | b56d97f74f4f0a16441c9353accde83784a3566b /lib/viewers/odf/editor/dijit/themes/claro/Menu_rtl.less | |
parent | 7ecb80d380346e0204828d568834019c49c598a0 (diff) | |
download | kolab-chwala-1c7e3475a0f66138e48b770ce82c74b960932d09.tar.gz |
Integrated webodf editor
Diffstat (limited to 'lib/viewers/odf/editor/dijit/themes/claro/Menu_rtl.less')
-rw-r--r-- | lib/viewers/odf/editor/dijit/themes/claro/Menu_rtl.less | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/viewers/odf/editor/dijit/themes/claro/Menu_rtl.less b/lib/viewers/odf/editor/dijit/themes/claro/Menu_rtl.less new file mode 100644 index 0000000..6f669f5 --- /dev/null +++ b/lib/viewers/odf/editor/dijit/themes/claro/Menu_rtl.less @@ -0,0 +1,11 @@ +@import "variables"; + +.claro .dijitMenuItemRtl .dijitMenuExpand { + background-position: -7px 0; + margin-right: 0; + margin-left: 3px; +} + +.claro .dijitMenuItemRtl .dijitMenuItemIcon { + margin:0 4px 0 0; +} |