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

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

Issue 7926010: Fix X button size of subpage for touch ui (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 3 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 | « chrome/browser/resources/options/options.html ('k') | 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
(Empty)
1 .close-subpage {
Rick Byers 2011/09/16 14:29:27 I know it's not in all CSS files, but you should p
Rick Byers 2011/09/16 14:29:27 I'd suggest adding a small comment above the selec
bshe 2011/09/16 15:22:07 Done.
bshe 2011/09/16 15:22:07 Done.
2 background-image: url('chrome://theme/IDR_CLOSE_BAR');
Rick Byers 2011/09/16 14:29:27 you shouldn't have to repeat this property - you'r
bshe 2011/09/16 15:22:07 Done.
3 height: 32px;
4 min-width: 0;
5 position: relative;
6 top: 16px;
7 width: 32px;
8 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698