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

Issue 10837190: Standardize size of WebUI controls for touch and non-touch. (Closed)

Created:
8 years, 4 months ago by kevers
Modified:
8 years, 4 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, arv (Not doing code reviews), James Hawkins
Visibility:
Public.

Description

Standardize size of WebUI controls for touch and non-touch. BUG=139834 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151698

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix position of favicon. Tighten up margins and padding. #

Total comments: 4

Patch Set 3 : Remove overly generic CSS changes for webUI unification, standardizing the formatting of settings p… #

Patch Set 4 : Fix layout of multi-line instructions. #

Patch Set 5 : Fix typo on pinyin dialog. #

Total comments: 5

Patch Set 6 : Convert <span> to <p>. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -117 lines) Patch
M chrome/browser/resources/bookmark_manager/css/bmm.css View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options2/browser_options.css View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/browser_options.html View 1 2 3 4 5 4 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/resources/options2/chromeos/language_pinyin_options.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options2/content_settings.css View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/resources/options2/content_settings.html View 1 2 11 chunks +51 lines, -29 lines 0 comments Download
M chrome/browser/resources/options2/language_options.css View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/search_engine_manager.css View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/shared/css/chrome_shared.css View 1 1 chunk +0 lines, -50 lines 0 comments Download
M chrome/browser/resources/shared/css/list.css View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/resources/shared/css/tree.css View 1 2 3 4 2 chunks +2 lines, -14 lines 0 comments Download
M chrome/browser/resources/shared/css/widgets.css View 1 2 3 chunks +2 lines, -13 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
kevers
Hi Evan, Can you please have a look at this CL.
8 years, 4 months ago (2012-08-09 19:41:19 UTC) #1
Evan Stade
http://codereview.chromium.org/10837190/diff/1/chrome/browser/resources/shared/css/chrome_shared.css File chrome/browser/resources/shared/css/chrome_shared.css (right): http://codereview.chromium.org/10837190/diff/1/chrome/browser/resources/shared/css/chrome_shared.css#newcode108 chrome/browser/resources/shared/css/chrome_shared.css:108: li > button.link-button { where is this pattern found? ...
8 years, 4 months ago (2012-08-10 02:44:16 UTC) #2
kevers
http://codereview.chromium.org/10837190/diff/1/chrome/browser/resources/shared/css/chrome_shared.css File chrome/browser/resources/shared/css/chrome_shared.css (right): http://codereview.chromium.org/10837190/diff/1/chrome/browser/resources/shared/css/chrome_shared.css#newcode108 chrome/browser/resources/shared/css/chrome_shared.css:108: li > button.link-button { On 2012/08/10 02:44:16, Evan Stade ...
8 years, 4 months ago (2012-08-10 13:56:03 UTC) #3
kevers
http://codereview.chromium.org/10837190/diff/6001/chrome/browser/resources/options2/language_options.css File chrome/browser/resources/options2/language_options.css (right): http://codereview.chromium.org/10837190/diff/6001/chrome/browser/resources/options2/language_options.css#newcode135 chrome/browser/resources/options2/language_options.css:135: padding-top: 8px; Moved from chrome-shared. http://codereview.chromium.org/10837190/diff/6001/chrome/browser/resources/options2/search_engine_manager.css File chrome/browser/resources/options2/search_engine_manager.css (right): ...
8 years, 4 months ago (2012-08-10 16:10:07 UTC) #4
Evan Stade
http://codereview.chromium.org/10837190/diff/1/chrome/browser/resources/shared/css/widgets.css File chrome/browser/resources/shared/css/widgets.css (right): http://codereview.chromium.org/10837190/diff/1/chrome/browser/resources/shared/css/widgets.css#newcode73 chrome/browser/resources/shared/css/widgets.css:73: margin-top: 6px; On 2012/08/10 13:56:03, kevers wrote: > On ...
8 years, 4 months ago (2012-08-10 21:21:08 UTC) #5
kevers
http://codereview.chromium.org/10837190/diff/1/chrome/browser/resources/shared/css/widgets.css File chrome/browser/resources/shared/css/widgets.css (right): http://codereview.chromium.org/10837190/diff/1/chrome/browser/resources/shared/css/widgets.css#newcode73 chrome/browser/resources/shared/css/widgets.css:73: margin-top: 6px; On 2012/08/10 21:21:08, Evan Stade wrote: > ...
8 years, 4 months ago (2012-08-13 17:18:46 UTC) #6
kevers
Several places on the settings pages where, depending on language, we have multi-line instructions. Without ...
8 years, 4 months ago (2012-08-13 18:47:48 UTC) #7
Evan Stade
lgtm http://codereview.chromium.org/10837190/diff/8002/chrome/browser/resources/bookmark_manager/css/bmm.css File chrome/browser/resources/bookmark_manager/css/bmm.css (right): http://codereview.chromium.org/10837190/diff/8002/chrome/browser/resources/bookmark_manager/css/bmm.css#newcode25 chrome/browser/resources/bookmark_manager/css/bmm.css:25: line-height: 30px; should this be in em? http://codereview.chromium.org/10837190/diff/8002/chrome/browser/resources/options2/browser_options.html ...
8 years, 4 months ago (2012-08-14 18:38:00 UTC) #8
kevers
http://codereview.chromium.org/10837190/diff/8002/chrome/browser/resources/bookmark_manager/css/bmm.css File chrome/browser/resources/bookmark_manager/css/bmm.css (right): http://codereview.chromium.org/10837190/diff/8002/chrome/browser/resources/bookmark_manager/css/bmm.css#newcode25 chrome/browser/resources/bookmark_manager/css/bmm.css:25: line-height: 30px; On 2012/08/14 18:38:01, Evan Stade wrote: > ...
8 years, 4 months ago (2012-08-14 20:26:52 UTC) #9
Evan Stade
http://codereview.chromium.org/10837190/diff/8002/chrome/browser/resources/bookmark_manager/css/bmm.css File chrome/browser/resources/bookmark_manager/css/bmm.css (right): http://codereview.chromium.org/10837190/diff/8002/chrome/browser/resources/bookmark_manager/css/bmm.css#newcode25 chrome/browser/resources/bookmark_manager/css/bmm.css:25: line-height: 30px; On 2012/08/14 20:26:53, kevers wrote: > On ...
8 years, 4 months ago (2012-08-14 22:06:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kevers@chromium.org/10837190/4013
8 years, 4 months ago (2012-08-15 13:29:30 UTC) #11
commit-bot: I haz the power
8 years, 4 months ago (2012-08-15 15:48:48 UTC) #12
Change committed as 151698

Powered by Google App Engine
This is Rietveld 408576698