diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-14 23:17:49 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-14 23:17:49 +0000 |
commit | fda50a256ba37648c661922735226d319dcc1750 (patch) | |
tree | 7ce79186b36de926f9617a8a1bf41f18dd1b00f2 /admin/themes/default/theme.css | |
parent | 8027f4fe0c9894cef757598ebf4bd06edbc7a285 (diff) |
plugin manager : description tooltip on the title, tooltip for restoration link
git-svn-id: http://piwigo.org/svn/trunk@10378 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index fc093c009..49b0870d3 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -945,8 +945,6 @@ h2:lang(en) { text-transform:capitalize; } .pluginMiniBox.inactive, .pluginMiniBox.uninstalled {opacity:0.65;filter:alpha(opacity=65);} .pluginsByState .pluginMiniBox.inactive, .pluginsByState .pluginMiniBox.uninstalled {opacity:0.8;filter:alpha(opacity=80);} -.pluginMiniBoxDesc{float:right;margin:0 4px 0 -20px;} -.pluginMiniBoxDesc:after{content:url(icon/help-min.png);} .warning:before {content:url(icon/warning.png);vertical-align:top;} fieldset.pluginsByName{border:none;} |