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

Unified Diff: milo/appengine/frontend/static/buildbot/css/default.css

Issue 2271483002: Milo: Add a login url (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Retrain Created 4 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
Index: milo/appengine/frontend/static/buildbot/css/default.css
diff --git a/milo/appengine/frontend/static/buildbot/css/default.css b/milo/appengine/frontend/static/buildbot/css/default.css
index 42d97c01fce72bd109016f84c7ef366b9c9e8ba6..e182c47ddad0b46394aa6a5632846bdf91449603 100644
--- a/milo/appengine/frontend/static/buildbot/css/default.css
+++ b/milo/appengine/frontend/static/buildbot/css/default.css
@@ -271,6 +271,13 @@ tr:nth-child(even) td.status-Warning{
border-color: #C29D46;
}
+.account-picture {
+ border-radius: 6px;
+ width: 25px;
+ height: 25px;
+ vertical-align: middle;
+}
+
.legend {
border-radius: 5px !important;
-webkit-border-radius: 5px !important;

Powered by Google App Engine
This is Rietveld 408576698