Skip to content
Snippets Groups Projects
Commit 0ff0f096 authored by Julian Büning's avatar Julian Büning
Browse files

css fix

parent e5f077ff
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ class WZ_Status extends WP_Widget {
}
public function widget( $args, $instance ) {
extract($args);
echo $before_widget;
echo <<<HTML
<ul>
<li><a class="zonenstatus" href="/api/static">Status: <span id="wankerTuerOffen" class="wankerClosed">Unbekannt</span></a></li>
......@@ -35,7 +36,7 @@ echo <<<HTML
<li><a class="zonenstatus" href="/api/static">Werkstatt: <span id="wankerTempWerkstatt">--</span></a></li>
</ul>
HTML;
echo $after_widget;
}
}
......
......@@ -2,7 +2,7 @@
display: none;
}
#site-nav{
border: 0px;
border: 0px !important;
}
.zonenstatus {
padding: 15px 10px;
......@@ -10,3 +10,11 @@
color: #050000;
font: 700 11px Sans-Serif;
}
.wz_status {
float: right;
}
@media only screen and (max-width: 420px) {
.wz_status {
float: none;
}
}
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