Theme admin refinement. Make more room to show the preview by enlarging the iframe and removing the heading above it.

This commit is contained in:
Chad Kieffer
2009-01-12 07:57:13 +00:00
parent f4d5681faa
commit 42e635bff0
4 changed files with 50 additions and 32 deletions

View File

@@ -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;
/** *******************************************************************
* Stuff that needs a home or needs to be organized
*********************************************************************/
#gAdminThemes #gSelectedTheme img {
float: left;
margin-right: 1em;
}
#gAdminThemes .active {
padding: 10px;
#gAdminThemes .gBlock {
background: #fff;
padding: 1em;
}
#gAdminThemes .available .theme_block:hover {
#gAdminThemes #gAvailableThemes .gBlock {
clear: none;
cursor: pointer;
float: left;
margin-right: 1em;
text-align: center;
width: 250px;
}
#gAdminThemes #gAvailableThemes .gBlock:hover {
background: #eee;
}
#gAdminThemes .available div {
padding: 10px;
cursor: pointer;
}
#gAdminThemes .available div {
width: 250px;
float: left;
#gAdminThemes a {
color: #333;
}
#gAdminGraphics tr {
cursor: pointer;
}
#gAdminGraphics tr.selected {
background-color: #cfc !important;
cursor: default;
}
#gAdminGraphics tr:hover {
background-color: #eee;
}