cosmetic changes to the plugin layout
[unfold.git] / unfold / css / plugin.css
1 div.plugin-toggle {
2     margin:             3px;
3     padding:            5px;
4     border-style:       dotted;
5     border-width:       1px;
6     border-radius:      8px;
7 }
8 h4.plugin-show {
9     cursor: s-resize;
10 }
11 h4.plugin-hide { 
12     cursor: n-resize;
13 }
14 h4.plugin-show, h4.plugin-hide {
15     margin:8px;
16 }
17 i.icon-hand-right,i.icon-hand-down {
18     padding-right: 4px;
19 }
20 a.plugin-tooltip { 
21     font-size: 130%;
22     font-style: italic;
23     font-weight: normal;
24     padding: 4px;
25     color: #808080;
26 }
27 a.plugin-tooltip:hover { 
28     color: #102050; 
29     text-decoration: none;
30 }