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

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

Issue 3143012: Reland r55881: Disable the 'Clear browsing Data' button when no checkboxes are checked. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: address stuart concern Created 10 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/clear_browser_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 #cbdThrobber { 1 #cbdThrobber {
2 background-image: url("../../../../app/resources/throbber.png"); 2 background-image: url("../../../../app/resources/throbber.png");
3 width: 16px; 3 width: 16px;
4 height: 16px; 4 height: 16px;
5 margin: -3px 10px; 5 margin: -3px 10px;
6 display: inline-block; 6 display: inline-block;
7 visibility: hidden; 7 visibility: hidden;
8 } 8 }
9
10 #checkboxListData > label {
11 display: block;
12 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/clear_browser_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698