Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard CSS tweaks for consistency/improvements #5123

Merged
merged 2 commits into from Jan 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 3 additions & 5 deletions web/assets/stylesheets/application.css
Expand Up @@ -21,7 +21,7 @@ body {
a {
color: #b1003e;
}
a:active, a:hover {
a:active, a:hover, a:focus {
color: #4b001a;
}

Expand Down Expand Up @@ -89,11 +89,10 @@ header.row .pagination {
.summary_bar .summary {
margin-top: 12px;
background-color: #fff;
box-shadow: 0 0 5px rgba(50, 50, 50, 0.25);
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 8px;
margin-bottom: 10px;
border-width: 0;
}
.poll-wrapper {
margin: 9px;
Expand Down Expand Up @@ -350,6 +349,7 @@ img.smallogo {
text-align: center;
margin-right: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
padding: 5px;
width: 150px;
margin-bottom: 20px;
Expand Down Expand Up @@ -405,8 +405,6 @@ span.current-interval {

div.interval-slider input {
width: 160px;
height: 3px;
margin-top: 5px;
border-radius: 2px;
background: currentcolor;
}
Expand Down