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

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

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