summary refs log tree commit diff stats
path: root/theme/admin/css/hack.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/css/hack.css')
-rw-r--r--theme/admin/css/hack.css81
1 files changed, 81 insertions, 0 deletions
diff --git a/theme/admin/css/hack.css b/theme/admin/css/hack.css new file mode 100644 index 0000000..ca78b58 --- /dev/null +++ b/theme/admin/css/hack.css
@@ -0,0 +1,81 @@
1p {
2 margin: 1em 0;
3}
4
5div#flash {
6 position: fixed;
7 left: 0;
8 top: 0;
9 width: 100%;
10 background-color: yellow;
11 padding: 10px 0;
12 text-align: center;
13 border-bottom: 1px solid black;
14 z-index: 9999;
15}
16
17body {
18 background: url(/theme/images/backgrounds/island6.PNG) aqua repeat-x bottom left fixed;
19}
20
21h1 {
22 background: url(/theme/images/header.png);
23 margin: 0 auto;
24}
25
26h1, h1 a {
27 width: 800px;
28 height: 200px;
29}
30
31div#header {
32 background: url(/theme/images/header-repeat.png);
33}
34
35div#manage-options {
36 margin: .5em 0;
37 padding: .5em;
38 background-color: gray;
39 -moz-border-radius: 10px;
40 -webkit-border-radius: 10px;
41 -khtml-border-radius: 10px;
42 border-radius: 10px;
43}
44
45h2 {
46 float: none;
47}
48
49div.manage-pagination {
50 margin: .5em 0;
51 padding: .5em;
52 text-align: center;
53}
54
55.uniForm { background: #F2FAFF; }
56.uniForm fieldset{ margin: 0 0 1.5em 0; }
57.uniForm .inlineLabel em{ left: 10px !important; }
58.uniForm .inlineLabels .ctrlHolder .multiField.phoneNum .blockLabel{ width: auto; }
59.uniForm .inlineLabels .ctrlHolder .multiField .blockLabel #phone_ccode.textInput,
60.uniForm .inlineLabels .ctrlHolder .multiField .blockLabel #phone_area.textInput{ width: 4em; }
61.uniForm .blockLabels .ctrlHolder textarea { width: 99%; }
62
63td.table-img {
64 width: 17px;
65 padding: 0 5px !important;
66}
67
68td.table-author {
69 text-align: right;
70 padding-right: 20px;
71}
72
73td.table-checkbox {
74 width: 17px;
75 padding: 0 5px;
76}
77
78tr.table-header td {
79 font-weight: bold;
80 text-align: center;
81}