mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-17 17:50:24 +00:00
spacing fixed
This commit is contained in:
@@ -166,6 +166,7 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
||||
table.layout-main {
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
}
|
||||
table.layout-main > tbody,
|
||||
table.layout-main > tbody > tr {
|
||||
@@ -196,37 +197,9 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
||||
padding: 2px 10px !important;
|
||||
}
|
||||
|
||||
/* Rechte Sidebar: Volle Breite, unter Content */
|
||||
td.sidebar-right {
|
||||
width: 100% !important;
|
||||
padding: 8px !important;
|
||||
}
|
||||
td.sidebar-right > table {
|
||||
width: 100% !important;
|
||||
}
|
||||
td.sidebar-right > table > tbody > tr > td > table {
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
td.sidebar-right > table > tbody > tr > td > table > tbody > tr {
|
||||
display: flex !important;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
}
|
||||
td.sidebar-right > table > tbody > tr > td > table > tbody > tr > td {
|
||||
display: block !important;
|
||||
}
|
||||
td.sidebar-right > table > tbody > tr > td > table > tbody > tr > td:first-child {
|
||||
flex: 1 !important;
|
||||
min-width: 0 !important;
|
||||
width: auto !important;
|
||||
}
|
||||
td.sidebar-right > table > tbody > tr > td > table > tbody > tr > td:last-child {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Navigation in sidebar-right auf Mobile ausblenden */
|
||||
.sidebar-right .nav-toggle {
|
||||
/* Rechte Sidebar ausblenden */
|
||||
td.sidebar-right,
|
||||
td.sidebar-right * {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user