From: Samantha Doherty Date: Tue, 31 May 2011 16:42:28 +0000 (-0400) Subject: Last bit of style cleanup for addressees and mobile profile. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dddb6185f3bd29a7da20c0338e0df85409e3698b;p=quix0rs-gnu-social.git Last bit of style cleanup for addressees and mobile profile. --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 6ae14d2c7d..40656b7cf9 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -418,10 +418,6 @@ address .poweredby { content: '\25B8'; } -.notice .addressees:empty:before { - content: none; -} - .fn { overflow: hidden; } diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index a1144b489b..337d96e7df 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -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 index 0000000000..cefa7c2c7a Binary files /dev/null and b/theme/base/images/icons/arrow_right.png differ diff --git a/theme/neo/css/mp-screen.css b/theme/neo/css/mp-screen.css index 0dabae74cd..578736810e 100644 --- a/theme/neo/css/mp-screen.css +++ b/theme/neo/css/mp-screen.css @@ -427,10 +427,6 @@ margin-left:0 !important; content: '\003E'; } -.notice .addressees:empty { - display: none; -} - .user_in .notice div.entry-content { max-width: 150px; }