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

Unified Diff: chrome/browser/resources/wrench_menu.css

Issue 8687012: Moved ChromeOS-specific resources from chrome/browser/resources to chrome/browser/resources/chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/offline_load.html ('k') | chrome/browser/resources/wrench_menu.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/wrench_menu.css
===================================================================
--- chrome/browser/resources/wrench_menu.css (revision 111700)
+++ chrome/browser/resources/wrench_menu.css (working copy)
@@ -1,43 +0,0 @@
-.fullscreen {
- background-image: url('../../app/theme/fullscreen_menu_button.png');
- background-position: center center;
- background-repeat: no-repeat;
- border: solid 1px rgba(0, 0, 0, 0.3);
- border-radius: 3px;
- width: 23px;
- height: 23px;
- -webkit-margin-start: 4px;
-}
-
-.edit-button {
- padding: 2px;
- text-align: center;
- min-width: 35px;
-}
-
-.left-button {
- border: solid 1px rgba(0, 0, 0, 0.3);
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
-}
-
-.right-button {
- border: solid 1px rgba(0, 0, 0, 0.3);
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
-}
-
-.center-button {
- border-top: solid 1px rgba(0, 0, 0, 0.3);
- border-bottom: solid 1px rgba(0, 0, 0, 0.3);
-}
-
-.zoom-button {
- text-align: center;
- width: 15px;
-}
-
-.zoom-percent {
- min-width: 40px;
- text-align: center;
-}
« no previous file with comments | « chrome/browser/resources/offline_load.html ('k') | chrome/browser/resources/wrench_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698