diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-10-13 15:48:29 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2017-09-04 11:16:53 -0700 |
commit | 3e5c281d9e8168656a76f27d980e3f6d2e1ac6a3 (patch) | |
tree | a6de738948d7085be3ab73c905e81b5ae62944cf /htdocs/css | |
parent | 326a23aded279dedc8a4e6de64618f0fbee17bac (diff) |
Starting work on the Add Exception formmoderator-scheduling
Diffstat (limited to 'htdocs/css')
-rw-r--r-- | htdocs/css/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htdocs/css/main.css b/htdocs/css/main.css index 831ee18..5e5a1fe 100644 --- a/htdocs/css/main.css +++ b/htdocs/css/main.css @@ -33,6 +33,13 @@ h3 { padding: 0.3em 1em 0.3em 1em; text-decoration: none; border-radius: 5px; + font-size: small; +} + +input.bigbutton { + padding: 0.3em 1em 0.3em 1em; + border: none; + font-size: small; } .smallbutton, .smallbutton:visited { |