aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/views/default/thewire
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/thewire/views/default/thewire
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/thewire/views/default/thewire')
-rw-r--r--mod/thewire/views/default/thewire/css.php89
1 files changed, 52 insertions, 37 deletions
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