diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-31 00:15:33 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-31 00:15:33 -0700 |
| commit | 3ba203b3c017c5a91d36e95d68851dd4f70bf3c1 (patch) | |
| tree | 3c8fc0a2d7f9f12f4a0177fab24ec24a5cd04f58 /dash | |
| parent | c76aa8837c51fd074437c6807c4208e2909ee8c4 (diff) | |
| download | bulletin-3ba203b3c017c5a91d36e95d68851dd4f70bf3c1.tar.gz | |
Styled settings.php (II)
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/css/dash.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index f50b29b..33be2c1 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -236,7 +236,7 @@ body { margin-top: 0.5em; margin-bottom: 0.5em; font-family: 'Myriad Pro'; - font-size: 16pt; + font-size: 12pt; } .fjsettings input[type=text], .fjsettings input[type=password] { width: 192px; @@ -257,12 +257,10 @@ body { } .fjsettings input[type=submit] { background-color: #fb4d00; - padding: 5px 50px; + padding: 5px 10px 3px; border-style: none; - border-radius: 15px; + border-radius: 10px; color: #ffffff; - font-size: 14pt; - font-weight: bold; cursor: pointer; } .fjsettings input[type=submit]:hover { |
