diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-20 18:32:24 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-26 01:15:07 +0100 |
commit | 1406cc452f212f629bdba8ac3e4422e907fbfb7f (patch) | |
tree | e00dd1ac51c04f9c0cd10213c8bc225a12e93ab2 /plugins/MobileProfile | |
parent | dbb44ca39a84181fa8ccfb66657075250507945c (diff) |
Updated notice item view where a) notice text no longer wraps around
(under author's photo) b) supplemental notice content and options will
start right under notice text.
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r-- | plugins/MobileProfile/mp-screen.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 472fbb001..76071352d 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -176,8 +176,18 @@ margin-bottom:0; .profile { padding-top:4px; padding-bottom:4px; +min-height:65px; } -.notice div.entry-content { +#content .notice .entry-title { +float:left; +width:100%; +margin-left:0; +} +#content .notice .author .photo { +position:static; +float:left; +} +#content .notice div.entry-content { margin-left:0; width:75%; max-width:100%; |