Skip to content
Snippets Groups Projects
Verified Commit 12de3572 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

max height of mensa panel table

parent a13c5d6a
No related branches found
No related tags found
No related merge requests found
/* Table */
.ui-widget-header {
div[data-template=mensaPlan] .ui-widget-header {
background-color: #e8e8e8;
background: #e8e8e8;
color: #000000;
}
#mensaPlanTitleBar {
div[data-template=mensaPlan] #mensaPlanTitleBar {
text-align: center;
}
.mensaPlanTable {
div[data-template=mensaPlan] .mensaPlanTable {
font-weight: bold;
}
.mensaPlanTable td {
div[data-template=mensaPlan] .mensaPlanTable td {
border-bottom: solid 2px black;
}
.mensaPlanTable tbody {
div[data-template=mensaPlan] .mensaPlanTable tbody {
background-color: #ffffff;
color: #000000;
}
div[data-template=mensaPlan] #tabs {
height: 100%;
}
/* Table */
div[data-template=mensaPlan] {
.ui-widget-header {
background-color: #e8e8e8;
background: #e8e8e8;
......@@ -20,3 +21,8 @@
color: #000000;
}
}
#tabs {
height: 100%;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment