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

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

Issue 6313011: DOMUI: Polish up the 'Import Data' overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Narrow a CSS selector. 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #import-from-div {
2 margin-top: 10px;
3 margin-bottom: 20px;
4 }
5
6 #import-checkboxes > div:not(:first-child) {
7 -webkit-padding-start: 8px;
8 margin: 5px 0;
9 }
10
1 #import-throbber { 11 #import-throbber {
2 background-image: url("../../../../app/resources/throbber.png"); 12 background-image: url("../../../../app/resources/throbber.png");
3 width: 16px; 13 width: 16px;
4 height: 16px; 14 height: 16px;
5 margin: -3px 10px; 15 margin: -3px 10px;
6 display: inline-block; 16 display: inline-block;
7 visibility: hidden; 17 visibility: hidden;
8 } 18 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698