diff --git a/assets/static/base.css b/assets/static/base.css index 623db3fd1..bf34603b5 100644 --- a/assets/static/base.css +++ b/assets/static/base.css @@ -450,13 +450,19 @@ table.silence-duration-table > tbody > tr > td.silence-duration-label { line-height: 2em; } -.no-margin-top { - margin-top: 0; -} - a[aria-expanded=true] .fa-chevron-right { display: none; } a[aria-expanded=false] .fa-chevron-down { display: none; } + +/* adjust size and padding to look like bootstrap button but without all background tweaks */ +.icon-as-button { + text-align: center; + vertical-align: middle; + padding: 10px 15px; + font-size: 15px; + line-height: 1.42857143; + display: inline-block; +} diff --git a/assets/templates/silence.html b/assets/templates/silence.html index 40fa11832..c1146086c 100644 --- a/assets/templates/silence.html +++ b/assets/templates/silence.html @@ -30,8 +30,6 @@ <% }) %> -