diff options
Diffstat (limited to 'core/css/auth.css')
-rw-r--r-- | core/css/auth.css | 65 |
1 files changed, 32 insertions, 33 deletions
diff --git a/core/css/auth.css b/core/css/auth.css index 6781731c4f4..bce7fa7b711 100644 --- a/core/css/auth.css +++ b/core/css/auth.css @@ -1,40 +1,39 @@ -h2 -{ - font-size: 2em; - font-weight: bold; - margin-bottom: 1em; - white-space: nowrap; +h2 { + font-size:2em; + font-weight:700; + margin-bottom:1em; + white-space:nowrap; } -ul.scopes -{ - list-style: disc; + +ul.scopes { + list-style:disc; } -ul.scopes li -{ - white-space: nowrap; + +ul.scopes li { + white-space:nowrap; } -h2 img -{ - width: 50%; + +h2 img { + width:50%; } -#oauth -{ - margin: 4em auto 2em; - width: 20em; + +#oauth { + width:20em; + margin:4em auto 2em; } -#allow-auth -{ - background-color: #5c3; - box-shadow: 0 1px 1px #fff, 0 1px 1px #5f3 inset; - color: #fff; - text-shadow: #5e3 0 1px 0; + +#allow-auth { + background-color:#5c3; + box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset; + color:#fff; + text-shadow:#5e3 0 1px 0; } -#deny-auth -{ - background: none; - border: 0; - box-shadow: 0 0 0 #fff, 0 0 0 #fff inset; - font-size: 1.2em; - margin: .7em; - padding: 0; + +#deny-auth { + background:none; + border:0; + box-shadow:0 0 0 #fff, 0 0 0 #fff inset; + font-size:1.2em; + margin:.7em; + padding:0; }
\ No newline at end of file |