Browse Source

Merge pull request #304 from Hutchy68/echo-1-28-next-fix

Next fixes
Tom Hutchison 8 years ago
parent
commit
870af5a08a
1 changed files with 12 additions and 4 deletions
  1. 12 4
      assets/stylesheets/foreground.css

+ 12 - 4
assets/stylesheets/foreground.css

@@ -1708,15 +1708,19 @@ div.mw-htmlform-field-HTMLCheckField div.mw-label {
 
 #echo-notifications {
 	float: right;
-	display: inline-block;
 	margin: -1em 0 1em;
 	position: relative;
 	z-index: 500;
-	height: 23px;
 }
+#echo-notifications-notice,
+#echo-notifications-alerts,
+#echo-notifications-messages,
+#echo-notifications {
+	display: inline-block;
+} 
+
 #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {
 	background-size: 1.4em !important;
-	display: inline !important;
 	font-size: 1.1em;
 	filter: invert(25%);
 	color: transparent;
@@ -1734,6 +1738,10 @@ div.mw-htmlform-field-HTMLCheckField div.mw-label {
 	color: #0645ad !important;
 }
 
+#echo-notifications li {
+    margin: 0 0 0 1em;
+}
+
 /* Make Echo extension more mobile friendly on small widths */
 
 @media only screen and (max-width: 450px) {
@@ -1814,7 +1822,7 @@ ul[class*="block-grid"] {
 	line-height: 1.6;
 	font-size: 0.875em;
 	position: relative;
-	margin: -1em .5em 0;
+	margin: -1em .5em 0 2em;
 	max-height: 30px;
 	width: auto;
 	z-index: 1;