fix button size bug
This commit is contained in:
parent
994df6df07
commit
4c8e483b99
@ -2830,7 +2830,8 @@ fieldset[disabled] .btn-default.active {
|
||||
font-size: 12px;
|
||||
font-weight : normal;
|
||||
border-top: 1px solid #3B96D7;
|
||||
padding: 3%;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
background: rgb(98,186,236);
|
||||
background: -moz-linear-gradient(top, rgba(98,186,236,1) 0%, rgba(18,128,211,1) 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,186,236,1)), color-stop(100%,rgba(18,128,211,1)));
|
||||
|
@ -53,6 +53,7 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
|
||||
border-radius: 3px;
|
||||
border: 1px solid grey;
|
||||
box-shadow: 0px 0px 2px dimgrey;
|
||||
width : 90%;
|
||||
}
|
||||
|
||||
.princ
|
||||
|
Reference in New Issue
Block a user