summaryrefslogtreecommitdiff
path: root/themes/admin_default/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/admin_default/css/screen.css')
-rw-r--r--themes/admin_default/css/screen.css46
1 files changed, 44 insertions, 2 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index 334db071..85c76c2a 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -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;
+}