]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Outline for notice-option anchor
authorsarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 02:34:30 +0000 (02:34 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 02:34:30 +0000 (02:34 +0000)
theme/base/css/display.css
theme/identica/css/display.css

index e4b83a0fa34131caa19d4185bd017a5824e290d0..789eaee4ce86f3fca142158e2f81401215efac54 100644 (file)
@@ -162,6 +162,12 @@ margin-top:0;
 margin-left:0;
 }
 
+
+.form_settings .form_note {
+-moz-border-radius:4px;
+padding:0 7px;
+}
+
 /* FORM SETTINGS */
 
 
@@ -769,7 +775,7 @@ display:inline;
 display:none;
 }
 .notice div.entry-content .timestamp a {
-
+display:inline-block;
 }
 .notice div.entry-content .device dt {
 text-transform:lowercase;
@@ -831,6 +837,7 @@ display:none;
 .notice-options input,
 .notice-options a {
 text-indent:-9999px;
+outline:none;
 }
 
 .notice-options .notice_reply a,
@@ -850,7 +857,7 @@ padding-left:16px;
 
 .notice-options form input.submit {
 cursor:pointer;
-padding:2px 0 2px 17px;
+padding:2px 0 2px 10px;
 }
 
 .notice-options .notice_delete dt,
index 6880e756e1eca9a3c9f1f758bf16d4bd431afc1a..d3d28001a48339e65522492a1e0a2c934b5de975 100644 (file)
@@ -203,6 +203,9 @@ background-color:#fcfcfc;
 opacity:1;
 }
 
+.form_settings .form_note {
+background-color:#A9BF4F;
+}
 
 /*END: NOTICES */