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

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

Issue 9864032: [WebUI] Fix all CSS nits in chrome/browser/resources/chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing screen_account_picker.css Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/sim_unlock.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/wrench_menu.css
diff --git a/chrome/browser/resources/chromeos/wrench_menu.css b/chrome/browser/resources/chromeos/wrench_menu.css
index a12a41dd072242af36852028a67c1cb7cdbf0d6e..5670b30f5f6bcda1168ee94f1e7611bac050e25b 100644
--- a/chrome/browser/resources/chromeos/wrench_menu.css
+++ b/chrome/browser/resources/chromeos/wrench_menu.css
@@ -1,35 +1,40 @@
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
.fullscreen {
+ -webkit-margin-start: 4px;
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;
+ width: 23px;
}
.edit-button {
+ min-width: 35px;
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;
+ border-top-left-radius: 3px;
}
.right-button {
border: solid 1px rgba(0, 0, 0, 0.3);
- border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
+ border-top-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);
+ border-top: solid 1px rgba(0, 0, 0, 0.3);
}
.zoom-button {
« no previous file with comments | « chrome/browser/resources/chromeos/sim_unlock.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698