Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / user_manager / user_manager.css
index 9789f49..e908b34 100644 (file)
@@ -4,10 +4,14 @@
  */
 
 /* Overrides for the desktop user manager screen. */
- .oobe-display {
+.oobe-display {
   background-color: #eee;
 }
 
+.bubble.faded {
+  opacity: 0;
+}
+
 .pod {
   border-radius: 2px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
   width: 180px;
 }
 
+.pod .user-image-container {
+  height: 180px;
+  width: 180px;
+}
+
 .pod .user-image {
   border-top-left-radius: 2px;
   border-top-right-radius: 2px;