diff options
Diffstat (limited to 'mod')
30 files changed, 326 insertions, 263 deletions
diff --git a/mod/groups/graphics/defaultlarge.gif b/mod/groups/graphics/defaultlarge.gif Binary files differindex b633ed02b..b0921b8d8 100644 --- a/mod/groups/graphics/defaultlarge.gif +++ b/mod/groups/graphics/defaultlarge.gif diff --git a/mod/groups/graphics/defaultmedium.gif b/mod/groups/graphics/defaultmedium.gif Binary files differindex bdfae0163..ae230a3d7 100644 --- a/mod/groups/graphics/defaultmedium.gif +++ b/mod/groups/graphics/defaultmedium.gif diff --git a/mod/groups/graphics/defaultsmall.gif b/mod/groups/graphics/defaultsmall.gif Binary files differindex 4b64736ab..81d89110d 100644 --- a/mod/groups/graphics/defaultsmall.gif +++ b/mod/groups/graphics/defaultsmall.gif diff --git a/mod/groups/graphics/defaulttiny.gif b/mod/groups/graphics/defaulttiny.gif Binary files differindex 8de554560..86dc96ae4 100644 --- a/mod/groups/graphics/defaulttiny.gif +++ b/mod/groups/graphics/defaulttiny.gif diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index d5dd374b8..28330de0f 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -1,24 +1,26 @@ <?php /** - * Elgg Groups + * Elgg Groups css * - * @package ElggForums + * @package groups * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd <info@elgg.com> - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ */ ?> #content_area_group_title h2 { - padding:5px; - margin:0 0 10px 0; + color:#0054A7; font-size:1.35em; line-height:1.2em; - color:#333333; - border-bottom:1px solid #999999; + margin:0 0 0 8px; + padding:5px; +} +#topic_posts #content_area_group_title h2 { + margin:0 0 0 0; } #two_column_left_sidebar_maincontent #owner_block_content { @@ -77,91 +79,50 @@ #right_column { clear:left; float:right; - width:350px; + width:340px; margin:0 10px 0 0; } #left_column { - width:350px; + width:340px; float:left; - margin:0 0 0 0; + margin:0 10px 0 10px; } /* IE 6 fixes */ * html #left_column { - /* width:328px; */ + margin:0 0 0 5px; } * html #right_column { - /* width:328px; */ + margin:0 5px 0 0; } #group_members h2, #right_column h2, -#left_column h2 { +#left_column h2, +#fullcolumn h2 { margin:0 0 10px 0; padding:5px; color:#0054A7; font-size:1.25em; line-height:1.2em; } -#left_column h2 { - padding:0px; +#fullcolumn .contentWrapper { + margin:0 10px 20px 10px; + padding:0 0 5px; } -#left_column #mb_input_wrapper { - border:none; - padding:5px; - margin:0 10px 10px 10px !important; -} -#left_column #mb_input_wrapper #testing.input_textarea { - width:306px; - /* margin:6px 0 0 0; */ -} -#left_column #mb_input_wrapper #postit { - margin:10px 0 0 0; -} -#left_column #messageboard_wrapper { - padding:0 !important; -} -#left_column #mb_input_wrapper #messageboard_widget_menu { - text-align: right; -} .member_icon { margin:0 0 6px 6px; float:left; } +/* IE6 */ +* html #topic_post_tbl { width:676px !important;} -/* group forums overview page */ -.forums_table_head { - background: #333333; - color:white; - padding:4px; -} -.forums_table_topics { - padding:4px; - border-bottom:1px solid #999999; -} -.forums_table_topics h3 a { - /* font-size: 1.3em; */ - -} -.forums_table_topics h3 a:hover { - /* color:white; */ -} -.forum_access { - font-size: small; +/* all browsers - force tinyMCE on edit comments to be full-width */ +.edit_forum_comments .defaultSkin table.mceLayout { + width: 636px !important; } -.forums_table_topics p { - margin:0px 0px 5px 0; -} -.forums_table_topics a { - /* color:#666666; */ -} -.forums_table_topics a:hover { -} -.forums_table_topics p.forum_tags a { -} - /* topics overview page */ #forum_topics { @@ -171,27 +132,19 @@ -webkit-border-radius: 8px; -moz-border-radius: 8px; } -#topic_titles { - background: #333333; - color:white; - padding:4px; - margin:20px 0 0 0; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - -webkit-border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; -} - -/* topic posts pages */ -.post_icon { - float:left; - margin:0 8px 4px 0; -} +/* topics individual view page */ #topic_posts { margin:0 10px 5px 10px; } +#topic_posts #pages_breadcrumbs { + margin:2px 0 0 0px; +} #topic_posts form { - margin-top: 30px; + padding:10px; + margin:30px 0 0 0; + background:white; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; } .topic_post { padding:10px; @@ -200,58 +153,23 @@ -webkit-border-radius: 8px; -moz-border-radius: 8px; } - +.topic_post .post_icon { + float:left; + margin:0 8px 4px 0; +} .topic_post h2 { margin-bottom:20px; } .topic_post p.topic-post-menu { margin:0; } - +.topic_post p.topic-post-menu a.collapsibleboxlink { + padding-left:10px; +} .topic_post table, td { border:none; } -.forum_topics { - padding:0; - margin:0; - border-top:0; -} -.topic_title { - font-size: 1.2em; - line-height: 1.1em; - margin:0; - padding:0 0 4px 0; -} -.forum_topics p.topic_title a { - font-weight: bold; - color:#333333; -} - -/* alternating bckgnd on topics */ -.forum_topics .odd { - background-color:#dedede; - padding: 4px; - border-bottom:1px solid #999999; -} -.forum_topics .even { - background-color:#eeeeee; - padding: 4px; - border-bottom:1px solid #999999; -} -.forum_topics .even a, -.forum_topics .odd a { - /* color:#666666; */ -} -.forum_topics .even a:hover, -.forum_topics .odd a:hover { - -} -.forum_topics .even p.topic_title a, -.forum_topics .odd p.topic_title a { - -} - /* group latest discussions widget */ #latest_discussion_widget { margin:0 0 20px 0; @@ -274,12 +192,16 @@ -webkit-border-radius: 8px; -moz-border-radius: 8px; } +#group_pages_widget .search_listing { + border: 2px solid #cccccc; +} #right_column .filerepo_widget_singleitem { background: #dedede !important; margin:0 10px 5px 10px; } -#right_column .search_listing { +#left_column .filerepo_widget_singleitem { background: #dedede !important; + margin:0 10px 5px 10px; } .forum_latest { margin:0 10px 5px 10px; @@ -298,7 +220,6 @@ margin-left:35px; } .forum_latest .topic_title p { - font-size: 0.8em; line-height: 1.0em; padding:0; margin:0; @@ -307,24 +228,32 @@ .forum_latest p.topic_replies { padding:3px 0 0 0; margin:0; + color:#666666; +} +.add_topic { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + background:white; + margin:5px 10px; + padding:10px 10px 10px 6px; } a.add_topic_button { font: 12px/100% Arial, Helvetica, sans-serif; font-weight: bold; color: white; - background:#666666; + background:#4690d6; border:none; -webkit-border-radius: 5px; -moz-border-radius: 5px; width: auto; - height: 25px; + height: auto; padding: 3px 6px 3px 6px; - margin:0px 0 10px 20px; + margin:0; cursor: pointer; } a.add_topic_button:hover { - background: black; + background: #0054a7; color:white; text-decoration: none; } @@ -334,7 +263,12 @@ a.add_topic_button:hover { /* latest discussion listing */ p.latest_discussion_info { float:right; - width:220px; + width:280px; + text-align: right; +} +.groups .search_listing br { + height:0; + line-height:0; } span.timestamp { @@ -358,6 +292,40 @@ span.timestamp { .groups .search_listing_info { color:#666666; } +.groupdetails { + float:right; +} +.groupdetails p { + margin:0; + padding:0; + line-height: 1.1em; + text-align: right; +} +#groups_closed_membership { + margin:0 10px 20px 10px; + padding: 3px 5px 5px 5px; + background:#bbdaf7; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; +} +#groups_closed_membership p { + margin:0; +} + +/* groups membership widget */ +.groupmembershipwidget .contentWrapper { + margin:0 10px 5px 10px; +} +.groupmembershipwidget .contentWrapper .groupicon { + float:left; + margin:0 10px 10px 0 +} +.groupmembershipwidget .search_listing_info p { + color: #666666; +} +.groupmembershipwidget .search_listing_info span { + font-weight: bold; +} /* groups sidebar */ .featuredgroups .contentWrapper { @@ -384,5 +352,24 @@ span.timestamp { height:auto; margin:4px 0 5px 0; } +.sidebarBox #owner_block_submenu { + margin:5px 0 0 0; +} + + +/* delete group button */ +#delete_group_option input[type="submit"] { + background:#dedede; + border-color:#dedede; + color:#333333; + margin:0; + float:right; + clear:both; +} +#delete_group_option input[type="submit"]:hover { + background:red; + border-color:red; + color:white; +} diff --git a/mod/logbrowser/views/default/logbrowser/css.php b/mod/logbrowser/views/default/logbrowser/css.php index 6fe70c9cf..ad821d9be 100644 --- a/mod/logbrowser/views/default/logbrowser/css.php +++ b/mod/logbrowser/views/default/logbrowser/css.php @@ -1,43 +1,49 @@ <?php -?> + /** + * Elgg logbrowser CSS + * + * @package logbrowser + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Curverider <info@elgg.com> + * @copyright Curverider Ltd 2008-2009 + * @link http://elgg.org/ + */ -#logbrowser_search_area { - margin: 3px; -} +?> #logbrowserSearchform { - - padding: 20px; + padding: 10px; background-color: #dedede; - + -webkit-border-radius: 8px; + -moz-border-radius: 8px; } .log_entry { - margin: 2px; - width: 678px; + width: 699px; font-size: 80%; + background:white; + margin:0 10px 5px 10px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border:1px solid white; } .log_entry td { } .log_entry_user { width: 120px; - background-color: #eee; } .log_entry_time { width: 210px; - background-color: #eee; padding:2px; } .log_entry_item { - background-color: #eee; } .log_entry_action { width: 75px; - background-color: #eee; }
\ No newline at end of file diff --git a/mod/notifications/views/default/notifications/css.php b/mod/notifications/views/default/notifications/css.php index a46bd978d..164586b3c 100644 --- a/mod/notifications/views/default/notifications/css.php +++ b/mod/notifications/views/default/notifications/css.php @@ -1,3 +1,17 @@ +<?php
+
+ /**
+ * Elgg notifications CSS
+ *
+ * @package notifications
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider <info@elgg.com>
+ * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.org/
+ */
+
+?>
+
#notificationstable td.namefield {
width:250px;
text-align: left;
diff --git a/mod/profile/graphics/defaultlarge.gif b/mod/profile/graphics/defaultlarge.gif Binary files differnew file mode 100644 index 000000000..6ea3bd4cd --- /dev/null +++ b/mod/profile/graphics/defaultlarge.gif diff --git a/mod/profile/graphics/defaultlarge.jpg b/mod/profile/graphics/defaultlarge.jpg Binary files differdeleted file mode 100644 index bd48d4e18..000000000 --- a/mod/profile/graphics/defaultlarge.jpg +++ /dev/null diff --git a/mod/profile/graphics/defaultmaster.gif b/mod/profile/graphics/defaultmaster.gif Binary files differnew file mode 100755 index 000000000..5bfd67a2d --- /dev/null +++ b/mod/profile/graphics/defaultmaster.gif diff --git a/mod/profile/graphics/defaultmaster.jpg b/mod/profile/graphics/defaultmaster.jpg Binary files differdeleted file mode 100644 index 6c2665202..000000000 --- a/mod/profile/graphics/defaultmaster.jpg +++ /dev/null diff --git a/mod/profile/graphics/defaultmedium.gif b/mod/profile/graphics/defaultmedium.gif Binary files differnew file mode 100644 index 000000000..c6b2e6a6d --- /dev/null +++ b/mod/profile/graphics/defaultmedium.gif diff --git a/mod/profile/graphics/defaultmedium.jpg b/mod/profile/graphics/defaultmedium.jpg Binary files differdeleted file mode 100644 index 06b6d1f91..000000000 --- a/mod/profile/graphics/defaultmedium.jpg +++ /dev/null diff --git a/mod/profile/graphics/defaultsmall.gif b/mod/profile/graphics/defaultsmall.gif Binary files differnew file mode 100644 index 000000000..661d72f04 --- /dev/null +++ b/mod/profile/graphics/defaultsmall.gif diff --git a/mod/profile/graphics/defaultsmall.jpg b/mod/profile/graphics/defaultsmall.jpg Binary files differdeleted file mode 100644 index f6e91270b..000000000 --- a/mod/profile/graphics/defaultsmall.jpg +++ /dev/null diff --git a/mod/profile/graphics/defaulttiny.gif b/mod/profile/graphics/defaulttiny.gif Binary files differnew file mode 100644 index 000000000..1775346bc --- /dev/null +++ b/mod/profile/graphics/defaulttiny.gif diff --git a/mod/profile/graphics/defaulttiny.jpg b/mod/profile/graphics/defaulttiny.jpg Binary files differdeleted file mode 100644 index f5a842322..000000000 --- a/mod/profile/graphics/defaulttiny.jpg +++ /dev/null diff --git a/mod/profile/graphics/defaulttopbar.gif b/mod/profile/graphics/defaulttopbar.gif Binary files differnew file mode 100644 index 000000000..c3616aeb5 --- /dev/null +++ b/mod/profile/graphics/defaulttopbar.gif diff --git a/mod/profile/graphics/defaulttopbar.jpg b/mod/profile/graphics/defaulttopbar.jpg Binary files differdeleted file mode 100644 index e9bb6f893..000000000 --- a/mod/profile/graphics/defaulttopbar.jpg +++ /dev/null diff --git a/mod/profile/views/default/icon/user/default/large.php b/mod/profile/views/default/icon/user/default/large.php index 5146612ca..255153174 100644 --- a/mod/profile/views/default/icon/user/default/large.php +++ b/mod/profile/views/default/icon/user/default/large.php @@ -1,3 +1,3 @@ <?php
- echo $vars['url'] . "mod/profile/graphics/defaultlarge.jpg";
+ echo $vars['url'] . "mod/profile/graphics/defaultlarge.gif";
?>
\ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/master.php b/mod/profile/views/default/icon/user/default/master.php index 207ef0c03..51fbc6c8d 100644 --- a/mod/profile/views/default/icon/user/default/master.php +++ b/mod/profile/views/default/icon/user/default/master.php @@ -1,3 +1,3 @@ <?php
- echo $vars['url'] . "mod/profile/graphics/defaultmaster.jpg";
+ echo $vars['url'] . "mod/profile/graphics/defaultmaster.gif";
?>
\ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/medium.php b/mod/profile/views/default/icon/user/default/medium.php index 06afe6089..30403c954 100644 --- a/mod/profile/views/default/icon/user/default/medium.php +++ b/mod/profile/views/default/icon/user/default/medium.php @@ -1,3 +1,3 @@ <?php
- echo $vars['url'] . "mod/profile/graphics/defaultmedium.jpg";
+ echo $vars['url'] . "mod/profile/graphics/defaultmedium.gif";
?>
\ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/small.php b/mod/profile/views/default/icon/user/default/small.php index cae46665a..0b458f871 100644 --- a/mod/profile/views/default/icon/user/default/small.php +++ b/mod/profile/views/default/icon/user/default/small.php @@ -1,3 +1,3 @@ <?php
- echo $vars['url'] . "mod/profile/graphics/defaultsmall.jpg";
+ echo $vars['url'] . "mod/profile/graphics/defaultsmall.gif";
?>
\ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/tiny.php b/mod/profile/views/default/icon/user/default/tiny.php index dfe3875ca..b2a89439a 100644 --- a/mod/profile/views/default/icon/user/default/tiny.php +++ b/mod/profile/views/default/icon/user/default/tiny.php @@ -1,3 +1,3 @@ <?php
- echo $vars['url'] . "mod/profile/graphics/defaulttiny.jpg";
+ echo $vars['url'] . "mod/profile/graphics/defaulttiny.gif";
?>
\ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/topbar.php b/mod/profile/views/default/icon/user/default/topbar.php index 921921400..f5adc886e 100644 --- a/mod/profile/views/default/icon/user/default/topbar.php +++ b/mod/profile/views/default/icon/user/default/topbar.php @@ -1,3 +1,3 @@ <?php
- echo $vars['url'] . "mod/profile/graphics/defaulttopbar.jpg";
+ echo $vars['url'] . "mod/profile/graphics/defaulttopbar.gif";
?>
\ No newline at end of file diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index 9e3457cc4..e03f32c38 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -1,10 +1,17 @@ <?php + /** + * Elgg Profile + * + * @package Profile + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Curverider Ltd <info@elgg.com> + * @copyright Curverider Ltd 2008-2009 + * @link http://elgg.com/ + */ + ?> -/* *************************************** - AVATAR CONTEXTUAL MENU -*************************************** */ #profile_icon_wrapper { float:left; } @@ -66,10 +73,9 @@ div.usericon a.icon img { border-bottom:solid 1px #dddddd; color: #4690d6; margin:0 !important; - /* background:#ffffff !important; */ } .usericon div.sub_menu h3:hover { - /* background:#cccccc !important; */ + } .user_menu_addfriend, @@ -96,6 +102,20 @@ div.usericon a.icon img { background:red !important; } +.resetdefaultprofile { + padding:0 10px 0 10px; +} +.resetdefaultprofile input[type="submit"] { + background: #dedede; + border-color: #dedede; + color:#333333; +} +.resetdefaultprofile input[type="submit"]:hover { + background: red; + border-color: red; + color:white; +} + /* Banned user */ #profile_banned { background-color:#FF8888; diff --git a/mod/reportedcontent/views/default/reportedcontent/css.php b/mod/reportedcontent/views/default/reportedcontent/css.php index c4cdd68cf..028542947 100644 --- a/mod/reportedcontent/views/default/reportedcontent/css.php +++ b/mod/reportedcontent/views/default/reportedcontent/css.php @@ -1,61 +1,13 @@ -/* ***************************************
- ADMIN AREA - REPORTED CONTENT
-*************************************** */
-.reportedcontent_content {
- padding:10px;
- margin:0 0 10px 0;
-}
-.reportedcontent_content p.reportedcontent_detail,
-.reportedcontent_content p {
- margin:0;
-}
-.active_report {
- border:1px solid #D3322A;
- background:#F7DAD8;
-}
-.archived_report {
- border:1px solid #666666;
- background:#dedede;
-}
+<?php
-a.archive_report_button {
- float:right;
- font: 12px/100% Arial, Helvetica, sans-serif;
- font-weight: bold;
- color: #ffffff;
- background:#4690d6;
- border: 1px solid #4690d6;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- width: auto;
- padding: 4px;
- margin:15px 0 0 20px;
- cursor: pointer;
-}
-a.archive_report_button:hover {
- background: #0054a7;
- text-decoration: none;
-}
+ /**
+ * Elgg reported content CSS
+ *
+ * @package reportedcontent
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider <info@elgg.com>
+ * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.org/
+ */
-a.delete_report_button {
- float:right;
- font: 12px/100% Arial, Helvetica, sans-serif;
- font-weight: bold;
- color: #ffffff;
- background:#999999;
- border: 1px solid #999999;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- width: auto;
- padding: 4px;
- margin:15px 0 0 20px;
- cursor: pointer;
-}
-a.delete_report_button:hover {
- background: #333333;
- text-decoration:none;
-}
-
-a.manifest_details {
- cursor:pointer;
-}
+?>
\ No newline at end of file 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; +} + + + + diff --git a/mod/thewire/graphics/thewire_speech_bubble.gif b/mod/thewire/graphics/thewire_speech_bubble.gif Binary files differindex f02401b27..d0e8606a1 100644 --- a/mod/thewire/graphics/thewire_speech_bubble.gif +++ b/mod/thewire/graphics/thewire_speech_bubble.gif diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php index e628b2b05..2604222f6 100644 --- a/mod/thewire/views/default/thewire/css.php +++ b/mod/thewire/views/default/thewire/css.php @@ -11,23 +11,34 @@ */
?>
-
+/* widget */
+.thewire-singlepage {
+ margin:0 10px 0 10px;
+}
+.thewire-singlepage .note_body {
+ background: white;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+}
+.collapsable_box_content .note_body {
+ line-height:1.2em;
+}
+.thewire-singlepage .thewire-post {
+ margin-bottom:5px;
+ background:transparent url(<?php echo $vars['url']; ?>mod/thewire/graphics/thewire_speech_bubble.gif) no-repeat right bottom;
+}
.thewire-post {
- background:#efefef;
+ background:#cccccc;
margin-bottom:10px;
}
-
.thewire-post .note_date {
font-size:90%;
color:#666666;
- background:#ffffff url(<?php echo $vars['url']; ?>mod/thewire/graphics/thewire_speech_bubble.gif) no-repeat right top;
- height:20px;
padding:0;
}
-
.thewire_icon {
float:left;
- margin:4px 10px 4px 4px;
+ margin:0 8px 4px 2px;
}
.note_body {
margin:0;
@@ -35,13 +46,16 @@ min-height: 40px;
line-height: 1.4em;
}
-
+.thewire_options {
+ float:right;
+ width:65px;
+}
.thewire-post .reply {
font: 11px/100% Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffffff;
- background:#4690d6;
- border: 2px solid #4690d6;
+ background:#999999;
+ border: 2px solid #999999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
width: auto;
@@ -51,40 +65,55 @@ float:right;
}
.thewire-post .reply:hover {
- background: #0054a7;
- border: 2px solid #0054a7;
+ background: #4690d6;
+ border: 2px solid #4690d6;
+ color:white;
text-decoration: none;
}
-.thewire_options {
+.thewire-post .delete_note {
+ width:14px;
+ height:14px;
+ margin:3px 0 0 0;
float:right;
}
.thewire-post .delete_note a {
display:block;
- float:right;
cursor: pointer;
width:14px;
height:14px;
- margin:3px 3px 0 0;
background: url("<?php echo $vars['url']; ?>_graphics/icon_customise_remove.png") no-repeat 0 0;
text-indent: -9000px;
}
.thewire-post .delete_note a:hover {
background-position: 0 -16px;
}
-/*-------------------------------
-REPLY DIV AND FORM
--------------------------------*/
+/* IE 6 fix */
+* html .thewire-post .delete_note a { background-position-y: 2px; }
+* html .thewire-post .delete_note a:hover { background-position-y: -14px; }
+.post_to_wire {
+ background: white;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ margin:0 10px 10px 10px;
+ padding:10px;
+}
+.post_to_wire input[type="submit"] {
+ margin:0;
+}
-/* used on shout out form, reply form */
+/* reply form */
textarea#thewire_large-textarea {
- width: 668px;
- height: 80px;
+ width: 664px;
+ height: 40px;
padding: 6px;
font-family: Arial, 'Trebuchet MS','Lucida Grande', sans-serif;
font-size: 100%;
color:#666666;
- margin-bottom:10px;
+}
+/* IE 6 fix */
+* html textarea#thewire_large-textarea {
+ width: 642px;
}
input.thewire_characters_remaining_field {
@@ -95,23 +124,9 @@ input.thewire_characters_remaining_field { padding:0 2px 0 0;
margin:0;
text-align: right;
+ background: white;
}
.thewire_characters_remaining {
text-align: right;
}
-input#thewire_submit_button {
- background-color: #3399cc;/* blue */
- color:#ffffff;
- font-size: 11px;
- font-weight: bold;
- text-decoration:none;
- margin:0;
- padding:4px;
- border:none;
- cursor:pointer;
-}
-
-input#thewire_submit_button:hover {
- background-color: #000000;
-}
\ No newline at end of file |