Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/main-mobile.css

Issue 29324472: Issue 2523 - Fixed: Search input text invisible in Firefox on small screens (Closed)
Patch Set: Created Aug. 20, 2015, 2:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
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: static/css/main-mobile.css
===================================================================
--- a/static/css/main-mobile.css
+++ b/static/css/main-mobile.css
@@ -106,12 +106,12 @@
#search-field
{
width: 100%;
- padding: 16px 10px;
saroyanm 2015/08/20 14:50:27 I assume it's just consistency change nothing conn
Thomas Greiner 2015/08/20 15:12:21 That as well but the main reason is that since usi
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- -o-box-sizing: border-box;
- box-sizing: border-box;
+ padding: 10px;
+ -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box;
+ -ms-box-sizing: content-box;
+ -o-box-sizing: content-box;
+ box-sizing: content-box;
}
#search-field-label-button, #current-language
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld