Browse Source

* The "More" menu on the bottom-right of posts wasn't showing up due to overflow being set.

Signed-off-by: Aaron van Geffen <aaron@aaronweb.net>
Aaron van Geffen 11 years ago
parent
commit
da41393c1b
1 changed files with 10 additions and 1 deletions
  1. 10 1
      Themes/default/css/index.css

+ 10 - 1
Themes/default/css/index.css

@@ -675,6 +675,15 @@ div.pagesection div.floatright input, div.pagesection div.floatright select {
 	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
+.under_message {
+	overflow: visible;
+}
+.under_message:after {
+	clear: both;
+	content: "";
+	display: block;
+}
+
 /* While we're doing stuff under the message, time to do some likes stuff. */
 .like_button .like, .like_button .unlike {
 	width: 16px;
@@ -2287,7 +2296,7 @@ div#pollmoderation {
 }
 .inner {
 	padding: 7px 8px 2px 2px;
-	margin: 0 8px 0 0;
+	margin: 0;
 	border-top: 1px solid #bfbfbf;
 	box-shadow: 0 1px 0 #fff inset;
 	min-height: 85px;