I control my textfields width with default input lable :
Code: Select all
input {
width: 130px;
font-size: 12px;
font-family: Tahoma;
background-color: #F7F7F7;
border: 1px solid;
border-color: #cccccc;
margin: 2px 10px 2px 2px;
}
all of them inherit 130px width from input properties and look very bigger than normal mode .
How can I define separated css class or ID for buttons ?
In some modules buttons have only a simple tag like
Code: Select all
{$submit}
when I define an specific ID like
Code: Select all
<div id="button">{$submit}</div>