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

Issue 10440061: Remaining style fixes from http://codereview.chromium.org/10443024/. (Closed)

Created:
8 years, 7 months ago by zel
Modified:
8 years, 7 months ago
Reviewers:
csilv
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -47 lines) Patch
M chrome/browser/resources/gaia_auth/main.css View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/gaia_auth/main.html View 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/browser/resources/gaia_auth/main.js View 5 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/resources/gaia_auth/offline.css View 1 6 chunks +8 lines, -24 lines 0 comments Download
M chrome/browser/resources/gaia_auth/offline.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/gaia_auth/offline.js View 1 chunk +6 lines, -11 lines 0 comments Download
M chrome/browser/resources/gaia_auth/success.html View 1 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/resources/gaia_auth/success.js View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zel
8 years, 7 months ago (2012-05-25 23:34:03 UTC) #1
csilv
lgtm++ w/ nits https://chromiumcodereview.appspot.com/10440061/diff/1/chrome/browser/resources/gaia_auth/main.html File chrome/browser/resources/gaia_auth/main.html (right): https://chromiumcodereview.appspot.com/10440061/diff/1/chrome/browser/resources/gaia_auth/main.html#newcode10 chrome/browser/resources/gaia_auth/main.html:10: frameborder="0"></iframe></body> nit: linefeed before </body> https://chromiumcodereview.appspot.com/10440061/diff/1/chrome/browser/resources/gaia_auth/offline.css ...
8 years, 7 months ago (2012-05-25 23:39:19 UTC) #2
zel
https://chromiumcodereview.appspot.com/10440061/diff/1/chrome/browser/resources/gaia_auth/main.html File chrome/browser/resources/gaia_auth/main.html (right): https://chromiumcodereview.appspot.com/10440061/diff/1/chrome/browser/resources/gaia_auth/main.html#newcode10 chrome/browser/resources/gaia_auth/main.html:10: frameborder="0"></iframe></body> On 2012/05/25 23:39:19, csilv wrote: > nit: linefeed ...
8 years, 7 months ago (2012-05-25 23:46:43 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/10440061/7001
8 years, 7 months ago (2012-05-25 23:57:31 UTC) #4
commit-bot: I haz the power
Presubmit check for 10440061-7001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-25 23:58:00 UTC) #5
csilv
8 years, 7 months ago (2012-05-26 00:10:44 UTC) #6
https://chromiumcodereview.appspot.com/10440061/diff/1/chrome/browser/resourc...
File chrome/browser/resources/gaia_auth/main.css (right):

https://chromiumcodereview.appspot.com/10440061/diff/1/chrome/browser/resourc...
chrome/browser/resources/gaia_auth/main.css:4: }
add margin: 0; on body as well, webkit default is 8px.

https://chromiumcodereview.appspot.com/10440061/diff/1/chrome/browser/resourc...
File chrome/browser/resources/gaia_auth/main.html (right):

https://chromiumcodereview.appspot.com/10440061/diff/1/chrome/browser/resourc...
chrome/browser/resources/gaia_auth/main.html:10:
frameborder="0"></iframe></body>
On 2012/05/25 23:46:43, zel wrote:
> On 2012/05/25 23:39:19, csilv wrote:
> > nit: linefeed before </body>
> 
> Hmm, isn't that going to change my page design too? I can throw anything else
> than this frame on that page.

It won't change layout as long as it's just whitespace, iframe will get 100%
height and width.  Note my comment in css however about adding margin:0 to body.

Powered by Google App Engine
This is Rietveld 408576698