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

Unified Diff: chrome/browser/resources/signin_internals/signin_index.css

Issue 421583002: Show GAIA/cookie accounts on the signin-internals page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include for CrOS Created 6 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/signin_internals/signin_index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/signin_internals/signin_index.css
diff --git a/chrome/browser/resources/signin_internals/signin_index.css b/chrome/browser/resources/signin_internals/signin_index.css
index 682aeb428f8b8f04124bea35435a6a055e12af00..ebcc78732f1e5649ec3ad773298a2f02a28443b9 100644
--- a/chrome/browser/resources/signin_internals/signin_index.css
+++ b/chrome/browser/resources/signin_internals/signin_index.css
@@ -30,7 +30,8 @@ div#signin-info {
-webkit-columns: 2;
}
-div#token-info {
+div#token-info,
+div#cookie-info {
-webkit-columns: 1;
}
@@ -74,4 +75,4 @@ tr[highlighted]:nth-child(odd) {
-webkit-animation-duration: 3s;
-webkit-animation-name: highlight2;
-webkit-animation-timing-function: linear;
-}
+}
« no previous file with comments | « no previous file | chrome/browser/resources/signin_internals/signin_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698