Responsive design;

New menus (members);
Improved interface for parent editing;
This commit is contained in:
Ricsi
2016-12-03 11:10:28 +01:00
parent 289f409405
commit 303f26587f
69 changed files with 2037 additions and 2111 deletions

View File

@@ -1,5 +1,5 @@
.form_wrapper {
width: 50%;
}
form > div {
@@ -13,13 +13,13 @@ form > div > fieldset > div > div {
}
form > div > label,
legend {
width: 25%;
width: 30%;
float: left;
padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
width: 75%;
width: 70%;
float: right;
}
form > div > fieldset label {
@@ -44,8 +44,14 @@ textarea {
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
width: 50%;
input[type=password],
select {
width: 75%;
border: 1px solid #121212;
height: 30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
@@ -73,7 +79,6 @@ input[type=email]:hover {
legend {
width: 100%;
float: none;
margin: 0 0 5px 0;
}
form > div > div,
form > div > fieldset > div {
@@ -93,5 +98,10 @@ input[type=email]:hover {
form > div > label,
legend {
text-align: right;
padding-top: 5px;
}
.form_wrapper {
width: 70%;
}
}