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

Side by Side Diff: chrome/browser/resources/options2/about_page.css

Issue 9147054: Revert 117136 - separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 #aboutPage { 1 #aboutPage {
2 -webkit-user-select: text; 2 -webkit-user-select: text;
3 } 3 }
4 4
5 .loading { 5 .loading {
6 font-style: italic; 6 font-style: italic;
7 } 7 }
8 8
9 #channelSelect { 9 #channelSelect {
10 margin-bottom: 5px; 10 margin-bottom: 5px;
(...skipping 14 matching lines...) Expand all
25 25
26 .update-icon.fail { 26 .update-icon.fail {
27 background-image: url('../../../app/theme/update_fail.png'); 27 background-image: url('../../../app/theme/update_fail.png');
28 } 28 }
29 .update-icon.available { 29 .update-icon.available {
30 background-image: url('../../../app/theme/update_available.png'); 30 background-image: url('../../../app/theme/update_available.png');
31 } 31 }
32 .update-icon.up-to-date { 32 .update-icon.up-to-date {
33 background-image: url('../../../app/theme/update_uptodate.png'); 33 background-image: url('../../../app/theme/update_uptodate.png');
34 } 34 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/extensions/extensions.js ('k') | chrome/browser/resources/options2/about_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698