Styling hacks

From TempusServa wiki
Revision as of 14:11, 29 April 2022 by Kpe (talk | contribs) (Created page with " === 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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
 }