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

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

Issue 7550070: Makes the network dropdown keyboard accessible (focus friendly). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: code review 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.html » ('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 951261e62fb0353a63ecd34006a2d5b722ff871b..e32f31d4a5f65b288aad7e014a5a6347776ddab6 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -160,12 +160,7 @@ hr.bottom {
.control-with-label {
margin: 10px 0 10px 0;
display: -webkit-box;
-}
-
-.label {
- margin: 5px 5px 5px 0;
- padding: 5px 5px 5px 0;
- width: 170px;
+ -webkit-box-align: start;
}
.menu-area {
@@ -176,6 +171,12 @@ hr.bottom {
width: 250px;
}
+.label {
+ margin: 5px 5px 5px 0;
+ padding: 5px 5px 5px 0;
+ width: 170px;
+}
+
#connect {
box-sizing: border-box;
padding: 60px 0 0 145px;
@@ -560,6 +561,7 @@ body.login-display #progress {
text-indent: 4px;
white-space: nowrap;
width: 250px;
+ z-index: 10;
}
.dropdown-title:hover {
@@ -586,7 +588,7 @@ body.login-display #progress {
position: relative;
top: 100%;
width: 248px;
- z-index: 1;
+ z-index: 10;
}
.dropdown-item-container {
@@ -595,7 +597,7 @@ body.login-display #progress {
padding-left: 5px;
}
-.dropdown-item-container:hover {
+.dropdown-item-container.hover {
background: #dce4fa;
}
@@ -655,3 +657,12 @@ html[dir=rtl] .error-message {
position: absolute;
text-shadow: 0 1px 1px #fff;
}
+
+.dropdown-overlay {
+ bottom: 0;
+ left: 0;
+ position: fixed;
+ right: 0;
+ top: 0;
+ z-index: 5;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_network.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698