]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Opacity on notice div.entry-content and div.notice-options
authorsarven <csarven@plantard.controlezvous.ca>
Sat, 17 Jan 2009 16:42:54 +0000 (16:42 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sat, 17 Jan 2009 16:42:54 +0000 (16:42 +0000)
theme/base/css/display.css
theme/identica/css/display.css

index afddefd2703eca6e078ce99623bd4c6d296ecce3..213f0c0d2949492c7303b513a305731bcb057c24 100644 (file)
@@ -59,9 +59,7 @@ padding-bottom:0;
 fieldset {
 padding:0;
 border:0;
-margin-bottom:29px;
 }
-
 form ul li {
 list-style-type:none;
 margin:0 0 18px 0;
@@ -101,6 +99,10 @@ form input.submit {
 
 
 /* FORM SETTINGS */
+.form_settings fieldset {
+margin-bottom:29px;
+}
+
 .form_guide {
 font-style:italic;
 }
index 1bb2ca01bae9f03902345fc6b81383b3613fc4cc..d1338e709d9fc441177bf58fca0ee7ebb821fa76 100644 (file)
@@ -198,16 +198,16 @@ background:transparent url(../images/icons/twotone/green/favourite.gif) no-repea
 background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
 }
 
-.notice-options a,
-.notice-options input {
-opacity:0.1;
+div.entry-content,
+div.notice-options {
+opacity:0.2;
 color:#333;
 }
 .notices li.hover {
 background-color:#fcfcfc;
 }
-.notices li.hover .notice-options a,
-.notices li.hover .notice-options input {
+.notices li.hover div.entry-content,
+.notices li.hover div.notice-options {
 opacity:1;
 }