diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-23 13:29:10 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-23 13:29:10 +0000 |
commit | a8e5dd8af7dcb153200eb2a23928a18bb0b34a7d (patch) | |
tree | ea4ca4419a093b9181ac3d43dfeed2544c6d729d /admin/themes/default/theme.css | |
parent | 2d94267b70d13d654b85d1cddf0700f20acbcae2 (diff) |
plugin manager : fix deactivation link, info link for clear theme
git-svn-id: http://piwigo.org/svn/trunk@11012 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index c959cc63e..230b0185e 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -920,7 +920,8 @@ h2:lang(en) { text-transform:capitalize; } .showInfo {display:block;position:absolute;top:0;right:5px;width:15px;font-style:italic;font-family:"Georgia",serif;background-color:#464646;font-size:0.9em;border-radius:10px;-moz-border-radius:10px;} .warning:before {content:url(icon/warning.png);vertical-align:top;} -.deactivate_all {position:absolute;bottom:0;right:18px;color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;} +.deactivate_all {text-align:right;} +.deactivate_all a {color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;} .languageBoxes {min-height:0;text-align:left;} .languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px;border-radius:5px; overflow:hidden; } |