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