User:NguoiDungKhongDinhDanh/common.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
+ |
m + (via CAE) |
||
(2 intermediate revisions 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 13: | Line 14: | ||
.mw-special-AbuseFilter #mw-abusefilter-edit-tools > .mw-input { |
.mw-special-AbuseFilter #mw-abusefilter-edit-tools > .mw-input { |
||
display: flex; |
display: flex; |
||
flex- |
flex-flow: row wrap; |
||
⚫ | |||
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 { |
|||
⚫ | |||
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;
}