summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-12 07:57:13 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-12 07:57:13 +0000
commit42e635bff0948e3a8e7dc0003d17e709b7db2ce3 (patch)
tree97a530281a99306a0e77b0eb30820ef47261a7e1 /themes
parentf4d5681faa0f17a402f387b2b4ea201e9b2f9615 (diff)
Theme admin refinement. Make more room to show the preview by enlarging the iframe and removing the heading above it.
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_default/css/screen.css45
1 files changed, 31 insertions, 14 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index edc1beab..02a0aeca 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -88,7 +88,9 @@
*********************************************************************/
#gHeader:after,
-#gAdminCommentsMenu:after {
+#gAdminCommentsMenu:after,
+#gThemeTabs:after,
+#gSelectedTheme .gBlock:after {
clear: both;
content: ".";
display: block;
@@ -96,31 +98,46 @@
visibility: hidden;
}
-/* stuff that needs a home */
-#gAdminThemes .theme_block {
- background: white;
-}
-#gAdminThemes .active {
- padding: 10px;
+/** *******************************************************************
+ * Stuff that needs a home or needs to be organized
+ *********************************************************************/
+
+#gAdminThemes #gSelectedTheme img {
+ float: left;
+ margin-right: 1em;
}
-#gAdminThemes .available .theme_block:hover {
- background: #eee;
+
+#gAdminThemes .gBlock {
+ background: #fff;
+ padding: 1em;
}
-#gAdminThemes .available div {
- padding: 10px;
+
+#gAdminThemes #gAvailableThemes .gBlock {
+ clear: none;
cursor: pointer;
-}
-#gAdminThemes .available div {
- width: 250px;
float: left;
+ margin-right: 1em;
+ text-align: center;
+ width: 250px;
}
+
+#gAdminThemes #gAvailableThemes .gBlock:hover {
+ background: #eee;
+}
+
+#gAdminThemes a {
+ color: #333;
+}
+
#gAdminGraphics tr {
cursor: pointer;
}
+
#gAdminGraphics tr.selected {
background-color: #cfc !important;
cursor: default;
}
+
#gAdminGraphics tr:hover {
background-color: #eee;
}