X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/8e4b76bc2eb7a0ade35e3720a56150723aeb27bf..49e57291d78de2b583d6f2197ae6f9d9ff05e456:/templates/disorder.css diff --git a/templates/disorder.css b/templates/disorder.css index e647da0..5df11db 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -181,9 +181,20 @@ div.filesdirectories p.all { /* buttons *******************************************************************/ +button { + border: 0px; + background-color: transparent; + padding: 0px; + cursor: pointer + font-family: helvetica,sans-serif; + font-weight: normal; + font-variant: normal; + font-size: 12pt; +} + /* Buttons and links that look like buttons share the same formatting */ -button,a.button { - padding: 1px; +span.button, a.button { + padding-top: 2px; border-width: 3px; border-color: #fefefe; /* Off-white */ border-style: inset; @@ -194,7 +205,12 @@ button,a.button { font-weight: normal; font-variant: normal; font-size: 12pt; - overflow: visible /* For IE's benefit */ + cursor: pointer +} + +a.button { + padding-left: 4px; + padding-right: 4px; } a.button:active,button:active {