diff options
author | Zaphod <zaphod@piwigo.org> | 2012-03-27 21:00:23 +0000 |
---|---|---|
committer | Zaphod <zaphod@piwigo.org> | 2012-03-27 21:00:23 +0000 |
commit | 0db5a354adf4531a852b539c11913d888fa2f4d6 (patch) | |
tree | b23c8f20499bf18b3b03c8b4bfd6d8460011910b | |
parent | 6cfbf5cc9d473d0a90ad9bf854f0edc806fbb816 (diff) |
feature 2587: bug correction
git-svn-id: http://piwigo.org/svn/trunk@13776 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/elegant/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 86387d230..e4e280ce9 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -174,7 +174,7 @@ a:hover { border-bottom: none;} font-weight:bold; margin:0; } -.imageNumber { display: inline-block; float: right; line-height: 26px; margin: 0 2px 0 0; min-width: 40px; text-align: center;} +#imageToolBar .imageNumber { display: inline-block; float: right; line-height: 26px; margin: 0 2px 0 0; min-width: 40px; text-align: center;} #imageToolBar { margin-top: -28px; margin-bottom: 0; float: right;} #thePicturePage .pwg-button { width: 26px;} #thePicturePage .actionButtons { margin-right: 26px;} |