summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-08 13:33:07 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-08 13:33:07 -0500
commit20c8342503b40e2b6a5d2f635d8efc82b7ae6bae (patch)
tree6913ff7b89266116974951811e5e289cd2ac1032 /assets
parent30c7e961695b0751c75aea8f9cb6b02583631488 (diff)
Change form styles
Diffstat (limited to 'assets')
-rw-r--r--assets/css/app.css21
-rw-r--r--assets/css/form.css21
2 files changed, 20 insertions, 22 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index e815a532..7f0cc666 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -107,11 +107,7 @@ th a:hover {
text-decoration: underline;
}/* forms */
form {
- padding: 10px;
margin-bottom: 20px;
- background: #fefefe;
- border: 1px solid #ddd;
- border-radius: 5px;
}
label {
@@ -128,13 +124,13 @@ input[type="password"],
input[type="text"] {
color: #888;
border: 1px solid #ccc;
- width: 400px;
+ width: 300px;
max-width: 95%;
font-size: 1.0em;
height: 25px;
padding-bottom: 0;
font-family: sans-serif;
- margin-top: 5px;
+ margin-top: 10px;
-webkit-appearance: none;
appearance: none;
}
@@ -236,6 +232,10 @@ input.form-date {
width: 150px;
}
+input.form-input-large {
+ width: 400px;
+}
+
.form-row {
margin-top: 10px;
margin-bottom: 20px;
@@ -244,8 +244,7 @@ input.form-date {
.form-column {
float: left;
margin-bottom: 60px;
- padding-right: 30px;
- padding-left: 30px;
+ padding-right: 50px;
}
.form-column:first-child {
@@ -257,9 +256,9 @@ input.form-date {
}
.form-login {
- width: 470px;
- padding: 10px;
- margin: 3% auto 20% auto;
+ width: 350px;
+ margin: 0 auto;
+ margin-top: 8%;
}
.form-column li,
diff --git a/assets/css/form.css b/assets/css/form.css
index bda71e83..d6336e26 100644
--- a/assets/css/form.css
+++ b/assets/css/form.css
@@ -1,10 +1,6 @@
/* forms */
form {
- padding: 10px;
margin-bottom: 20px;
- background: #fefefe;
- border: 1px solid #ddd;
- border-radius: 5px;
}
label {
@@ -21,13 +17,13 @@ input[type="password"],
input[type="text"] {
color: #888;
border: 1px solid #ccc;
- width: 400px;
+ width: 300px;
max-width: 95%;
font-size: 1.0em;
height: 25px;
padding-bottom: 0;
font-family: sans-serif;
- margin-top: 5px;
+ margin-top: 10px;
-webkit-appearance: none;
appearance: none;
}
@@ -129,6 +125,10 @@ input.form-date {
width: 150px;
}
+input.form-input-large {
+ width: 400px;
+}
+
.form-row {
margin-top: 10px;
margin-bottom: 20px;
@@ -137,8 +137,7 @@ input.form-date {
.form-column {
float: left;
margin-bottom: 60px;
- padding-right: 30px;
- padding-left: 30px;
+ padding-right: 50px;
}
.form-column:first-child {
@@ -150,9 +149,9 @@ input.form-date {
}
.form-login {
- width: 470px;
- padding: 10px;
- margin: 3% auto 20% auto;
+ width: 350px;
+ margin: 0 auto;
+ margin-top: 8%;
}
.form-column li,