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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.css

Issue 7618043: [oobe] Adds icon support for the network drop-down button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_network.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index e6dfc3bde25047cf039b5a7f1f18264f511fdce0..715876d9e6a1ec98a20cdb7470942f7e9bbbb22d 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -644,23 +644,24 @@ body.login-display #progress {
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
+ -webkit-box-align: start;
background-image: url('../../shared/images/select.png'),
-webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
background-position: center right;
background-repeat: no-repeat;
border: 1px solid #aaa;
color: #555;
+ display: -webkit-box;
font-size: inherit;
- height: 24px;
+ height: 20px;
margin: 0;
overflow: hidden;
- padding-top: 2px;
- padding-bottom: 2px;
+ padding-top: 1px;
+ padding-bottom: 1px;
text-overflow: ellipsis;
text-align: left;
text-indent: 4px;
white-space: nowrap;
- width: 250px;
z-index: 10;
}
@@ -673,11 +674,13 @@ body.login-display #progress {
background-repeat: no-repeat;
}
-.dropdown-title:active {
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
- background-image: url('../../shared/images/select.png'),
- -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
- color: #444;
+.dropdown-title img {
+ height: 20px;
+ maring-top: -1px;
+}
+
+.dropdown-title div {
+ margin-top: 1px;
}
.dropdown-container {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_network.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698