diff options
author | plegall <plg@piwigo.org> | 2011-09-01 14:01:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-01 14:01:52 +0000 |
commit | 0aed5501195b6969bc8b7d18ed4fbe2f3a8bc5db (patch) | |
tree | 50b91670b477b4a7611f13aed98b408f3347aaf8 /admin/themes/default/theme.css | |
parent | ee7768f536c5802dd5d3874f808b3c2c45b4e08e (diff) |
plugin manager: replace the top left "Display Compact/Complete" select box by a
simpler link "show details" or "hide details" on top right.
git-svn-id: http://piwigo.org/svn/trunk@12029 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 7b798dc59..f8bf70be1 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -926,6 +926,7 @@ h2:lang(en) { text-transform:capitalize; } .warning:before {content:url(icon/warning.png);vertical-align:top;} .deactivate_all {text-align:right;font-size:0.95em;} +.showDetails {text-align:right; margin-bottom:-15px; margin-top:-10px; padding-right:1em;} .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; } @@ -1076,3 +1077,4 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;} #uploadProgress {width:650px; margin:10px auto;font-size:90%;} #progressbar {border:1px solid #ccc; background-color:#eee;} .ui-progressbar-value { background-image: url(images/pbar-ani.gif); height:10px;margin:-1px;border:1px solid #E78F08;} + |