Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / options_page.css
index 2844707..e122a1b 100644 (file)
@@ -320,7 +320,11 @@ list > [editing] [displaymode='static'] {
    * We shrink only height.  We don't shrink width to avoid to change the size
    * of containing boxes.
    */
+  border-bottom: 0 !important;
+  border-top: 0 !important;
   height: 0 !important;
+  margin-bottom: 0 !important;
+  margin-top: 0 !important;
   overflow: hidden;
   pointer-events: none;
 }
@@ -361,7 +365,8 @@ input[type='url'].favicon-cell {
   background-position-x: 4px;
 }
 
-html[dir=rtl] input.favicon-cell {
+html[dir=rtl] input.favicon-cell,
+input[dir=rtl].favicon-cell {
   background-position-x: -webkit-calc(100% - 4px);
 }
 
@@ -438,3 +443,7 @@ html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled,
 html:not([enablePepperFlashSettings]) .pepper-flash-settings {
   display: none;
 }
+
+.standalone-action-link {
+  padding: 0;
+}