Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / header_bar.css
index 0d435c6..9d26fcb 100644 (file)
@@ -4,21 +4,21 @@
  */
 
 #login-header-bar {
-  -webkit-padding-after: 7px;
   border-bottom: 3px solid black;
   bottom: 0;
   left: 0;
+  padding-bottom: 7px;
   position: absolute;
   right: 0;
 }
 
 #login-header-bar {
-  -webkit-padding-before: 7px;
   /* Using copy of Ash launcher background with 0.8 opacity applied to it.
      Otherwise if opacity: 0.8 is set here it will affect button text as well.
      Have to position background differently so that opacity is not applied
      to child elements. */
   background-image: url('chrome://theme/IDR_LAUNCHER_BACKGROUND');
+  padding-top: 7px;
 }
 
 html[screen=lock] .login-header-bar-hidden,