MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus OGD Cockpit
Wechseln zu:Navigation, Suche
 
(16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.select2-container-multi .select2-choices {
+
.select2-container, .select2-container-multi, .pfTokens, .createboxInput, .form-control, .pf-select2-container, .select2-choices, .select2-choice{
        min-width: 0px;
+
  min-width: 0;
 +
}
 +
#content .form-ip-year .select2-container{
 +
  width: 100px;
 +
}
 +
 
 +
#content .form-ip-month .select2-container{
 +
  width: 120px;
 +
}
 +
 
 +
#content .form-ip-day .select2-container{
 +
  width: 70px;
 +
}
 +
 
 +
.form-ip-day, .form-ip-month, .form-ip-year {
 +
  display:inline-block;
 
}
 
}

Aktuelle Version vom 30. November 2018, 12:13 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.select2-container, .select2-container-multi, .pfTokens, .createboxInput, .form-control, .pf-select2-container, .select2-choices, .select2-choice{
  min-width: 0;
}
#content .form-ip-year .select2-container{
  width: 100px;
}

#content .form-ip-month .select2-container{
  width: 120px;
}

#content .form-ip-day .select2-container{
  width: 70px;
}

.form-ip-day, .form-ip-month, .form-ip-year {
  display:inline-block;
}