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

fix mensa plan style

parent d1e727ff
No related branches found
No related tags found
No related merge requests found
/* Table */
#mensaPlanTable1 {
.ui-tabs-nav {
background-color: #0000f0;
color: #000000;
}
#mensaPlanTitleBar {
text-align: center;
}
.mensaPlanTable {
font-weight: bold;
}
#mensaPlanTable1 td {
.mensaPlanTable td {
border-bottom: solid 2px black;
}
#mensaPlanTable1Head {
background-color: #0000f0;
color: #000000;
}
#mensaPlanTable1Body {
.mensaPlanTable tbody {
background-color: #ffffff;
color: #000000;
}
#mensaPlanTitleBar {
text-align: center;
}
/* Table */
#mensaPlanTable1 {
font-weight: bold;
td {
border-bottom: solid 2px black;
}
}
#mensaPlanTable1Head {
.ui-tabs-nav {
background-color: #0000f0;
color: #000000;
}
#mensaPlanTable1Body {
#mensaPlanTitleBar {
text-align: center;
}
.mensaPlanTable {
font-weight: bold;
td {
border-bottom: solid 2px black;
}
tbody {
background-color: #ffffff;
color: #000000;
}
#mensaPlanTitleBar {
text-align: center;
}
......@@ -7,25 +7,25 @@
<li><a href="#tab-4">Beilagen</a></li>
</ul>
<div id="tab-1">
<table id="mensaPlanTable1" style="width:100%;height:100%">
<table id="mensaPlanTable1" style="width:100%;height:100%" class="mensaPlanTable">
<tbody id="mensaPlanTable1Body">
</tbody>
</table>
</div>
<div id="tab-2">
<table id="mensaPlanTable2" style="width:100%;height:100%">
<table id="mensaPlanTable2" style="width:100%;height:100%" class="mensaPlanTable">
<tbody id="mensaPlanTable2Body">
</tbody>
</table>
</div>
<div id="tab-3">
<table id="mensaPlanTable3" style="width:100%;height:100%">
<table id="mensaPlanTable3" style="width:100%;height:100%" class="mensaPlanTable">
<tbody id="mensaPlanTable3Body">
</tbody>
</table>
</div>
<div id="tab-4">
<table id="mensaPlanTable4" style="width:100%;height:100%">
<table id="mensaPlanTable4" style="width:100%;height:100%" class="mensaPlanTable">
<tbody id="mensaPlanTable4Body">
</tbody>
</table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment