diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 00:24:39 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 00:24:39 +0000 |
| commit | 0033887ba858659b5e360baa69031055c98974f7 (patch) | |
| tree | c4a71e66fd82104e2320ccdbbcf18c0d6187fbd3 /themes/default/css | |
| parent | c35f110686996f40b2e8d361689121a928a2d9c0 (diff) | |
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.
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 20 |
1 files changed, 20 insertions, 0 deletions
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; +} |
