aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-05-23 13:36:47 +0000
committermistic100 <mistic@piwigo.org>2011-05-23 13:36:47 +0000
commit0f1b7f7152c6550c573a7fbd6bb0be35a7cc99cd (patch)
treee01c193428b77194e1d36597b8ee8c782c899f26
parenta8e5dd8af7dcb153200eb2a23928a18bb0b34a7d (diff)
plugin manager : last css fix (hopefully !)
git-svn-id: http://piwigo.org/svn/trunk@11013 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/clear/theme.css2
-rw-r--r--admin/themes/default/theme.css3
2 files changed, 2 insertions, 3 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 5f5aa1e9a..0b80ac89d 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -261,8 +261,8 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p
.pluginBoxNameCell, .pluginMiniBoxNameCell {color:#111;}
.pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#a00 !important;}
.pluginBoxes .merged, .pluginBoxes .missing {background-color:#d99;border:1px solid #a00;}
-.deactivate_all {color:#005E89;border-color:#005E89;}
.showInfo {color:#fff;background-color:#999; }
+.showInfo:hover {color:#fff;border:none;background-color:#333}
.languageBox {background-color:#ddd;}
.languageName {color:black;}
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 230b0185e..8a238e8f2 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -920,8 +920,7 @@ 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 {text-align:right;}
-.deactivate_all a {color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;}
+.deactivate_all {text-align:right;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; }