Skip to content

Commit

Permalink
Update filter section styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandoig committed Jun 4, 2020
1 parent eb21b03 commit d44138b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pkg/dashboard/assets/css/dashboard.css
Expand Up @@ -327,8 +327,22 @@ a.more-info:hover {
margin-top: 8px;
}

.filters input[type="checkbox"] {
margin-top: 4px;
}


.filters input[type="submit"] {
margin-top: 5px;
padding: 4px 10px;
box-shadow: none;
background-color: #23103A;
border: 1px solid #ccc;
border-radius: 4px;
color: #fff;
cursor: pointer;
font-size: 20px;
width: 100px;
margin-top: 15px;
}

form.namespace-list {
Expand Down

0 comments on commit d44138b

Please sign in to comment.