]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated notice item view where a) notice text no longer wraps around
authorSarven Capadisli <csarven@status.net>
Wed, 20 Jan 2010 17:32:24 +0000 (18:32 +0100)
committerSarven Capadisli <csarven@status.net>
Tue, 26 Jan 2010 00:15:07 +0000 (01:15 +0100)
(under author's photo) b) supplemental notice content and options will
start right under notice text.

plugins/MobileProfile/mp-screen.css
theme/base/css/display.css

index 472fbb001324f048b93372c20d3caaec73e63c95..76071352d0cc200bba03d390c1027f3448311ede 100644 (file)
@@ -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%;
index 893cc60b51d44d2c9b81237b5bb6c511ac8b9101..7eff4709c7b0a9f14f83c7d2fe65fb922c8d6c3c 100644 (file)
@@ -957,6 +957,16 @@ float:left;
 #shownotice .vcard .photo {
 margin-bottom:4px;
 }
+#content .notice .author .photo {
+position:absolute;
+top:11px;
+left:0;
+float:none;
+}
+#content .notice .entry-title {
+margin-left:59px;
+}
+
 .vcard .url {
 text-decoration:none;
 }
@@ -965,13 +975,19 @@ text-decoration:underline;
 }
 
 .notice .entry-title {
-float:left;
-width:100%;
 overflow:hidden;
 }
 .notice .entry-title.ov {
 overflow:visible;
 }
+#showstream .notice .entry-title,
+#showstream .notice div.entry-content {
+margin-left:0;
+}
+#shownotice .notice .entry-title,
+#shownotice .notice div.entry-content {
+margin-left:110px;
+}
 #shownotice .notice .entry-title {
 font-size:2.2em;
 }
@@ -1001,7 +1017,6 @@ max-width:70%;
 }
 #showstream .notice div.entry-content,
 #shownotice .notice div.entry-content {
-margin-left:0;
 max-width:79%;
 }
 
@@ -1065,6 +1080,7 @@ position:relative;
 font-size:0.95em;
 width:113px;
 float:right;
+margin-top:3px;
 margin-right:4px;
 }