|
|
| Zeile 891: |
Zeile 891: |
| height: auto; | | height: auto; |
| } | | } |
| }
| |
| /* ===== 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"] {
| |
| 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%;
| |
| box-sizing: border-box;
| |
| } | | } |