Apply buttons to comment moderation and action buttons, beginnings of a photo stream carousel block in admin dashboard.

This commit is contained in:
Chad Kieffer
2009-02-15 22:36:51 +00:00
parent 6c59a19677
commit d04dbadfa1
4 changed files with 125 additions and 51 deletions

View File

@@ -69,7 +69,7 @@
#gHeader {
background-color: #e8e8e8;
border-bottom: 1px solid #ccc;
margin-top: 0;
margin-bottom: 20px;
padding: 0 20px;
}
@@ -114,14 +114,52 @@
background: none;
}
#gPhotoStream {
background-color: #e8e8e8;
}
#gPhotoStream .gBlockContent {
overflow: auto;
}
#gPhotoStream .gBlockContent ul {
border-right: 1px solid #e8e8e8;
height: 92px;
overflow: hidden;
white-space: nowrap;
width: 100%;
}
#gContent #gPhotoStream .gItem {
background-color: #fff;
border: 1px solid #e8e8e8;
border-right-color: #ccc;
border-bottom-color: #ccc;
float: left;
font-size: .7em;
height: 90px;
overflow: hidden;
text-align: center;
width: 90px;
}
#gSiteStatus {
margin-bottom: 0;
}
#gAdminCommentsMenu {
margin: 1em 0;
}
#gAdminCommentsMenu li {
float: left;
}
#gAdminCommentsMenu a {
margin: 0;
padding: .2em .6em;
}
#gAdminGraphics .gAvailable .gBlock {
clear: none;
float: left;
@@ -196,3 +234,7 @@ li.gGroup {
.ui-sortable {
cursor: move;
}
.gButtonSetVertical a {
width: 8em;
}