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

Unified Diff: chrome/browser/resources/ntp4/new_tab.css

Issue 8680033: Show GAIA profile info in NTP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 9 years, 1 month 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/ntp4/new_tab.css
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
index 50c51f9047e862a6a309c21372e25b8e4fc60257..8f43452c01a106cd7a93a556a87a146fdae12d2a 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -195,6 +195,31 @@ html[dir='rtl'] #login-container {
right: auto;
}
+#login-status-header-container {
+ display: -webkit-box;
+ -webkit-box-align: center;
+ -webkit-box-orient: horizontal;
+ -webkit-box-pack: end;
+}
+
+#login-status-header {
+ display: block;
+}
+
+#login-status-icon-container {
+ /* Draw a border inside the icon by using an inset shadow. */
Evan Stade 2011/11/29 02:27:48 why can't you use an actual border?
sail 2011/11/29 19:11:04 I need to draw the border inside the image. I coul
+ -webkit-box-shadow: inset 0px 0px 1px black;
Evan Stade 2011/11/29 02:27:48 in this file, -webkit-foo comes at the end of the
sail 2011/11/29 19:11:04 Done.
+ width: 27px;
+ height: 27px;
+ margin-left: 10px;
+}
+
+#login-status-icon {
+ position: relative;
+ width: 27px;
+ z-index: -1;
+}
+
.link-span {
text-decoration: underline;
}
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | chrome/browser/resources/ntp4/new_tab.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698