From: Trevor Parscal Date: Fri, 31 Jul 2009 23:32:58 +0000 (+0000) Subject: Reduced specificity of some formatting elements and made corrections to things in... X-Git-Tag: 1.31.0-rc.0~40595 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=186871281ee622730584bdd5ded5d4c4fefc78e7;p=lhc%2Fweb%2Fwiklou.git Reduced specificity of some formatting elements and made corrections to things in the vector UI that that caused to change. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 99cd93287e..319c7e9cb4 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -78,6 +78,7 @@ body { } /* @noflip */ #p-personal li { + line-height: 1.125em; float: left; } #p-personal li { @@ -127,6 +128,7 @@ body { } /* OVERRIDDEN BY COMPLIANT BROWSERS */ div.vectorTabs ul li { + line-height: 1.125em; display: inline-block; height: 100%; margin: 0; @@ -264,6 +266,7 @@ body { padding: 0; margin: 0; text-align: left; + line-height: 1em; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ div.vectorMenu li a { @@ -361,6 +364,7 @@ body { margin: 0; } #panel div.portal div.body ul li { + line-height: 1.125em; padding: 0; padding-bottom: 0.5em; margin: 0; @@ -644,31 +648,31 @@ pre { background-color: #f9f9f9; line-height: 1.1em; } -#content ul { +ul { line-height: 1.5em; list-style-type: square; margin: .3em 0 0 1.5em; padding: 0; list-style-image: url(images/bullet-icon.png); } -#content ol { +ol { line-height: 1.5em; margin: .3em 0 0 3.2em; padding: 0; list-style-image: none; } -#content li { +li { margin-bottom: .1em; } -#content dt { +dt { font-weight: bold; margin-bottom: .1em; } -#content dl { +dl { margin-top: .2em; margin-bottom: .5em; } -#content dd { +dd { line-height: 1.5em; margin-left: 2em; margin-bottom: .1em; @@ -681,12 +685,12 @@ table { * floated tables */ background-color: white; } -#content fieldset table { +fieldset table { /* but keep table layouts in forms clean... */ background: none; } /* Forms */ -#content fieldset { +fieldset { border: 1px solid #2f6fab; margin: 1em 0 1em 0; padding: 0 1em 1em; @@ -696,19 +700,19 @@ table { margin: 0 0 0.5em 0; padding: 0 0.5em 0.5em; } -#content legend { +legend { padding: .5em; font-size: 95%; } -#content form { +form { border: none; margin: 0; } -#content textarea { +textarea { width: 100%; padding: .1em; } -#content select { +select { vertical-align: top; } /* Table of Contents */ diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index f2c67be70e..4814550c06 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -78,6 +78,7 @@ body { } /* @noflip */ #p-personal li { + line-height: 1.125em; float: left; } #p-personal li { @@ -127,6 +128,7 @@ body { } /* OVERRIDDEN BY COMPLIANT BROWSERS */ div.vectorTabs ul li { + line-height: 1.125em; display: inline-block; height: 100%; margin: 0; @@ -264,6 +266,7 @@ body { padding: 0; margin: 0; text-align: right; + line-height: 1em; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ div.vectorMenu li a { @@ -361,6 +364,7 @@ body { margin: 0; } #panel div.portal div.body ul li { + line-height: 1.125em; padding: 0; padding-bottom: 0.5em; margin: 0; @@ -644,31 +648,31 @@ pre { background-color: #f9f9f9; line-height: 1.1em; } -#content ul { +ul { line-height: 1.5em; list-style-type: square; margin: .3em 1.5em 0 0; padding: 0; list-style-image: url(images/bullet-icon.png); } -#content ol { +ol { line-height: 1.5em; margin: .3em 3.2em 0 0; padding: 0; list-style-image: none; } -#content li { +li { margin-bottom: .1em; } -#content dt { +dt { font-weight: bold; margin-bottom: .1em; } -#content dl { +dl { margin-top: .2em; margin-bottom: .5em; } -#content dd { +dd { line-height: 1.5em; margin-right: 2em; margin-bottom: .1em; @@ -681,12 +685,12 @@ table { * floated tables */ background-color: white; } -#content fieldset table { +fieldset table { /* but keep table layouts in forms clean... */ background: none; } /* Forms */ -#content fieldset { +fieldset { border: 1px solid #2f6fab; margin: 1em 0 1em 0; padding: 0 1em 1em; @@ -696,19 +700,19 @@ table { margin: 0 0 0.5em 0; padding: 0 0.5em 0.5em; } -#content legend { +legend { padding: .5em; font-size: 95%; } -#content form { +form { border: none; margin: 0; } -#content textarea { +textarea { width: 100%; padding: .1em; } -#content select { +select { vertical-align: top; } /* Table of Contents */