Stage-oe-small.jpg

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Aifbportal
Wechseln zu:Navigation, Suche
 
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
+
fieldset {
 +
  max-width:100% !important;
 +
  position:relative;
 +
  min-width: 0;
 +
}
 +
table.multipleTemplateInstanceTable {
 +
  max-width:100% !important;
 +
  position:relative;
 +
  min-width: 0;
 +
    table-layout: fixed;
 +
    width: 100%;
 +
}
 +
table.formtable {
 +
  width: 100%;
 +
}
 +
table#mw-htmlform-description {
 +
  width: 100%;
 +
}
 +
input, textarea, select {
 +
  box-sizing: border-box;
 +
}
 +
#pfForm .createboxInput, #pfForm .mandatoryField, #pfForm textarea {
 +
  width: 100% !important;
 +
}
 +
#mw-htmlform-description input, #mw-htmlform-description .mandatoryField, #mw-htmlform-description textarea {
 +
  width: 100% !important;
 +
}

Aktuelle Version vom 25. September 2019, 22:10 Uhr

fieldset {
  max-width:100% !important;
  position:relative;
  min-width: 0;
}
table.multipleTemplateInstanceTable {
  max-width:100% !important;
  position:relative;
  min-width: 0;
    table-layout: fixed;
    width: 100%;
}
table.formtable {
  width: 100%;
}
table#mw-htmlform-description {
  width: 100%;
}
input, textarea, select {
  box-sizing: border-box;
}
#pfForm .createboxInput, #pfForm .mandatoryField, #pfForm textarea {
  width: 100% !important;
}
#mw-htmlform-description input, #mw-htmlform-description .mandatoryField, #mw-htmlform-description textarea {
  width: 100% !important;
}