Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4814)

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 655403002: Settings: Set 0 height to border and magin of hidden static text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 5a670cbb39b4f1ec943d44792930b47815ab0ee4..2c997c6bfc8da0633f4abe56612c422d9fcdbbb1 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -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;
arv (Not doing code reviews) 2014/10/16 17:10:13 Let the !important race begin!
+ border-top: 0 !important;
height: 0 !important;
+ margin-bottom: 0 !important;
+ margin-top: 0 !important;
overflow: hidden;
pointer-events: none;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698