aboutsummaryrefslogtreecommitdiff
path: root/mod/riverdashboard/views
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 17:20:25 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 17:20:25 +0000
commite3ecf46f78df19c34382f0873f7574fbbab5cd10 (patch)
tree6c0a06d29786a6f6b19ec16877121acd5da60f08 /mod/riverdashboard/views
parentbd327f61b6f9cf255d6466f84de3c0d9f2fa9154 (diff)
downloadelgg-e3ecf46f78df19c34382f0873f7574fbbab5cd10.tar.gz
elgg-e3ecf46f78df19c34382f0873f7574fbbab5cd10.tar.bz2
default theme changed
git-svn-id: https://code.elgg.org/elgg/trunk@2988 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/riverdashboard/views')
-rw-r--r--mod/riverdashboard/views/default/riverdashboard/css.php97
1 files changed, 83 insertions, 14 deletions
diff --git a/mod/riverdashboard/views/default/riverdashboard/css.php b/mod/riverdashboard/views/default/riverdashboard/css.php
index 590fa1eba..3f400fcf8 100644
--- a/mod/riverdashboard/views/default/riverdashboard/css.php
+++ b/mod/riverdashboard/views/default/riverdashboard/css.php
@@ -11,12 +11,6 @@
*/
?>
-
-/* TEMP riverdashboard css */
-.sidebarBox .recentMember {
- margin:6px 6px 0 0;
- float:left;
-}
.sidebarBox #thewire_sidebarInputBox {
width:178px;
}
@@ -26,20 +20,25 @@
.sidebarBox .last_wirepost .thewire-singlepage {
margin:0;
}
+.sidebarBox .last_wirepost .thewire-singlepage .thewire_options {
+ width:auto;
+}
+/* IE6 */
+* html .sidebarBox .last_wirepost .thewire-singlepage .thewire_options { width:50px; }
+/* IE7 */
+*:first-child+html .sidebarBox .last_wirepost .thewire-singlepage .thewire_options { width:50px; }
+
.sidebarBox .last_wirepost .thewire-singlepage .note_date {
line-height: 1em;
- padding:3px 0 0 4px;
+ padding:3px 0 0 0;
width:142px;
}
-.sidebarBox .last_wirepost .thewire-singlepage p.note_body {
+.sidebarBox .last_wirepost .thewire-singlepage .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;
+ background-position: 130px bottom;
}
.sidebarBox .thewire_characters_remaining {
float:right;
@@ -48,8 +47,78 @@
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
+}
+.sidebarBox .membersWrapper {
+ background: white;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ padding:7px;
+}
+.sidebarBox .membersWrapper .recentMember {
+ margin:2px;
+ float:left;
+}
+/* br necessary for ie6 & 7 */
+.sidebarBox .membersWrapper br {
+ height:0;
+ line-height:0;
+}
+.welcomemessage {
+ background:white;
+}
+.riverdashboard_filtermenu {
+ margin:10px 0 10px 0;
+}
+
+.river_pagination .forward,
+.river_pagination .back {
+ display:block;
+ float:left;
+ border:1px solid #cccccc;
+ color:#4690d6;
+ text-align: center;
+ font-size: 12px;
+ font-weight: normal;
+ margin:0 6px 0 0;
+ padding:0 4px 1px 4px;
+ cursor: pointer;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+}
+.river_pagination .forward:hover,
+.river_pagination .back:hover {
+ background:#4690d6;
+ color:white;
+ text-decoration: none;
+ border:1px solid #4690d6;
+}
+.river_pagination .back {
+ margin:0 20px 0 0;
+}
+/* IE6 */
+* html .river_pagination { margin-top:17px; }
+/* IE7 */
+*:first-child+html .river_pagination { margin-top:17px; }
+
+/* activity widget */
+.collapsable_box_content .river_item p {
+ color:#333333;
+}
+
+.collapsable_box_content .content_area_user_title h2 {
+ font-size:1.25em;
+ line-height:1.2em;
+ margin:0;
+ padding:0 0 2px 0;
+ color:#4690d6;
+}
+.river_content img {
+ margin:2px 0 2px 20px;
+}
+
+
+
+