MediaWiki:Common.css: Difference between revisions

From Ruisdael Observatory Data Catalog
No edit summary
No edit summary
Tag: Reverted
Line 10: Line 10:
table.formtable td {
table.formtable td {
   padding-bottom: 15px !important;  
   padding-bottom: 15px !important;  
}
#campainsInDs,#geoAndtime {
  display: inline-block;
}
}

Revision as of 17:30, 18 July 2024

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

#ca-formedit {
  margin-top: 1px solid black;
  margin-bottom: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;
}

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

#campainsInDs,#geoAndtime {
  display: inline-block;
}