]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/themes/soria/Tree_rtl.css
upgrade Dojo to 1.6.1
[tt-rss.git] / lib / dijit / themes / soria / Tree_rtl.css
CommitLineData
81bea17a 1/* Tree */
2f01fe57
AD
2
3.dijitRtl .soria .dijitTreeNode,
4.dijitRtl .soria .dijitTreeExpandoLeaf {
81bea17a 5 /* disable grid lines for Tree in RTL mode, too hard to support */
2f01fe57
AD
6 background-image: none;
7}
81bea17a 8
2f01fe57 9.dijitRtl .soria .dijitTreeContent {
81bea17a 10 padding-left: 0;
2f01fe57
AD
11 padding-right: 1px;
12}
81bea17a 13
2f01fe57 14.dijitRtl .soria .dijitTreeExpandoOpened {
81bea17a 15 /* todo: icon contains grid line but grid lines disabled above */
2f01fe57
AD
16 background: url('images/spriteTree_rtl.gif') no-repeat -18px top;
17}
81bea17a 18
2f01fe57 19.dijitRtl .soria .dijitTreeExpandoClosed {
81bea17a 20 /* todo: icon contains grid line but grid lines disabled above */
2f01fe57
AD
21 background-image: url('images/spriteTree_rtl.gif');
22}