summaryrefslogtreecommitdiff
path: root/theme/biz
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-28 17:36:33 +0100
committerSarven Capadisli <csarven@status.net>2010-01-28 18:43:56 +0100
commit919dfeeb93a5c749eda3bf10dc8f1189d67d301a (patch)
treef571c60438da4ba41645b4a948fc6ee69d742c1e /theme/biz
parenta8555dc3a65299190826075805ca02462a5f4c7d (diff)
Update to notice item in biz theme
Diffstat (limited to 'theme/biz')
-rw-r--r--theme/biz/css/base.css26
1 files changed, 23 insertions, 3 deletions
diff --git a/theme/biz/css/base.css b/theme/biz/css/base.css
index 8a34425be..366339db2 100644
--- a/theme/biz/css/base.css
+++ b/theme/biz/css/base.css
@@ -903,6 +903,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;
}
@@ -911,12 +921,22 @@ 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 {
+margin-left:110px;
font-size:2.2em;
+min-height:123px;
+}
+#shownotice .notice div.entry-content {
+margin-left:0;
}
.notice p.entry-content {
@@ -939,7 +959,7 @@ clear:left;
float:left;
font-size:0.95em;
margin-left:59px;
-width:65%;
+width:64%;
}
#showstream .notice div.entry-content,
#shownotice .notice div.entry-content {