From d2e0a29c88b015bec75a05fa29fb619cd4ceba9f Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Thu, 22 Feb 2018 16:23:07 +0100
Subject: [PATCH] kill yet other unused rules

---
 resources/css/style.css | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/resources/css/style.css b/resources/css/style.css
index c47ac57..ce117ef 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 {
-- 
GitLab