Styling hacks

From TempusServa wiki
Jump to navigation Jump to search

CSS for form buttons in page footer

 .tsUpdateButtons {
   position: fixed;
   bottom: 0px;
   width: 92%;
   max-width: 1200px;
   padding: 0px 0px 2px 0px;
   z-index: 26;
   background-color: transparent;
   opacity: 1;
 } 
 .submitOption, .updateSubmit { 
   max-width: 22%;
   line-height: 1;
   height: 26px;
 }