]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Made conversation thread UI a bit more visible.
authorSarven Capadisli <csarven@controlyourself.ca>
Sun, 24 May 2009 21:16:26 +0000 (21:16 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Sun, 24 May 2009 21:16:26 +0000 (21:16 +0000)
Added right margin for notice options.

theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index cb4680c39a28ae1df1af126dac2a71c00a06a591..8f72460a807655541277b4ff90fd8d04ade92302 100644 (file)
@@ -748,15 +748,10 @@ border-top-style:dotted;
 .notices li {
 list-style-type:none;
 }
-.notices li.hover {
-border-radius:4px;
--moz-border-radius:4px;
--webkit-border-radius:4px;
-}
 .notices .notices {
 margin-top:7px;
-margin-left:3%;
-width:97%;
+margin-left:5%;
+width:95%;
 float:left;
 }
 
@@ -833,7 +828,7 @@ clear:left;
 float:left;
 font-size:0.95em;
 margin-left:59px;
-width:65%;
+width:60%;
 }
 #showstream .notice div.entry-content,
 #shownotice .notice div.entry-content {
@@ -865,13 +860,11 @@ text-transform:lowercase;
 
 
 .notice-options {
-padding-left:2%;
-float:left;
-width:50%;
 position:relative;
 font-size:0.95em;
-width:12.5%;
+width:90px;
 float:right;
+margin-right:11px;
 }
 
 .notice-options a {
index bc6bd2ee4e5a92dd4001dea73f9f4c377a29a8e1..737db7ce9691125103befaac6311e8da62d0cff3 100644 (file)
@@ -214,16 +214,16 @@ background-color:#fcfcfc;
 }
 
 .notices .notices {
-background-color:rgba(200, 200, 200, 0.025);
+background-color:rgba(200, 200, 200, 0.050);
 }
 .notices .notices .notices {
-background-color:rgba(200, 200, 200, 0.050);
+background-color:rgba(200, 200, 200, 0.100);
 }
 .notices .notices .notices .notices {
-background-color:rgba(200, 200, 200, 0.075);
+background-color:rgba(200, 200, 200, 0.150);
 }
 .notices .notices .notices .notices .notices {
-background-color:rgba(200, 200, 200, 0.100);
+background-color:rgba(200, 200, 200, 0.300);
 }
 /*END: NOTICES */
 
index b181d9056580156236336bb6d3f85b833221c713..f7abac482364621572b2da6c541834b6c90c9ea9 100644 (file)
@@ -214,16 +214,16 @@ background-color:#fcfcfc;
 }
 
 .notices .notices {
-background-color:rgba(200, 200, 200, 0.025);
+background-color:rgba(200, 200, 200, 0.050);
 }
 .notices .notices .notices {
-background-color:rgba(200, 200, 200, 0.050);
+background-color:rgba(200, 200, 200, 0.100);
 }
 .notices .notices .notices .notices {
-background-color:rgba(200, 200, 200, 0.075);
+background-color:rgba(200, 200, 200, 0.150);
 }
 .notices .notices .notices .notices .notices {
-background-color:rgba(200, 200, 200, 0.100);
+background-color:rgba(200, 200, 200, 0.300);
 }
 /*END: NOTICES */