lib/right_chimp/templates/hotdogstand.css in right_chimp-2.1.3 vs lib/right_chimp/templates/hotdogstand.css in right_chimp-2.1.4
- old
+ new
@@ -32,19 +32,18 @@
div#stats {
background-color: red; /* #002A5C */
color: yellow;
float: left;
border-right: solid 2px yellow;
- position: fixed;
height: 100%;
padding: 5px;
padding-right: 15px;
+ overflow-x: auto;
}
div#jobs {
- position: absolute;
- left: 375px;
+ float: left;
top: 10px;
width: 500px;
padding-left: 20px;
color: yellow;
}
@@ -52,9 +51,10 @@
div#groups {
color: yellow;
background-color: red;
border: solid 1px yellow;
overflow-y: auto;
+ overflow-x: auto;
height: 150px;
}
div#groups a {
color: yellow;