diff forum/Themes/core/css/ie6.css @ 76:e3e11437ecea website

Add forum code
author Chris Cannam
date Sun, 07 Jul 2013 11:25:48 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/forum/Themes/core/css/ie6.css	Sun Jul 07 11:25:48 2013 +0200
@@ -0,0 +1,63 @@
+/* special styles for IE6 */
+
+.main_menu li.active a
+{
+	background: none;
+	padding-right: 0;
+}
+.main_menu li.active
+{
+	background: url(../images/maintab_active_last.gif) no-repeat bottom right;
+	padding-right: 8px;
+}
+
+* html #poll_options ul.horizlist dl.options dd, * html #poll_options ul.horizlist dl.options dt
+{
+	margin: 0;
+	padding: 0;
+}
+/* the tabled definition lists */
+dl.settings dd, #creator dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd
+{
+	float: none;
+	width: auto;
+}
+
+.modbuttons .buttonlist_bottom ul, .modbuttons .buttonlist ul, .floatright .buttonlist ul, .floatright .buttonlist_bottom ul, .readbuttons .buttonlist ul, .readbuttons .buttonlist_bottom ul
+{
+	float: right;
+}
+
+/* Profile template */
+#detailedinfo div.content dl
+{
+	height: 0.1%;
+}
+.infocenter_section div.sectionbody
+{
+	height: 30px;
+}
+
+#forumposts .postarea
+{
+	margin-left: 0;
+	margin-right: 0;
+	float: right;
+}
+.signature
+{
+	padding: 0 0 0.8em 0;
+}
+#quickReplyOptions form textarea
+{
+	width: 98%;
+}
+code.bbc_code
+{
+	white-space: normal;
+}
+
+#ip_list li.header
+{
+	height: .1%;
+}
\ No newline at end of file