MediaWiki: Common.css: Difference between revisions

From Psalms: Layer by Layer
Jump to: navigation, search
No edit summary
No edit summary
Line 19: Line 19:
   margin-left: 120px;  
   margin-left: 120px;  
}
}
/*
 
.pfJSGrid {
/* Enable PageForms spreadsheet-style grid to autogrow */
  overflow: auto;
  height: 500px;
}
*/
.jsgrid {
.jsgrid {
   height: unset !important;
   height: unset !important;

Revision as of 08:31, 2 May 2020

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

.list-I li {
  list-style-type: upper-roman;
}

.list-A li {
  list-style-type: upper-alpha;
  margin-left: 40px; 
}

.list-1 li {
  list-style-type: decimal;
  margin-left: 80px; 
}

.list-a li {
  list-style-type: lower-alpha;
  margin-left: 120px; 
}

/* Enable PageForms spreadsheet-style grid to autogrow */
.jsgrid {
   height: unset !important;
   overflow: auto;
}
.jsgrid-grid-body { height: unset;   overflow: auto;
}
.jsgrid-grid-table { height: unset;   overflow: auto;
}