fixed issue with customizing class of input fields, thanks Anthony

This commit is contained in:
mdipierro
2013-06-09 10:27:05 -05:00
parent 73f447167e
commit c75ef1af4f
4 changed files with 10 additions and 4 deletions

View File

@@ -1 +1 @@
Version 2.5.1-stable+timestamp.2013.06.08.18.50.24
Version 2.5.1-stable+timestamp.2013.06.09.10.26.13

View File

@@ -30,7 +30,9 @@ code {font-family:Courier}
textarea {width:100%}
video {width:400px}
audio {width:200px}
input[type=text],input[type=password],select{width:300px; margin-right:5px}
[type="text"], [type="password"], select {
margin-right: 5px; width: 300px;
}
.hidden {display:none;visibility:visible}
.right {float:right; text-align:right}
.left {float:left; text-align:left}

View File

@@ -30,7 +30,9 @@ code {font-family:Courier}
textarea {width:100%}
video {width:400px}
audio {width:200px}
input[type=text],input[type=password],select{width:300px; margin-right:5px}
[type="text"], [type="password"], select {
margin-right: 5px; width: 300px;
}
.hidden {display:none;visibility:visible}
.right {float:right; text-align:right}
.left {float:left; text-align:left}

View File

@@ -30,7 +30,9 @@ code {font-family:Courier}
textarea {width:100%}
video {width:400px}
audio {width:200px}
input[type=text],input[type=password],select{width:300px; margin-right:5px}
[type="text"], [type="password"], select {
margin-right: 5px; width: 300px;
}
.hidden {display:none;visibility:visible}
.right {float:right; text-align:right}
.left {float:left; text-align:left}