From: Gabriel Wicke Date: Mon, 17 May 2004 20:55:38 +0000 (+0000) Subject: small tweak to user icon alignment, some rules for non-js history X-Git-Tag: 1.3.0beta1~49 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=0a345c656ff601b3e71b5cad062f6cee3871f1e1;p=lhc%2Fweb%2Fwiklou.git small tweak to user icon alignment, some rules for non-js history --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 084de8959e..83c7290d86 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -398,6 +398,20 @@ div.townBox dl dd { } /* the auto-generated edit comments */ .autocomment { color: gray; } + +#pagehistory span.hlinedesc { margin-left: 1.4em } +#pagehistory span.min { + margin-left: -1em; + font-weight: bold; +} +#pagehistory li { + border: 1px solid White; + padding-left: 1em; +} +#pagehistory li.selected { + background-color:#f9f9f9; + border:1px dashed #aaaaaa; +} /* ** Diff rendering */ @@ -646,7 +660,7 @@ in bg url to hide it from iemac */ li#pt-userpage, li#pt-anonuserpage, li#pt-login { - background: url('user.gif') center left no-repeat; + background: url('user.gif') top left no-repeat; background-repeat: no-repeat; padding-left: 20px; text-transform: none;