diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-01-11 05:03:04 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-01-11 05:03:04 +0000 |
commit | cf8155ddd6760f9f9df9f81ef8cff214b563352b (patch) | |
tree | 69791f4590a06f42136f54042770279ca2f489a4 /themes/default/theme.css | |
parent | e349749d423b042afe7ce6f8dc006544d9e6710a (diff) |
feature 2550 - replace Sort order label and select on index page with a css sprite icon
git-svn-id: http://piwigo.org/svn/trunk@12873 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index dfdb2f40e..d3d6e9475 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -345,8 +345,8 @@ TD.calDayHead { top: 100px; } -#derivativeSwitchBox { - padding: 0.5em; +#derivativeSwitchBox, #sortOrderBox { + padding: 0.5em 1em; border-radius: 4px; z-index: 100; } |