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

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

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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
(Empty)
1 .autofill-list-item {
2 -webkit-box-flex: 1;
3 -webkit-padding-start: 8px;
4 overflow: hidden;
5 text-overflow: ellipsis;
6 }
7
8 .autofill-list-item + img {
9 -webkit-padding-end: 20px;
10 vertical-align: middle;
11 }
12
13 #autofill-options > div:last-child {
14 margin-top: 15px;
15 }
16
17 #autofill-options > div.settings-list > div:last-child {
18 border-top: 1px solid #d9d9d9;
19 padding: 5px 10px;
20 }
21
22 #autofill-add-address,
23 #autofill-add-creditcard {
24 margin: 2px 0;
25 }
26
27 .autofill-list-item + button,
28 .autofill-list-item + img + button {
29 background: #8aaaed !important; /* Gets overwritten by raw-button:hover */
30 color: #fff;
31 margin-top: 0;
32 }
33
34 #address-list > div:not(:hover) * button,
35 #creditcard-list > div:not(:hover) * button {
36 display: none;
37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698