summary refs log tree commit diff stats
path: root/theme/admin/css/ie6.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-08-13 17:46:09 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-08-13 17:46:09 -0400
commitb5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a (patch)
tree0449277e94a42aa155995a90fd8a89cb3309e7ab /theme/admin/css/ie6.css
parent6a1d5b60e6ec541a36727b84b71168f62221f7d7 (diff)
downloadfourisland-b5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a.tar.gz
fourisland-b5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a.tar.bz2
fourisland-b5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a.zip
Rewrote Admin panel
The following database changes must be made:

* A TEXT column called "text" must be added to the end of "polloftheweek"
* The transferPollRss.php script must be run
* The "pollrss" table must be dropped

Closes #113
Diffstat (limited to 'theme/admin/css/ie6.css')
-rw-r--r--theme/admin/css/ie6.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/theme/admin/css/ie6.css b/theme/admin/css/ie6.css new file mode 100644 index 0000000..de5f9c7 --- /dev/null +++ b/theme/admin/css/ie6.css
@@ -0,0 +1,23 @@
1#main table tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; }
2#main table tr .action .edit { color: #c5a059; }
3#main table tr .action .delete { color: #a02b2b; }
4#main table tr .action .view { color: #55a34a; }
5#main table tr .action a:hover { text-decoration: underline; }
6
7#main fieldset p { margin: 0 0 7px 0; } /* half of the normal bottom margin */
8
9.jNiceSelectWrapper ul {
10 height: 99px;
11}
12
13.jNiceSelectWrapper div span {
14 padding: 9px 7px 0;
15}
16
17button {
18 width: 85px;
19}
20
21.uniForm, .uniForm fieldset, .uniForm .ctrlHolder, .uniForm .formHint, .uniForm .buttonHolder, .uniForm .ctrlHolder .multiField, .uniForm .inlineLabel{ zoom:1; }
22.uniForm .inlineLabels label, .uniForm .inlineLabels .label, .uniForm .blockLabels label, .uniForm .blockLabels .label, .uniForm .inlineLabel span{ padding-bottom: .2em; }
23.uniForm .inlineLabel input, .uniForm .inlineLabels .inlineLabel input, .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }