changes
This commit is contained in:
@@ -85,7 +85,7 @@ img {
|
||||
border: none;
|
||||
vertical-align: middle; }
|
||||
|
||||
input[type=text], input[type=password], textarea, button {
|
||||
input[type=text], input[type=password], input[type=url], textarea, button {
|
||||
border: 1px solid #AAA;
|
||||
font-size: 1em;
|
||||
-moz-border-radius: 4px;
|
||||
@@ -100,6 +100,9 @@ input[type=submit] {
|
||||
font-size: 1em;
|
||||
cursor: pointer; }
|
||||
|
||||
input:focus, textarea:focus {
|
||||
background-color: #FFD; }
|
||||
|
||||
input[type=submit]:hover {
|
||||
background-color: #F6F6F6; }
|
||||
|
||||
@@ -154,6 +157,28 @@ aside.sidebar > section > ul li {
|
||||
aside.sidebar > section > ul ul li {
|
||||
margin-left: 1em; }
|
||||
|
||||
/*** Simple Form ***/
|
||||
form.simple_form input[type=submit] {
|
||||
margin-left: 10em; }
|
||||
form.simple_form div.input {
|
||||
margin-bottom: 0.5em; }
|
||||
form.simple_form div.input input, form.simple_form div.input textarea {
|
||||
width: 300px; }
|
||||
form.simple_form div.input textarea {
|
||||
height: 100px; }
|
||||
form.simple_form div.input label {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: 10em;
|
||||
cursor: pointer;
|
||||
font-weight: bold; }
|
||||
form.simple_form div.input span.hint {
|
||||
margin-left: 10em;
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
vertical-align: top;
|
||||
display: block; }
|
||||
|
||||
/*** Comments ***/
|
||||
div.comment-response > div {
|
||||
margin-top: 1em; }
|
||||
|
||||
Reference in New Issue
Block a user