Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / user_manager / control_bar.css
index 6a2838c..378ee91 100644 (file)
@@ -7,12 +7,12 @@
 * that are needed by the desktop user chooser screen
 */
 #login-header-bar {
-  -webkit-padding-after: 16px;
-  -webkit-padding-before: 16px;
   background-color: white;
   border-top: 1px solid #e2e2e2;
   bottom: 0;
   left: 0;
+  padding-bottom: 16px;
+  padding-top: 16px;
   position: absolute;
   right: 0;
 }
@@ -88,4 +88,5 @@ html[dir=rtl] #login-header-bar #guest-user-button {
 
 html[dir=rtl] #logo {
   left: 16px;
+  right: auto;
 }