mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-18 02:00: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 {
|
table.layout-main {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
}
|
}
|
||||||
table.layout-main > tbody,
|
table.layout-main > tbody,
|
||||||
table.layout-main > tbody > tr {
|
table.layout-main > tbody > tr {
|
||||||
@@ -196,37 +197,9 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
|||||||
padding: 2px 10px !important;
|
padding: 2px 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rechte Sidebar: Volle Breite, unter Content */
|
/* Rechte Sidebar ausblenden */
|
||||||
td.sidebar-right {
|
td.sidebar-right,
|
||||||
width: 100% !important;
|
td.sidebar-right * {
|
||||||
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 {
|
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user