Skip to content

Commit

Permalink
base1: Remove alert style override for listings
Browse files Browse the repository at this point in the history
This is an override that's not suitable for all use cases and shouldn't be global.
The override moved to shell.css where it's used in the credentials dialog.
  • Loading branch information
dperpeet committed Mar 30, 2016
1 parent 8cea009 commit 0f4657d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pkg/base1/cockpit.css
Expand Up @@ -871,20 +871,6 @@ tr.listing-body td {
font-size: 13px;
}

.listing-body .alert {
border: none;
margin: 0px 0px 10px 0px;
padding: 0px;
background-color: transparent;
}

.listing-body .alert .fa {
position: relative;
left: 0px;
top: 3px;
padding-right: 5px;
}

.listing-empty {
color: #888;
text-align: center;
Expand Down
14 changes: 14 additions & 0 deletions pkg/shell/shell.css
Expand Up @@ -701,3 +701,17 @@ tbody.unlock .credential-unlock {
float: left;
padding-right: 15px;
}

.listing-body .alert {
border: none;
margin: 0px 0px 10px 0px;
padding: 0px;
background-color: transparent;
}

.listing-body .alert .fa {
position: relative;
left: 0px;
top: 3px;
padding-right: 5px;
}

0 comments on commit 0f4657d

Please sign in to comment.