aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/riverdashboard/views/default/riverdashboard/css.php39
1 files changed, 38 insertions, 1 deletions
diff --git a/mod/riverdashboard/views/default/riverdashboard/css.php b/mod/riverdashboard/views/default/riverdashboard/css.php
index 23474fbad..590fa1eba 100644
--- a/mod/riverdashboard/views/default/riverdashboard/css.php
+++ b/mod/riverdashboard/views/default/riverdashboard/css.php
@@ -12,7 +12,44 @@
?>
+/* TEMP riverdashboard css */
.sidebarBox .recentMember {
- margin:0 4px 4px 4px;
+ margin:6px 6px 0 0;
float:left;
+}
+.sidebarBox #thewire_sidebarInputBox {
+ width:178px;
+}
+.sidebarBox .last_wirepost {
+ margin:20px 0 20px 0;
+}
+.sidebarBox .last_wirepost .thewire-singlepage {
+ margin:0;
+}
+.sidebarBox .last_wirepost .thewire-singlepage .note_date {
+ line-height: 1em;
+ padding:3px 0 0 4px;
+ width:142px;
+}
+.sidebarBox .last_wirepost .thewire-singlepage p.note_body {
+ color:#666666;
+ line-height: 1.2em;
+}
+.sidebarBox .last_wirepost .thewire-singlepage .thewire_icon {
+ margin:6px;
+}
+.sidebarBox .last_wirepost .thewire-singlepage .thewire-post {
+ background-position: 135px bottom;
+}
+.sidebarBox .thewire_characters_remaining {
+ float:right;
+}
+.sidebarBox input.thewire_characters_remaining_field {
+ background: #dedede;
+}
+.sidebarBox input#thewire_submit_button {
+ background: #4690d6;
+ margin:2px 0 0 0;
+ padding:2px 2px 1px 2px;
+ height:auto;
} \ No newline at end of file