]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup CSS for messages
authorEvan Prodromou <evan@prodromou.name>
Tue, 16 Sep 2008 19:56:20 +0000 (15:56 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 16 Sep 2008 19:56:20 +0000 (15:56 -0400)
darcs-hash:20080916195620-84dde-ebb6079fd08ba464ea0c11b792564f0bed27f09e.gz

theme/default/display.css
theme/stoica/display.css

index 502543e4b1b824785ac7fb1e372d7e3374ac5adf..22255b299846434824c4c38fea1017a868b8de7e 100644 (file)
@@ -637,3 +637,36 @@ input#favor, input.favor  {
 
 /* ===== End Forms Styling ===== */
 
+/* ----- messages ----- */
+
+#messages {
+       clear: both;
+       margin: 0 auto;
+       padding: 0;
+       list-style-type: none;
+       width: 540px;
+       border-top: 1px solid #dec5b5;
+       /*border: 1px solid #F00;*/
+       }
+#messages a:hover {
+       text-decoration: underline;
+       }       
+.message_single {
+       clear: both;
+       display: block;
+       margin: 0;
+       padding: 5px 5px 5px 0;
+       min-height: 48px;
+       font-family: Georgia, "Times New Roman", Times, serif;
+       font-size: 13px;
+       line-height: 16px;
+       border-bottom: 1px solid #dec5b5;
+       }
+.message_single:hover {
+       background-color: #f7ebcc;
+       }       
+.message_single p {
+       display: inline;
+       margin: 0;
+       padding: 0;
+       }       
index c35ee56a5e2f62d3ee12b818694b81afac46a764..dfe64e037f0f38ea1136280eb6d25373e01b9ffd 100644 (file)
@@ -749,19 +749,3 @@ font-size: 60%;
        margin: 0;
        padding: 0;
        }
-
-.avatar.stream {
-       float: left;
-       margin: 0 10px 0 0;
-       }
-       
-p.time {
-       display: block;
-       font-family: Verdana, Arial, Helvetica, sans-serif;
-       font-size: 10px;
-       line-height: 15px;
-       }
-       
-p.time a {
-       color: #91AA9D;
-       }