Przeglądaj źródła

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 lat temu
rodzic
commit
27f0b61418

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

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

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

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