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

Issue 29321240: Issue 2359 - Polished design of options page sidebar (Closed)

Created:
June 30, 2015, 11:05 a.m. by Thomas Greiner
Modified:
July 13, 2015, 11:24 a.m.
Reviewers:
saroyanm
CC:
Felix Dahlke
Visibility:
Public.

Description

Mainly tackled this because I was already working on #2383 through which I discovered some issues. This review includes the following style changes: - Removed some vendor-specific properties where possible (e.g. margin and padding) - Removed margin-top for icons - Made navigation menu items independent of each other (i.e. independent of whether neighbor is selected or not) - Corrected proportions as specified in design guide - Fixed: fonts were missing - Fixed: `border-radius` of selected navigation menu item is incorrect in RTL scenario (unfortunately, we cannot use `:dir()` for that yet) - Fixed: sidebar was overflowing to the bottom - Fixed: incorrect font-weight values (light: 300, normal: 400, semibold: 600) - Fixed: incorrect background-position, width and height for sidebar icons - Fixed: `white-space:nowrap` caused long navigation menu item texts to overflow

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : Fixed adjustment of sidebar icons in sprite #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -59 lines) Patch
A skin/fonts/SourceSansPro-Light.woff View Binary file 0 comments Download
A skin/fonts/SourceSansPro-Regular.woff View Binary file 0 comments Download
A skin/fonts/SourceSansPro-Semibold.woff View Binary file 0 comments Download
M skin/options.css View 1 2 8 chunks +78 lines, -59 lines 0 comments Download
M skin/options-sprite.png View 1 2 3 Binary file 0 comments Download

Messages

Total messages: 7
Thomas Greiner
June 30, 2015, 11:19 a.m. (2015-06-30 11:19:26 UTC) #1
saroyanm
https://codereview.adblockplus.org/29321240/diff/29321241/skin/options.css File skin/options.css (right): https://codereview.adblockplus.org/29321240/diff/29321241/skin/options.css#newcode21 skin/options.css:21: src: url(fonts/SourceSansPro-Light.woff) format("woff"); I think we can use local ...
July 9, 2015, 12:56 p.m. (2015-07-09 12:56:33 UTC) #2
Thomas Greiner
https://codereview.adblockplus.org/29321240/diff/29321241/skin/options.css File skin/options.css (right): https://codereview.adblockplus.org/29321240/diff/29321241/skin/options.css#newcode21 skin/options.css:21: src: url(fonts/SourceSansPro-Light.woff) format("woff"); On 2015/07/09 12:56:33, saroyanm wrote: > ...
July 9, 2015, 4:42 p.m. (2015-07-09 16:42:46 UTC) #3
saroyanm
https://codereview.adblockplus.org/29321240/diff/29321241/skin/options.css File skin/options.css (right): https://codereview.adblockplus.org/29321240/diff/29321241/skin/options.css#newcode21 skin/options.css:21: src: url(fonts/SourceSansPro-Light.woff) format("woff"); On 2015/07/09 16:42:46, Thomas Greiner wrote: ...
July 9, 2015, 5:48 p.m. (2015-07-09 17:48:14 UTC) #4
Thomas Greiner
https://codereview.adblockplus.org/29321240/diff/29321241/skin/options.css File skin/options.css (right): https://codereview.adblockplus.org/29321240/diff/29321241/skin/options.css#newcode21 skin/options.css:21: src: url(fonts/SourceSansPro-Light.woff) format("woff"); On 2015/07/09 17:48:14, saroyanm wrote: > ...
July 10, 2015, 9:48 a.m. (2015-07-10 09:48:14 UTC) #5
Thomas Greiner
Apparently, the offset of the sidebar icons was due to them being mispositioned in the ...
July 10, 2015, 11:50 a.m. (2015-07-10 11:50:14 UTC) #6
saroyanm
July 10, 2015, 2:36 p.m. (2015-07-10 14:36:25 UTC) #7
On 2015/07/10 11:50:14, Thomas Greiner wrote:
> Apparently, the offset of the sidebar icons was due to them being
mispositioned
> in the sprite so I fixed the graphic.

LGTM

Powered by Google App Engine
This is Rietveld