0c7aaa291f24f9e624e7ce1fac53dbb901410c15
[unfold.git] / engine / static / css / plugin.css
1 div.plugin-toggle {
2     padding:            10px;
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 }