]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Merge commit 'refs/merge-requests/55' of https://gitorious.org/social/mainline into...
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 8fb325e87dd468a4a1b10fe04e543dff14a5d984..999fce7f83ce092d48c265444d20195c69838935 100644 (file)
@@ -713,6 +713,10 @@ font-style:italic;
     overflow-y: auto;
 }
 
+.notice .e-content img {
+    max-width: 100%;
+}
+
 .notice-options {
     margin-bottom: 7px;
     margin-top: 12px;
@@ -970,6 +974,10 @@ content: ":";
     content: '[';
 }
 
+.notice footer .source + .permalink.external {
+    display: none;
+}
+
 /* old school conversation style */
 
 #conversation .notices .notices {
@@ -1445,6 +1453,11 @@ margin-left:0;
 .notice > footer {
     clear: left;
     font-size: 0.8em;
+    margin-left: 56px;
+}
+
+.threaded-replies .notice > footer, .section .notice > footer {
+    margin-left:33px;
 }
 
 .notice > footer .timestamp span.p-name {