|
|
Created:
6 years, 7 months ago by fukino Modified:
6 years, 3 months ago Reviewers:
amryouseff, hirono CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yoshiki+watch_chromium.org Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
DescriptionFix minor presentation issues in RTL languages.
This fixes (1) and (4) in the issue 371232.
- Set correct margin for the title 'Files' app.
- Correct separator's direction.
BUG=371232
TEST=manually confirmed
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271360
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use shorthand properties. #
Total comments: 2
Patch Set 3 : Use scaleX rather than rotate to flip arrow. #Messages
Total messages: 15 (0 generated)
hirono san, PTAL!
Thank you! https://codereview.chromium.org/291583004/diff/1/ui/file_manager/file_manager... File ui/file_manager/file_manager/foreground/css/file_manager.css (right): https://codereview.chromium.org/291583004/diff/1/ui/file_manager/file_manager... ui/file_manager/file_manager/foreground/css/file_manager.css:170: margin-left: 15px; nit: According to our style guide: https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml?showone=S..., shorthand properties are preferred if we can use them.
Oops, I read the item in StyleGuide this week, but I failed to remenber... Thanks! https://codereview.chromium.org/291583004/diff/1/ui/file_manager/file_manager... File ui/file_manager/file_manager/foreground/css/file_manager.css (right): https://codereview.chromium.org/291583004/diff/1/ui/file_manager/file_manager... ui/file_manager/file_manager/foreground/css/file_manager.css:170: margin-left: 15px; On 2014/05/16 09:11:47, hirono wrote: > nit: According to our style guide: > https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml?showone=S..., > shorthand properties are preferred if we can use them. Done.
https://codereview.chromium.org/291583004/diff/10001/ui/file_manager/file_man... File ui/file_manager/file_manager/foreground/css/file_manager.css (right): https://codereview.chromium.org/291583004/diff/10001/ui/file_manager/file_man... ui/file_manager/file_manager/foreground/css/file_manager.css:626: -webkit-transform: rotate(180deg); nit: Maybe scaleX(-1) is better in case that the asset is changed as it is not horizontal symmetry.
https://codereview.chromium.org/291583004/diff/10001/ui/file_manager/file_man... File ui/file_manager/file_manager/foreground/css/file_manager.css (right): https://codereview.chromium.org/291583004/diff/10001/ui/file_manager/file_man... ui/file_manager/file_manager/foreground/css/file_manager.css:626: -webkit-transform: rotate(180deg); On 2014/05/19 04:27:16, hirono wrote: > nit: Maybe scaleX(-1) is better in case that the asset is changed as it is not > horizontal symmetry. Done. scaleX is exactly what I need. Thanks!!
On 2014/05/19 05:11:06, fukino wrote: > https://codereview.chromium.org/291583004/diff/10001/ui/file_manager/file_man... > File ui/file_manager/file_manager/foreground/css/file_manager.css (right): > > https://codereview.chromium.org/291583004/diff/10001/ui/file_manager/file_man... > ui/file_manager/file_manager/foreground/css/file_manager.css:626: > -webkit-transform: rotate(180deg); > On 2014/05/19 04:27:16, hirono wrote: > > nit: Maybe scaleX(-1) is better in case that the asset is changed as it is not > > horizontal symmetry. > > Done. > scaleX is exactly what I need. Thanks!! lgtm!
The CQ bit was checked by fukino@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fukino@chromium.org/291583004/30001
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are real, and report flakes to chrome-troopers@google.com. The failing builders are: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered...)
The CQ bit was checked by fukino@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fukino@chromium.org/291583004/30001
Message was sent while issue was closed.
Change committed as 271360
I wanna to fix my web Css http://www.justiceed.ca/ بتاريخ الجمعة، 16 مايو، 2014 UTC+3 11:59:46 ص، كتب fuk...@chromium.org: > > Reviewers: hirono, > > Message: > hirono san, PTAL! > > Description: > Fix minor presentation issues in RTL languages. > > This fixes (1) and (4) in the issue 371232. > - Set correct margin for the title 'Files' app. > - Correct separator's direction. > > BUG=371232 > TEST=manually confirmed > > Please review this at https://codereview.chromium.org/291583004/ > > SVN Base: svn://svn.chromium.org/chrome/trunk/src > > Affected files (+8, -2 lines): > M ui/file_manager/file_manager/foreground/css/file_manager.css > > > Index: ui/file_manager/file_manager/foreground/css/file_manager.css > diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css > > b/ui/file_manager/file_manager/foreground/css/file_manager.css > index > 068214898bd4d16b163e96a444a84100d82ccdea..f397c6838d703529f24d9292bcba607368317670 > > 100644 > --- a/ui/file_manager/file_manager/foreground/css/file_manager.css > +++ b/ui/file_manager/file_manager/foreground/css/file_manager.css > @@ -165,13 +165,15 @@ a:focus { > } > > .dialog-navigation-list-header #app-name { > - -webkit-margin-start: 15px; > color: #303030; > font-size: 130%; > + margin-left: 15px; > + margin-right: 15px; > } > > .dialog-navigation-list-header #profile-badge:not([hidden]) + #app-name > { > - -webkit-margin-start: 0; > + margin-left: 0; > + margin-right: 0; > } > > .dialog-navigation-list-contents { > @@ -622,6 +624,10 @@ > body[drive] .dialog-container[connection='metered'] .offline-icon-space { > width: 25px; > } > > +html[dir='rtl'] .breadcrumbs .separator { > + -webkit-transform: rotate(180deg); > +} > + > #filename-input-box input { > border: 1px solid #c8c8c8; > border-radius: 1px; > > > To unsubscribe from this group and stop receiving emails from it, send an email to chromium-reviews+unsubscribe@chromium.org. |