From 194f7dd6ca07c9ea91cbc6c67b55f9bf8b7cc2d0 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Mon, 10 Aug 2015 00:58:48 -0700 Subject: [PATCH] make status icons 32px for consistency --- cmd/drone-server/static/styles/list.css | 18 +++++++++++++++++- cmd/drone-server/static/styles/main.css | 20 ++++++++++---------- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/cmd/drone-server/static/styles/list.css b/cmd/drone-server/static/styles/list.css index a82c29084..ea74b19f7 100644 --- a/cmd/drone-server/static/styles/list.css +++ b/cmd/drone-server/static/styles/list.css @@ -75,9 +75,25 @@ .list em { color:#65737e; } - +/* .matrix-list a.active { background-color: #eff1f5; margin-left: -10px; padding-left: 10px; +}*/ +.matrix-list a.active:after { + content:"chevron_right"; + font-family: "Material Icons"; + line-height:28px; + color: #c0c5ce; + font-weight: normal; + font-style: normal; + font-size: 24px; + letter-spacing: normal; + text-transform: none; + display: inline-block; + word-wrap: normal; + -webkit-font-feature-settings: 'liga'; + -webkit-font-smoothing: antialiased; + margin-right:-5px; } diff --git a/cmd/drone-server/static/styles/main.css b/cmd/drone-server/static/styles/main.css index baae6ae9d..871849829 100644 --- a/cmd/drone-server/static/styles/main.css +++ b/cmd/drone-server/static/styles/main.css @@ -362,7 +362,7 @@ main aside > div { } .job-list > a div.param:first-child, .job-list > li div.param:first-child { - margin-top:10px; + margin-top:9px; } @@ -509,27 +509,27 @@ menu .button span { */ .status { - width: 36px; - height: 36px; + width: 32px; + height: 32px; border-radius: 50%; display: inline-block; } .status i { - line-height: 36px; - width: 36px; + line-height: 32px; + width: 32px; vertical-align: middle; text-align: center; font-size:24px; color:rgba(255,255,255,0.7); } .status-small { - width: 32px; - height: 32px; + width: 28px; + height: 28px; } .status-small i { - line-height: 32px; - width: 32px; - height: 32px; + line-height: 28px; + width: 28px; + height: 28px; } /* Search Form */