From b5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 13 Aug 2009 17:46:09 -0400 Subject: 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 --- theme/admin/css/ie6.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 theme/admin/css/ie6.css (limited to 'theme/admin/css/ie6.css') 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 @@ +#main table tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; } +#main table tr .action .edit { color: #c5a059; } +#main table tr .action .delete { color: #a02b2b; } +#main table tr .action .view { color: #55a34a; } +#main table tr .action a:hover { text-decoration: underline; } + +#main fieldset p { margin: 0 0 7px 0; } /* half of the normal bottom margin */ + +.jNiceSelectWrapper ul { + height: 99px; +} + +.jNiceSelectWrapper div span { + padding: 9px 7px 0; +} + +button { + width: 85px; +} + +.uniForm, .uniForm fieldset, .uniForm .ctrlHolder, .uniForm .formHint, .uniForm .buttonHolder, .uniForm .ctrlHolder .multiField, .uniForm .inlineLabel{ zoom:1; } +.uniForm .inlineLabels label, .uniForm .inlineLabels .label, .uniForm .blockLabels label, .uniForm .blockLabels .label, .uniForm .inlineLabel span{ padding-bottom: .2em; } +.uniForm .inlineLabel input, .uniForm .inlineLabels .inlineLabel input, .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; } -- cgit 1.4.1