OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |