Stage-oe-small.jpg

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Aifbportal
Wechseln zu:Navigation, Suche
Zeile 1: Zeile 1:
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
+
a.feedlink {
 +
    background: url(/skins/aifbportal3/images/feed-icon.png?4df17) center left no-repeat !important;
 +
    padding-left: 16px !important;
 +
}
 +
 
 +
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%;
 +
}
 +
input, textarea, select {
 +
  box-sizing: border-box;
 +
}
 +
#pfForm .createboxInput, #pfForm .mandatoryField, #pfForm textarea {
 +
  width: 100% !important;
 +
}

Version vom 15. November 2018, 13:14 Uhr

a.feedlink {
    background: url(/skins/aifbportal3/images/feed-icon.png?4df17) center left no-repeat !important;
    padding-left: 16px !important;
}

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%;
}
input, textarea, select {
  box-sizing: border-box;
}
#pfForm .createboxInput, #pfForm .mandatoryField, #pfForm textarea {
  width: 100% !important;
}