MediaWiki:Common.css: Difference between revisions

From Ruisdael Observatory Data Catalog
No edit summary
No edit summary
Line 8: Line 8:


table.formtable td {
table.formtable td {
   padding-bottom: 15px;
   padding-bottom: 15px !important;  
}
}

Revision as of 14:53, 10 July 2024

/* CSS placed here will be applied to all skins */

#ca-formedit {
  background: #a8d03bbf;
  padding-left: 5px;
  padding-right: 5px;
}

table.formtable td {
  padding-bottom: 15px !important; 
}