Changes

muh admins css
Line 497: Line 497:  
  /* Fix table style*/
 
  /* Fix table style*/
 
tr.fix {
 
tr.fix {
        position: fixed;
+
position: fixed;
        top: 0;
+
top: 0;
        margin-left: 0;
+
margin-left: 0;
 
}
 
}
 
   
 
   
 
table.fix {
 
table.fix {
        margin-top: 0px;
+
margin-top: 0px;
 +
}
 +
/*Signature CSS - Yay!*/
 +
#sigadmin {
 +
overflow:hidden;
 +
border:3px solid #990012;
 +
width:50px;
 +
border-radius:5px;
 +
float:left;
 +
margin-right:8px;
 +
margin-bottom:15px;
 
}
 
}