Template:CreateHub/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
margin: 10px 0; | margin: 10px 0; | ||
width: 100%; | width: 100%; | ||
text-align: left; /* <-- add this line */ | |||
} | } | ||
| Line 36: | Line 37: | ||
(InputBox adds an extra div that needs to behave) */ | (InputBox adds an extra div that needs to behave) */ | ||
.creation-row .mw-inputbox-centered { | .creation-row .mw-inputbox-centered { | ||
margin: 0 !important; | |||
width: auto !important; | |||
/* make the blank page input + button sit in one row */ | |||
display: flex !important; | display: flex !important; | ||
flex-direction: row !important; | |||
align-items: center !important; | align-items: center !important; | ||
gap: 15px !important; | |||
} | } | ||
/* ========================================= | /* ========================================= | ||