ui-box style improved

This commit is contained in:
randx 2012-06-12 21:55:10 +03:00
parent 093159a868
commit 5f5cd2be13
2 changed files with 13 additions and 8 deletions

View file

@ -727,7 +727,7 @@ li.note {
/* CHZN reset few styles */ /* CHZN reset few styles */
.chzn-container-single .chzn-single { .chzn-container-single .chzn-single {
background:#eee; background:#FFF;
border: 1px solid #ccc; border: 1px solid #ccc;
} }
.chzn-container-active .chzn-single { .chzn-container-active .chzn-single {

View file

@ -402,8 +402,7 @@ form {
.ui-box { .ui-box {
margin-bottom: 40px; margin-bottom: 40px;
@include round-borders-all(4px); @include round-borders-all(4px);
@include shade; border-color: #CCC;
border-color:#DDD;
ul { ul {
margin:0; margin:0;
@ -411,10 +410,13 @@ form {
h5, .title { h5, .title {
padding: 0 10px; padding: 0 10px;
background:#f5f5f5;
border-bottom: 1px solid #eee;
@include round-borders-top(4px); @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 { form {
padding:9px 0; padding:9px 0;
@ -433,10 +435,13 @@ form {
} }
.bottom { .bottom {
background:#f5f5f5; background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
border-top: 1px solid #eee; 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); @include round-borders-bottom(4px);
border-bottom:none; border-bottom:none;
border-top: 1px solid #bbb;
} }
&.padded { &.padded {