split engine/ into manifold/ (backend oriented) and unfold/ (the UI)
[myslice.git] / unfold / 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 }