From: Derk-Jan Hartman Date: Sat, 19 Nov 2011 14:32:45 +0000 (+0000) Subject: Fixes broken alignment of catlinks in cologneblue and simple skins. X-Git-Tag: 1.31.0-rc.0~26421 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=390637ead5fbee8e30e85b9395d5b11dd951e1e3;p=lhc%2Fweb%2Fwiklou.git Fixes broken alignment of catlinks in cologneblue and simple skins. Follow up to r102297 Fixes bug 32460 --- diff --git a/skins/cologneblue/screen.css b/skins/cologneblue/screen.css index 76ab128506..cf8ca12e56 100644 --- a/skins/cologneblue/screen.css +++ b/skins/cologneblue/screen.css @@ -103,10 +103,16 @@ td#top-syslinks { td.top-linkcollection { text-align: right; } +/** + * Overrides text justification (user preference) + * See bug 31990 + */ +td.top-linkcollection #catlinks { + text-align: right; +} td.top-subheader { vertical-align: top; } - td.bottom { font-family: Verdana, Arial, sans-serif; font-size: 10pt; diff --git a/skins/simple/main.css b/skins/simple/main.css index 3dadbc648a..2770a0bf9c 100644 --- a/skins/simple/main.css +++ b/skins/simple/main.css @@ -354,6 +354,13 @@ a.new, li.new { text-decoration: line-through; } +/** ++ * Overrides text justification (user preference) ++ * See bug 31990 ++ */ +#catlinks { + text-align: center; +} .catlinks { text-align: center; width: 80%;