13 lines
178 B
CSS
13 lines
178 B
CSS
|
/*Overrides*/
|
||
|
.titleimg{
|
||
|
padding-bottom: 0px;
|
||
|
}
|
||
|
.small-lookup-box{
|
||
|
width: 25%;
|
||
|
min-width: 75px;
|
||
|
max-width: 125px;
|
||
|
}
|
||
|
#name{
|
||
|
width: 75%;
|
||
|
max-width: 275px;
|
||
|
}
|