From: Luke Kenneth Casson Leighton Date: Sat, 8 Feb 2020 16:18:50 +0000 (+0000) Subject: add in input-area css X-Git-Tag: convert-csv-opcode-to-binary~3514 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a98bcf1cd149cb0e3ae348962aa272cbf5b0933;p=libreriscv.git add in input-area css --- diff --git a/local.css b/local.css index 09198f50d..18ccbb57e 100644 --- a/local.css +++ b/local.css @@ -111,3 +111,49 @@ td { padding: 4px; } +/*Forums*/ +form{ + font-size: .9em; + font-family: "Inconsolata", "monaco", "droid sans mono",fixed; + margin-left: 0em; + margin-top: 1.2em; + padding-bottom: 2em; +} +textarea{ + font-family: "Inconsolata", "monaco", "droid sans mono",fixed; + font-size: .9em; + border: solid 1px; + width: 100%; + margin-bottom: 10px; +} +input#comments{ + font-family: "Inconsolata", "monaco", "droid sans mono",fixed; + font-size: .9em; + width: 550px; + line-height: 1em; + background-color: #fff; + border: solid 1px; +} +input#comments{ + font-family: "Inconsolata", "monaco", "droid sans mono",fixed; + font-size: .9em; + width: 550px; + line-height: 1em; + background-color: #fff; + border: solid 1px; +} +input[type="submit"]{ + font-family: + font-size: .9em; + font-weight: bold; + line-height: 1em; + background-color: #ddd; + margin-right: 1.1em; + margin-top: 10px; + padding: 3px; + text-align: center; + width: 9.5em; + border: solid 1px; +} + +