MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 892: | Zeile 892: | ||
} | } | ||
} | } | ||
/* Hauptseite: InputBox | /* ===== Hauptseite: InputBox "Neuer Artikel" sauber einpassen ===== */ | ||
body.page-Hauptseite #startseite-createbox, | |||
body.page-Hauptseite #startseite-createbox .inputbox-create, | |||
body.page-Hauptseite #startseite-createbox table { | |||
width: 100% !important; | |||
max-width: 100% !important; | |||
box-sizing: border-box; | |||
} | |||
/* Tabellenzellen der InputBox */ | |||
body.page-Hauptseite #startseite-createbox td { | |||
padding: 0 !important; | |||
width: 100% !important; | |||
box-sizing: border-box; | |||
} | |||
/* Textfeld */ | |||
body.page-Hauptseite #startseite-createbox input[type="text"] { | body.page-Hauptseite #startseite-createbox input[type="text"] { | ||
width: 100% !important; | width: 100% !important; | ||
max-width: 100% !important; | |||
box-sizing: border-box; | |||
margin: 0 0 8px 0; | |||
} | |||
/* Button */ | |||
body.page-Hauptseite #startseite-createbox input[type="submit"] { | |||
width: auto; | |||
max-width: 100%; | max-width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||