diff options
author | plegall <plg@piwigo.org> | 2010-03-15 20:50:47 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-15 20:50:47 +0000 |
commit | 54148c8d6039695456cec9cdf3e912810e8105db (patch) | |
tree | 4d3ff6df4ede9fb7d64108d8a75023a918b72c64 /admin/themes/clear | |
parent | 395b09de3d1dfc40411df71c8752dcc368ab4ea9 (diff) |
feature 1507: better display for available themes (floating boxes)
git-svn-id: http://piwigo.org/svn/trunk@5145 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 85cfdb515..656f4ed74 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -194,3 +194,7 @@ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers *+html .bigtext { left: 70px; } *+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; } * html .bigtext { margin-right: 300px; } + +.themeBox {background-color:#eee;} +.themeBox IMG {border:1px solid white;} +.themeName {color:black;} |