ui-box style improved
This commit is contained in:
parent
093159a868
commit
5f5cd2be13
2 changed files with 13 additions and 8 deletions
|
@ -727,7 +727,7 @@ li.note {
|
|||
|
||||
/* CHZN reset few styles */
|
||||
.chzn-container-single .chzn-single {
|
||||
background:#eee;
|
||||
background:#FFF;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.chzn-container-active .chzn-single {
|
||||
|
|
|
@ -402,8 +402,7 @@ form {
|
|||
.ui-box {
|
||||
margin-bottom: 40px;
|
||||
@include round-borders-all(4px);
|
||||
@include shade;
|
||||
border-color:#DDD;
|
||||
border-color: #CCC;
|
||||
|
||||
ul {
|
||||
margin:0;
|
||||
|
@ -411,10 +410,13 @@ form {
|
|||
|
||||
h5, .title {
|
||||
padding: 0 10px;
|
||||
background:#f5f5f5;
|
||||
border-bottom: 1px solid #eee;
|
||||
@include round-borders-top(4px);
|
||||
border-top:none;
|
||||
border-bottom: 1px solid #bbb;
|
||||
background:#eee;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
||||
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||
|
||||
form {
|
||||
padding:9px 0;
|
||||
|
@ -433,10 +435,13 @@ form {
|
|||
}
|
||||
|
||||
.bottom {
|
||||
background:#f5f5f5;
|
||||
border-top: 1px solid #eee;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
||||
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||
@include round-borders-bottom(4px);
|
||||
border-bottom:none;
|
||||
border-top: 1px solid #bbb;
|
||||
}
|
||||
|
||||
&.padded {
|
||||
|
|
Loading…
Add table
Reference in a new issue