]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Last bit of style cleanup for addressees and mobile profile.
authorSamantha Doherty <sammy@status.net>
Tue, 31 May 2011 16:42:28 +0000 (12:42 -0400)
committerSamantha Doherty <sammy@status.net>
Tue, 31 May 2011 16:42:28 +0000 (12:42 -0400)
theme/base/css/display.css
theme/base/css/ie.css
theme/base/images/icons/arrow_right.png [new file with mode: 0644]
theme/neo/css/mp-screen.css

index 6ae14d2c7dfec13c2b67f61f1439006082c49eee..40656b7cf959ce642e9aa7e9ce30e851d36d76ea 100644 (file)
@@ -418,10 +418,6 @@ address .poweredby {
     content: '\25B8';
 }
 
-.notice .addressees:empty:before {
-    content: none;
-}
-
 .fn {
     overflow: hidden;
 }
index a1144b489b7bdd3de0f40412392f281d82d41e5f..337d96e7dfa4cf1c400c24e6fd78d202cb898241 100644 (file)
@@ -99,12 +99,21 @@ line-height:auto;
     filter: alpha(opacity=0);
 }
 
+.notice .addressees:before {
+    content: '\003E';
+}
+
 /* IE7 */ 
 
 *+html .input_forms {
     margin-bottom: -20px;
 }
 
+.notice .addressees {
+    background: url(../images/icons/arrow_right.png) no-repeat top left;
+    padding-left: 16px;
+}
+
 /* IE6 */
 
 #content {
diff --git a/theme/base/images/icons/arrow_right.png b/theme/base/images/icons/arrow_right.png
new file mode 100644 (file)
index 0000000..cefa7c2
Binary files /dev/null and b/theme/base/images/icons/arrow_right.png differ
index 0dabae74cd675a44141623a42a101bc1fb64241e..578736810e419998d0fc136d2dae850889fcbee8 100644 (file)
@@ -427,10 +427,6 @@ margin-left:0 !important;
     content: '\003E';
 }
 
-.notice .addressees:empty {
-    display: none;
-}
-
 .user_in .notice div.entry-content {
   max-width: 150px;
 }