From cd8e810456791f63fb045cf5a5916771b6edc525 Mon Sep 17 00:00:00 2001 From: Zaphod Date: Tue, 27 Mar 2012 21:00:23 +0000 Subject: [PATCH] feature 2587: bug correction git-svn-id: http://piwigo.org/svn/trunk@13776 68402e56-0260-453c-a942-63ccdbb3a9ee --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 86387d2..e4e280c 100644 --- a/theme.css +++ b/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;}