fix button size bug

This commit is contained in:
Jerome Morjon 2015-02-20 01:09:05 +01:00
parent 994df6df07
commit 4c8e483b99
2 changed files with 3 additions and 1 deletions

View File

@ -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)));

View File

@ -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