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

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

Issue 6110006: give tabbed options clear browsing dialog a facelift (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete bugs 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 #clearBrowserDataOverlay {
2 width: 300px;
3 }
4
5 #cbdThrobber { 1 #cbdThrobber {
6 background-image: url("../../../../app/resources/throbber.png"); 2 background-image: url("../../../../app/resources/throbber.png");
7 width: 16px; 3 width: 16px;
8 height: 16px; 4 height: 16px;
9 margin: -3px 10px; 5 margin: -3px 10px;
10 display: inline-block; 6 display: inline-block;
11 visibility: hidden; 7 visibility: hidden;
12 } 8 }
9
10 #checkboxListData {
11 -webkit-margin-start: 1em;
12 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/advanced_options.js ('k') | chrome/browser/resources/options/clear_browser_data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698