Stage-oe-small.jpg

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Aifbportal
Wechseln zu:Navigation, Suche
K (1 Version importiert: Geänderte Seiten nach Portalupdate)
 
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
a.feedlink {
 
    background: url(/skins/aifbportal3/images/feed-icon.png?4df17) center left no-repeat !important;
 
    padding-left: 16px !important;
 
}
 
 
 
fieldset {
 
fieldset {
 
   max-width:100% !important;
 
   max-width:100% !important;
Zeile 17: Zeile 12:
 
}
 
}
 
table.formtable {
 
table.formtable {
 +
  width: 100%;
 +
}
 +
table#mw-htmlform-description {
 
   width: 100%;
 
   width: 100%;
 
}
 
}
Zeile 23: Zeile 21:
 
}
 
}
 
#pfForm .createboxInput, #pfForm .mandatoryField, #pfForm textarea {
 
#pfForm .createboxInput, #pfForm .mandatoryField, #pfForm textarea {
 +
  width: 100% !important;
 +
}
 +
#mw-htmlform-description input, #mw-htmlform-description .mandatoryField, #mw-htmlform-description textarea {
 
   width: 100% !important;
 
   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;
}