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

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

Issue 5880001: Widen the clearing browsing history dialog to 300px. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #clearBrowserDataOverlay {
2 width: 300px;
3 }
4
1 #cbdThrobber { 5 #cbdThrobber {
2 background-image: url("../../../../app/resources/throbber.png"); 6 background-image: url("../../../../app/resources/throbber.png");
3 width: 16px; 7 width: 16px;
4 height: 16px; 8 height: 16px;
5 margin: -3px 10px; 9 margin: -3px 10px;
6 display: inline-block; 10 display: inline-block;
7 visibility: hidden; 11 visibility: hidden;
8 } 12 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698