mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 17:53:50 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user