diff --git a/resources/css/style.css b/resources/css/style.css index c47ac571951f38d870461db30bd46cf8d412e13b..ce117effcb23b1b25774d0030b1c1248a4410000 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -18,9 +18,6 @@ body { margin: 0; padding: 2rem 1rem; } -#languagebar { - font-size: 0.8rem; -} button, .button { background: #214BB5; border: 2px solid #214BB5; @@ -61,7 +58,6 @@ header h1 { main { padding: 1rem 0.5rem; } - main form { width: 100%; margin: 1rem; @@ -76,15 +72,12 @@ main form table { main form table td { color: #000!important; } - main form table tr.even, main form table tr.alt, main form table tr: nth-of-type(2n) { background: none!important; } - main h2 { font-size: 1.5rem; } - main #table_with_attributes { border: 1px solid #ff8447; border-radius: 7px; @@ -92,25 +85,9 @@ main #table_with_attributes { main #table_with_attributes tr.even, main #table_with_attributes tr.alt, main #table_with_attributes tr: nth-of-type(2n) { background-color: hsl(20,100%,94%); } - main form table #username, main form table #password { margin-bottom: 0 } -main #regularsubmit { - display: none; -} - -main #mobilesubmit { - display: block; - width: 100%; - margin: 0 auto; - padding: 0.1rem; - background: none repeat scroll 0% 0% #214BB4; - border: 2px solid #214BB4; - font-weight: bold; - border-radius: 10px; - color: #fff; -} /* wizard */ .wizard > .steps .current a, .wizard > .steps .current a: hover, .wizard > .steps .current a:active {