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

Unified Diff: chrome/browser/resources/options/password_manager_list.css

Issue 1615653005: [Password manager] Human readable origins for Android credentials on chrome://settings/passwords (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused setters in PasswordExceptionsListItem and PasswordListItem. Created 4 years, 9 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/options/password_manager_list.css
diff --git a/chrome/browser/resources/options/password_manager_list.css b/chrome/browser/resources/options/password_manager_list.css
index 43f7d607304d0efb3d9caaa7dc86871070b72a8a..5e8cb97c4870b8e5b5bc989c3b747a8936456646 100644
--- a/chrome/browser/resources/options/password_manager_list.css
+++ b/chrome/browser/resources/options/password_manager_list.css
@@ -71,3 +71,7 @@ input.inactive-item {
overflow: hidden;
text-overflow: ellipsis;
}
+
+.android-uri-suffix {
+ -webkit-padding-start: 2px;
Evan Stade 2016/03/24 16:50:36 perhaps .android-uri-suffix::before { text-cont
Dan Beam 2016/03/24 17:46:21 i think estade means: .android-uri-suffix::before
kolos1 2016/03/24 22:38:50 do we need ::before to add some space? in updated
kolos1 2016/03/24 22:54:22 Could I replace "2px" with "0.5em" or something li
+}

Powered by Google App Engine
This is Rietveld 408576698