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

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

Issue 1248613003: Issue 501916 : Add data type counts to profile deletion flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Third draft - removed all password manager code Created 5 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: 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 13d9c948c1237509a2e5d90ff60f56413b0dca98..f8ff6754873978004b2a969c87931999b34f7100 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -544,11 +544,33 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu {
padding: 20px;
}
-.action-box-remove-user-warning-text,
+.action-box-remove-user-warning-text-nostats,
+.action-box-remove-user-warning-text-nonsync,
+.action-box-remove-user-warning-table-nonsync,
+.action-box-remove-user-warning-text-sync,
+.action-box-remove-user-warning-text-sync2,
msramek 2015/07/29 13:55:01 Use more informative name than "sync2".
lwchkg 2015/07/29 14:46:05 Okay. I'll try "sync-part1" and "sync-part2" Anyw
msramek 2015/07/29 18:10:25 I would actually leave the first one, but name the
lwchkg 2015/07/30 17:07:19 Actually the divs are also used in the javascript
.action-box-remove-legacy-supervised-user-warning-text {
padding-bottom: 20px;
}
+.total-count {
+ font-weight: bold;
+}
+
+.action-box-remove-user-warning-table-nonsync {
+ border-spacing: 0;
+ width: 100%;
+}
+
+.action-box-remove-user-warning-table td {
+ padding: 0;
+}
+
+.action-box-remove-user-warning-table-numbers {
+ color: #b4b4b4;
+ text-align: end;
+}
+
.action-box-remove-user-warning .remove-warning-button {
width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698