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

Side by Side Diff: chrome/browser/resources/options/personal_options.css

Issue 7088010: Layout adjustment for i18n compatibility. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Cleanup rule redundancy. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #account-picture { 1 #account-picture {
2 border-radius: 3px; 2 border-radius: 3px;
3 border: 1px solid rgba(0, 0, 0, 0.5); 3 border: 1px solid rgba(0, 0, 0, 0.5);
4 width: 70px; 4 width: 70px;
5 height: 70px; 5 height: 70px;
6 margin-right: 10px;
7 margin-bottom: 5px;
8 vertical-align: middle;
6 } 9 }
7 10
8 #sync-buttons { 11 #sync-buttons {
9 margin: 10px 0; 12 margin: 10px 0;
10 } 13 }
11 14
12 #start-stop-sync { 15 #start-stop-sync {
13 margin-left: 0; 16 margin-left: 0;
14 margin-right: 5px; 17 margin-right: 5px;
15 } 18 }
(...skipping 14 matching lines...) Expand all
30 background: #FFDBDB; 33 background: #FFDBDB;
31 border: 1px solid #ce4c4c; 34 border: 1px solid #ce4c4c;
32 border-radius: 2px; 35 border-radius: 2px;
33 padding: 10px; 36 padding: 10px;
34 } 37 }
35 38
36 .sync-error .link-button { 39 .sync-error .link-button {
37 margin: 0 1ex; 40 margin: 0 1ex;
38 padding: 0; 41 padding: 0;
39 } 42 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options_page.css ('k') | chrome/browser/resources/options/personal_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698