From 0033887ba858659b5e360baa69031055c98974f7 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 11 Jan 2009 00:24:39 +0000 Subject: Rework the way we do theme selection. Show the currently active theme and then thumbnails for all the other available themes. If you select one of the other available themes, it gives you a preview pane where you can look at either the main page or the site admin page with the new theme, then choose to activate it if you like it. --- themes/default/css/screen.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index a268a0b3..9794fcfc 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -759,3 +759,23 @@ li.gError select { #gDialog legend { display: none; } + + +/* stuff that needs a home */ +#gAdminThemes div.theme_block { + background: white; +} +#gAdminThemes div.active { + padding: 10px; +} +#gAdminThemes div.available div.theme_block:hover { + background: #eee; +} +#gAdminThemes div.available div { + padding: 10px; + cursor: pointer; +} +#gAdminThemes div.available div { + width: 250px; + float: left; +} -- cgit v1.2.3