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

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

Issue 6372010: DOMUI: Refactor the new overlay style and apply it to all overlays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 3. Created 9 years, 11 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 #import-from-div { 1 #import-from-div {
2 margin-top: 10px;
3 margin-bottom: 20px; 2 margin-bottom: 20px;
4 } 3 }
5 4
6 #import-checkboxes > div:not(:first-child) { 5 #import-checkboxes > div:not(:first-child) {
7 -webkit-padding-start: 8px; 6 -webkit-padding-start: 8px;
8 margin: 5px 0; 7 margin: 5px 0;
9 } 8 }
10 9
11 #import-throbber { 10 #import-throbber {
12 margin: -3px 10px; 11 margin: -3px 10px;
13 visibility: hidden; 12 visibility: hidden;
14 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698