diff --git a/cmd/drone-server/static/scripts/views/builds/show/content.html b/cmd/drone-server/static/scripts/views/builds/show/content.html index fa6b9f5c7..5adf7686f 100644 --- a/cmd/drone-server/static/scripts/views/builds/show/content.html +++ b/cmd/drone-server/static/scripts/views/builds/show/content.html @@ -39,7 +39,7 @@ - + diff --git a/cmd/drone-server/static/styles/main.css b/cmd/drone-server/static/styles/main.css index 075085d6b..b7b9b452c 100644 --- a/cmd/drone-server/static/styles/main.css +++ b/cmd/drone-server/static/styles/main.css @@ -473,6 +473,7 @@ li menu .button.danger { display:inline-block; } + /* * Random buttons used throughtout */ @@ -520,6 +521,16 @@ menu .button span { font-size:18px; } +.button-restart { + background: #FFF; + border: 1px solid #8fa1b3; + color: #8fa1b3; + font-size: 13px; + text-transform: uppercase; + margin-top: 20px; + padding: 0px 15px; +} + /* * Status Indicator */