1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-10-29 00:07:36 +01:00

More fixes for CSS of MW 1.32, need to verify earlier MW versions

This commit is contained in:
Tom Hutchison
2019-03-12 21:13:05 -04:00
parent f586bf4c5c
commit cb3906ac5b
2 changed files with 21 additions and 0 deletions

View File

@@ -592,6 +592,25 @@ button, .button {
input[type="search"] {
margin: 0;
}
input[type="date"] {
margin: .5rem 0;
}
input[type="date"] {
width: auto;
}
input[type="file"], select {
padding: 5px 20px 5px 5px;
margin: .5rem 0;
}
input:not([type]), textarea, p.meta {
margin: .5rem 0;
}
input[type="text"] {
margin: .5rem 0;
}
select {
width: auto;
}
input[type="submit"] {
background-color: #5da423;