lib/right_chimp/templates/default.css in right_chimp-2.1.3 vs lib/right_chimp/templates/default.css in right_chimp-2.1.4
- old
+ new
@@ -31,19 +31,18 @@
div#stats {
background-color: white; /* #002A5C */
color: black;
float: left;
border-right: solid 2px black;
- 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: black;
}
@@ -51,9 +50,10 @@
div#groups {
color: black;
background-color: white;
border: solid 1px;
overflow-y: auto;
+ overflow-x: auto;
height: 150px;
}
div#groups a {
color: black;