style.css.nin altına git bunu bul
- Kod:
-
/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
altına ekle. boyutunu kendin ayarla
- Kod:
-
.signature
{
width: 500px;
height: 55px;
overflow: hidden;
padding: 3px;
}
komple imzalarda resimi kaldırmak istiyosan bunu koy
- Kod:
-
.signature img
{
display: none;
}