886ceb952c0e319fca524dd57a75732afb4ab032
[unfold.git] / unfold / css / plugin.css
1 div.plugin-toggle {
2     padding:            4px;
3     border-style:       dotted;
4     border-width:       1px;
5 }
6 p.plugin-show {
7     cursor: s-resize;
8 }
9 p.plugin-hide { 
10     cursor: n-resize;
11 }
12 p.plugin-show,i.icon-hand-right, p.plugin-hide,i.icon-hand-down {
13     padding-right: 4px;
14 }