diff options
author | Vitaly Takmazov | 2018-12-12 11:02:56 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | f3fa9c39c7dd5fd2b8b1ae19256cc13a580f6361 (patch) | |
tree | 24c36a1a81d80519ec69cc4438e2881bd442ab01 /vnext/src/style/main.css | |
parent | 32ceca1bb27bc6258f87521e6b28cb0b9c328ebc (diff) |
Settings styling
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r-- | vnext/src/style/main.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 957ad048..e5b4d5c6 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -25,12 +25,31 @@ html, input, textarea, button, span { h1, h2 { font-weight: normal; + padding: 24px; } ul { list-style-type: none; } +legend { + color: #88958d; + margin: 0; + padding: 12px; + width: 100%; +} + +fieldset { + border: 0; + padding: 12px; + margin: 0; + min-width: 0; +} + +body:not(:-moz-handler-blocked) fieldset { + display: table-cell; +} + a { color: #069; text-decoration: none; |