From: Gabriel Wicke Date: Tue, 18 May 2004 11:42:23 +0000 (+0000) Subject: better class name for history row flag X-Git-Tag: 1.3.0beta1~46 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=3807c34d9f2b9537aeb162e88ad1f96989b95fd2;p=lhc%2Fweb%2Fwiklou.git better class name for history row flag --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 0bfe935dab..e3872ac7a2 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -396,11 +396,13 @@ div.townBox dl dd { margin: 0; padding: 0; } + + +/* Page history styling */ /* the auto-generated edit comments */ .autocomment { color: gray; } - #pagehistory span.hlinedesc { margin-left: 1.4em } -#pagehistory span.min { +#pagehistory span.hflag { margin-left: -1em; font-weight: bold; } @@ -716,10 +718,6 @@ li#pt-login { z-index: 0; margin: 0; } -#bar #p-cactions { - top: 8.0em; - left: 5em; -} #p-cactions .selected a { z-index: 3; } #p-cactions .new a { color:#ba0000; } #p-cactions li a:hover { @@ -737,9 +735,6 @@ li#pt-login { li#ca-talk { margin-right: 1.6em; } li#ca-watch { margin-left: 1.6em; } -form #content { - left: -8em; -} /* ** the remaining portlets @@ -782,6 +777,15 @@ head:first-child+body #footer li { white-space: nowrap; } height: 1%; } +/* JeLuF's js-based preference dialog */ +#bar #p-cactions { + top: 8.0em; + left: 5em; +} +form #content { + left: -8em; +} + /* ** IE/Mac fixes, hope to find a validating way to move this ** to a separate stylesheet. This would work but doesn't validate: