User:NguoiDungKhongDinhDanh/common.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
m ~ |
m + (via CAE) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
max-width: unset; |
max-width: unset; |
||
} |
} |
||
.mw-special-AbuseFilter |
.mw-special-AbuseFilter #wpAceFilterEditor { |
||
height: 60em; |
|||
width: auto; |
width: auto; |
||
} |
} |
||
Line 16: | Line 17: | ||
align-items: center; |
align-items: center; |
||
justify-content: space-between; |
justify-content: space-between; |
||
} |
|||
.mw-special-AbuseFilter #mw-abusefilter-edit-tools > .mw-input > #mw-abusefilter-export { |
|||
flex-grow: 10; |
|||
max-width: unset; |
|||
} |
} |
Latest revision as of 01:09, 27 June 2022
.mw-special-AbuseFilter table td:first-child {
padding: 0 1em;
}
.mw-special-AbuseFilter #mw-abusefilter-edit-description > .mw-input > div {
max-width: unset;
}
.mw-special-AbuseFilter #wpAceFilterEditor {
height: 60em;
width: auto;
}
.mw-special-AbuseFilter #mw-abusefilter-notes-editor {
width: auto;
}
.mw-special-AbuseFilter #mw-abusefilter-edit-tools > .mw-input {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
}
.mw-special-AbuseFilter #mw-abusefilter-edit-tools > .mw-input > #mw-abusefilter-export {
flex-grow: 10;
max-width: unset;
}