Skip to content

Commit

Permalink
input:focus + correction radios/checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinedupraz committed Sep 30, 2011
1 parent 004c66b commit 23f0c58
Showing 1 changed file with 11 additions and 31 deletions.
42 changes: 11 additions & 31 deletions sites/all/themes/sooq/css/style.css
Expand Up @@ -80,26 +80,6 @@ label,

/* radios, checkboxes, select */

/*
.form-radios,
.form-checkboxes,
.form-item .option{
width: 300px;
float: left;
margin-top: 0;
}
.form-item .option{
text-align: left;
padding-top: 2px;
}
.form-radio{
margin-right: 4px;
}
*/

.form-type-checkbox .option,
.form-type-radio .option{
text-align: left;
Expand Down Expand Up @@ -130,12 +110,12 @@ label,
height: 30px;
padding: 0px 13px;
border-left: 1px solid #c1c1c1;
border-top: 1px solid #858585;
border-top: 1px solid #898989;
border-right: 1px solid #c1c1c1;
border-bottom: 1px solid #e1e1e1;
-webkit-box-shadow: inset 0px 1px 0px 0px #d5d5d5;
-moz-box-shadow: inset 0px 1px 0px 0px #d5d5d5;
box-shadow: inset 0px 1px 0px 0px #d5d5d5;
-webkit-box-shadow: inset 0px 1px 2px 0px #ccc;
-moz-box-shadow: inset 0px 1px 2px 0px #ccc;
box-shadow: inset 0px 1px 2px 0px #ccc;
line-height: 30px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 14px;
Expand All @@ -155,13 +135,13 @@ label,
.tag-entry:focus,
.form-textarea:focus{
outline-width: 0;
border-left: 1px solid #90b1bf;
border-top: 1px solid #448cac;
border-right: 1px solid #90b1bf;
border-bottom: 1px solid #bed6e0;
-webkit-box-shadow: inset 0px 1px 0px 0px #c8e2ed;
-moz-box-shadow: inset 0px 1px 0px 0px #c8e2ed;
box-shadow: inset 0px 1px 0px 0px #c8e2ed;
border-left: 1px solid #b7b7b7;
border-top: 1px solid #7d7d7d;
border-right: 1px solid #b7b7b7;
border-bottom: 1px solid #ddd;
-webkit-box-shadow: inset 0px 1px 1px 0px #aaa;
-moz-box-shadow: inset 0px 1px 1px 0px #aaa;
box-shadow: inset 0px 1px 1px 0px #aaa;
}

/* submit */
Expand Down

0 comments on commit 23f0c58

Please sign in to comment.