Selaa lähdekoodia

Fix form layout (#3028)

The login form layout was broken for BlueLagoon and Screwdriver themes. The 'about' link was
displayed next to the form since the later didn't have a height. I removed completely the
rule since it seems that it has no effect, except the one aforementioned.
Alexis Degrugillier 5 vuotta sitten
vanhempi
commit
27f0b61418
2 muutettua tiedostoa jossa 0 lisäystä ja 16 poistoa
  1. 0 8
      p/themes/BlueLagoon/BlueLagoon.css
  2. 0 8
      p/themes/Screwdriver/screwdriver.css

+ 0 - 8
p/themes/BlueLagoon/BlueLagoon.css

@@ -15,14 +15,6 @@ a, button.as-link {
 	outline: none;
 }
 
-/*=== Forms */
-.form-group {
-	display: inline-block;
-	float: left;
-	width: 100%;
-	height: auto;
-}
-
 legend {
 	margin: 20px 0 5px;
 	padding: 5px 0;

+ 0 - 8
p/themes/Screwdriver/screwdriver.css

@@ -15,14 +15,6 @@ a, button.as-link {
 	outline: none;
 }
 
-/*=== Forms */
-.form-group {
-	display: inline-block;
-	float: left;
-	width: 100%;
-	height: auto;
-}
-
 legend {
 	margin: 20px 0 5px;
 	padding: 5px 0;