mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16188] Remove responsive tables in acp
PHPBB3-16188
This commit is contained in:
parent
eb0195dd7c
commit
1a2e5f6ee6
1 changed files with 0 additions and 30 deletions
|
@ -1066,36 +1066,6 @@ table.fixed-width-table {
|
|||
}
|
||||
}
|
||||
|
||||
.lside {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.lside .table1 {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.lside .table1:first-child {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
@media (min-width: 1025px) {
|
||||
.lside {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.lside .table1 {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.lside .table1:first-child {
|
||||
margin-bottom: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* General form styles
|
||||
----------------------------------------*/
|
||||
fieldset {
|
||||
|
|
Loading…
Add table
Reference in a new issue