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

Unified Diff: ui/login/account_picker/user_pod_row.css

Issue 399613002: Anti-shelf-overlapping fixes for several menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 5 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 | « ui/login/account_picker/screen_account_picker.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/user_pod_row.css
diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css
index a8a3cdbc54c66b50c5b49f8d11e8af057795526e..2b1c7ab6ffe7590c5a9fdc2cc7587c3e142faff1 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -320,10 +320,21 @@ html[dir=rtl] .user-type-icon-area {
font-size: 13px;
position: absolute;
right: 5px;
- top: 18px;
width: 220px;
}
+.action-box-area.active ~ .action-box-menu:not(.menu-moved-up) {
+ top: 18px;
+}
+
+.action-box-area.active ~ .action-box-menu.menu-moved-up {
+ bottom: 210px;
+}
+
+.action-box-area.menu-moved-up {
+ -webkit-transform: rotate(180deg);
dzhioev (left Google) 2014/07/25 12:17:00 Then why these changes were made?
+}
+
html[dir=rtl] .action-box-area.active ~ .action-box-menu {
left: 5px;
right: auto;
@@ -374,6 +385,10 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu {
width: 100%;
}
+.action-box-remove-supervised-user-warning-text {
+ margin-bottom: 10px;
+}
+
.user-type-bubble {
background-color: white;
border: 1px solid lightgray;
« no previous file with comments | « ui/login/account_picker/screen_account_picker.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698