aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css29
1 files changed, 25 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 48e38c0f6..e973b9c7c 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1228,6 +1228,9 @@ footer {
border: none;
}
+div.dirtagblock.widget {
+ overflow: hidden;
+}
.pager {
padding: 10px;
@@ -1888,9 +1891,6 @@ a.mail-list-link {
margin-top: 10px;
}
-aside input[type='text'] {
- width: 174px;
-}
.widget, .pmenu {
border-bottom: 1px solid #eec;
@@ -2496,7 +2496,7 @@ brain is weird like that */
}
.field_abook_help {
- color: #888;
+ color: #000;
}
.abook-them {
margin-left: 225px;
@@ -2510,6 +2510,13 @@ brain is weird like that */
margin-bottom: 5px !important;
}
+.abook-pending-contact {
+ background: orange;
+ font-weight: bold;
+ margin: 10px;
+ padding: 20px 5px 10px;
+}
+
#contact-slider {
width: 600px !important;
}
@@ -3350,6 +3357,20 @@ div.page-list-item {
margin: 20px;
}
+div#write-pages {
+display: block;
+position: fixed;
+top: 24px;
+z-index: 99;
+background: silver;
+width: 100%;
+}
+
+div#write-pages a {
+color: #000;
+margin-right: 50px;
+}
+
.pmenu ul {
list-style-type: none;
}