Index: chrome/browser/resources/options2/options_page.css |
=================================================================== |
--- chrome/browser/resources/options2/options_page.css (revision 120082) |
+++ chrome/browser/resources/options2/options_page.css (working copy) |
@@ -100,12 +100,13 @@ |
right: auto; |
} |
+/* TODO(csilv): Move some of this styling to a shared location for all webui. */ |
Dan Beam
2012/02/01 23:07:29
why not do this?
csilv
2012/02/01 23:18:30
I'd prefer to keep the scope of this CL small sinc
Dan Beam
2012/02/02 00:15:55
Can you note the timeline in the TODO() then?
csilv
2012/02/02 00:57:49
Done.
|
#search-field { |
-webkit-appearance: none; |
-webkit-margin-end: 18px; |
border: 1px solid rgba(0, 0, 0, 0.25); |
border-radius: 2px; |
- font: normal 12px 'Open Sans'; |
+ font: inherit; |
margin: 0; |
/* NOTE: Keep a relatively high min-width for this so we don't obscure the end |
* of the default text in relatively spacious languages (i.e. German). */ |