mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-10-29 08:17:36 +01:00
More fixes for CSS of MW 1.32, need to verify earlier MW versions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user