Tamanho
Bom dia tenho esse código abaixo, como posso fixar o tamanho com 10 posições quando o campo tiver em branco.
<span id="formata-valor"> </span>
#formata-valor
{
font-size: 11pt;
font-family: FonteLogo, "Open Sans" ,Arial;
color:#000000;
margin-top:-15px;
margin-left: 4px;
margin-bottom: 15px;
width:15%;
font-weight: normal;
padding:5px;
border:1px solid #cccccc;
/* background-color:#f5f5f5;
border-top-left-radius: 0em;
border-top-right-radius: 0em;
border-bottom-right-radius: 0em;
border-bottom-left-radius: 0em;
background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
background-image:linear-gradient(top, #ffffff, #e6e6e6);
background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
background-repeat:repeat-x;*/
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
}Discussão (6)
Carregando comentários...