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

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

Issue 6034005: DOMUI: Implement the new-style Autofill options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes 2. Created 10 years 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 .passwords-list-title {
2 font-weight: bold;
3 margin: 20px 0 10px 0;
4 }
5
6 #saved-passwords-list .url { 1 #saved-passwords-list .url {
7 box-sizing: border-box; 2 box-sizing: border-box;
8 width: 40%; 3 width: 40%;
9 } 4 }
10 5
11 #saved-passwords-list .name { 6 #saved-passwords-list .name {
12 -webkit-box-flex: 1; 7 -webkit-box-flex: 1;
13 width: 20%; 8 width: 20%;
14 } 9 }
15 10
(...skipping 18 matching lines...) Expand all
34 html[dir='rtl'] #saved-passwords-list .password > span { 29 html[dir='rtl'] #saved-passwords-list .password > span {
35 left: 50px; 30 left: 50px;
36 } 31 }
37 32
38 #saved-passwords-list .url, 33 #saved-passwords-list .url,
39 #saved-passwords-list .name, 34 #saved-passwords-list .name,
40 #password-exceptions-list .url { 35 #password-exceptions-list .url {
41 overflow: hidden; 36 overflow: hidden;
42 text-overflow: ellipsis; 37 text-overflow: ellipsis;
43 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698