source: branches/branch-1_6/template/yoga/admin/default-layout.css @ 1455

Last change on this file since 1455 was 1455, checked in by chrisaga, 18 years ago

merge from trunk r1453:1454 into branch 1.6 (cat_move and cat_modify admin pages)

  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1/* $Id: */
2BODY#theAdminPage #theHeader P {
3  display: none;
4}
5
6/* History tables */
7TABLE.table2 {
8  border: 1px solid black;
9  margin: 1em auto;
10  padding: 0;
11}
12
13TABLE.table2 TD, TABLE.table2 TH {
14  padding: 0 1em;
15}
16
17TABLE.table2 TR {
18  text-align: left;
19}
20
21TABLE.table2 TR.throw {
22  text-align: center;
23}
24
25.hour {
26  white-space: pre;
27}
28
29.number {
30  text-align: right;
31}
32
33TABLE#dailyStats {
34  width: 60%;
35}
36
37TABLE#detailedStats {
38  width: 80%;
39}
40
41/* categoryOrdering */
42SELECT.categoryList {
43  width: 100%;
44}
45
46FORM#categoryOrdering {
47  padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
48  padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
49}
50FORM#categoryOrdering p {
51        text-align: left;
52        margin-top: 1em;
53        margin-bottom: 1em;
54}
55UL.categoryUl {
56  list-style: none;
57  padding: 0;
58  margin: 0;
59}
60
61LI.categoryLi {
62  border: 1px solid gray;
63  padding: 0px 5px;
64  margin-bottom: 5px;
65}
66
67FORM#categoryOrdering UL.categoryActions {
68  float: right;
69  margin-top: 5px;
70}
71/* */
72
73FORM#catModify TABLE { width: auto; }
74
75FIELDSET.elementEdit A {
76  display: block;
77  float: right;
78}
79
80TABLE.doubleSelect {
81  text-align: center;
82  margin: 0 auto;
83  width: 100%;
84}
85
86TABLE.doubleSelect TD {
87  padding: 0 5px;
88  width: 50%;
89}
90
91TABLE.doubleSelect SELECT.categoryList {
92  width: 100%;
93}
94
95FORM#categoryPermissions LI {
96  display:inline;
97  white-space: nowrap;
98}
99
100FIELDSET#generalConf SPAN.property {
101  width: 25%;
102}
103FIELDSET#generalConf TEXTAREA.description {
104  width: 70%;
105}
Note: See TracBrowser for help on using the repository browser.