Github user michellephung commented on the pull request:
https://github.com/apache/couchdb-fauxton/pull/532#issuecomment-143129045
I love this.
+1
Could you change the last few lines of the css file though?
```
.polling-interval-widget {
width: 225px;
margin: 10px 30px 0px 0px;
color: #666;
float:right;
li {
list-style-type: none;
}
.polling-interval-time-label {
display: inline-block;
float: right;
margin-right: 0px;
cursor: default;
}
#polling-range {
width: 225px;
}
}
.active-tasks-loading-lines-container {
width: 355px;
.active-tasks-loading-lines {
border: 0px;
position: relative;
top: 17px;
float: left;
padding-left: 20px;
#line1, #line2, #line3, #line4 {
background-color: #bbb;
}
}
}
```
should look like this, when with the above changes:

---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---