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 */