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

Side by Side Diff: chrome/browser/resources/options/chromeos/accounts_options_page.css

Issue 7088010: Layout adjustment for i18n compatibility. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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 .user-list-table { 1 .user-list-table {
2 border: 1px solid lightgrey; 2 border: 1px solid lightgrey;
3 border-collapse: collapse; 3 border-collapse: collapse;
4 border-spacing: 0; 4 border-spacing: 0;
5 } 5 }
6 6
7 .user-name-edit-row { 7 .user-name-edit-row {
8 border: 1px solid lightgrey; 8 border: 1px solid lightgrey;
9 background-color: #ebeffa; 9 background-color: #ebeffa;
10 padding: 5px; 10 padding: 5px;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 #userList[disabled] .remove-user-button { 67 #userList[disabled] .remove-user-button {
68 visibility: hidden; 68 visibility: hidden;
69 } 69 }
70 70
71 #userNameEdit { 71 #userNameEdit {
72 border: 1px solid lightgrey; 72 border: 1px solid lightgrey;
73 width: 366px; 73 width: 366px;
74 } 74 }
75 75
76 #userOptionsTable {
kevers 2011/06/02 19:03:36 The label 'These settings may only be modified by
Rick Byers 2011/06/03 15:06:07 Is it possible to fix this instead by modifying th
kevers1 2011/06/03 18:45:44 margin moved to #ownerOnlyWarning
77 margin-top: 10px;
78 }
79
76 #ownerOnlyWarning { 80 #ownerOnlyWarning {
77 margin-bottom: 10px; 81 margin-bottom: 10px;
78 padding-bottom: 1px; 82 padding-bottom: 1px;
79 -webkit-padding-start: 20px; 83 -webkit-padding-start: 20px;
80 background-repeat: no-repeat; 84 background-repeat: no-repeat;
81 background-image: url('warning.png'); 85 background-image: url('warning.png');
82 } 86 }
83 87
84 input#userNameEdit:invalid { 88 input#userNameEdit:invalid {
85 background-color: #ff6666; 89 background-color: #ff6666;
86 } 90 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698