rebase to wmcbrine
[pyTivo/wmcbrine/lucasnz.git] / plugins / settings / content / settings.css
blob96b155d7e88973bf3fbcf9724cc2e3cd6dcecb0f
1 html, body {
2 margin: 0;
3 padding: 0;
4 border: none;
5 height: 100%;
6 overflow: hidden;
9 table#main {
10 height: 85%;
11 text-align: left;
12 margin-left: auto;
13 margin-right: auto
16 div#settings, div#sidesections {
17 border-left: 1px dotted #999
20 td.panel {
21 vertical-align: top;
22 height: 100%
25 td.ulined {
26 border-bottom: 1px solid #999
29 div#leftframe {
30 width: 200px;
31 height: 100%;
32 overflow: hidden
35 div#settings, div#sidesections, div.sett-sect, div.help-sect {
36 width: 350px;
37 height: 100%;
38 overflow: auto
41 div#leftframe, div.sett-sect {
42 text-align: center
45 div.add-button, div.add-field, div.sett-sect, div.help-sect {
46 position: absolute;
47 left: 0px;
48 top: 0px
51 div.add-button {
52 width: 100%
55 div.add-field, div.sett-sect {
56 display: none