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

Unified Diff: chrome/browser/resources/login/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: 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
Index: chrome/browser/resources/login/user_pod_row.css
diff --git a/chrome/browser/resources/login/user_pod_row.css b/chrome/browser/resources/login/user_pod_row.css
index 53b13f3b8c262b3e8b07f426c275e6f87834c756..7106e550fbd0205030932df8d61ab656c9509cb7 100644
--- a/chrome/browser/resources/login/user_pod_row.css
+++ b/chrome/browser/resources/login/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(.menuMovedUp) {
dzhioev (left Google) 2014/07/16 19:13:51 menu-moved-up
merkulova 2014/07/22 08:11:44 Done.
+ top: 18px;
+}
+
+.action-box-area.active ~ .action-box-menu.menuMovedUp {
+ bottom: 210px;
+}
+
+.action-box-area.menuMovedUp {
+ -webkit-transform: rotate(180deg);
+}
+
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;

Powered by Google App Engine
This is Rietveld 408576698