Commit:    f8bbfaeef9c045db77b1676f5167d85848c2aa75
Author:    Dejan Marjanovic <[email protected]>         Mon, 16 Dec 
2013 02:13:02 +0100
Parents:   a56e42370f4c4dd8661cca5ab99e858e5549413c
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=f8bbfaeef9c045db77b1676f5167d85848c2aa75

Log:
Fix flash messenger (fix to top) for small screens

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 77ed250..33b4f25 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -1977,6 +1977,11 @@ div.soft-deprecation-notice blockquote.sidebar {
     display: none !important;
   }
 
+  #flash-message {
+    margin-top: 0px !important;
+    top: 0;
+  }
+
 }
 
 @media (min-width:768px) {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to