Skip to content

Commit

Permalink
Remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Dec 9, 2024
1 parent 5c1429c commit 3d0a398
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.
55 changes: 0 additions & 55 deletions public/css/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,25 +109,6 @@ div.show-more {
margin-bottom: 0;
}

.item-list {
width: 100%;

.list-item .main {
border-top: none;
}

.list-item .visual {
width: auto;
margin-top: 0;
}

.list-item .visual,
.list-item .main {
padding-bottom: .25em;
padding-top: .25em;
}
}

.search-controls .continue-with {
margin-right: -.5em;
margin-left: .5em;
Expand Down Expand Up @@ -347,42 +328,6 @@ div.show-more {
}
}

.controls .hostgroup-table-row,
.controls .servicegroup-table-row,
.controls .usergroup-table-row,
.controls .user-table-row {
.title .column-content {
display: inline-flex;
align-items: center;

> :first-child {
flex: 0 1 auto;
}

> :last-child {
flex: 1 1 auto;
}

.subject {
margin-right: .5em;
}
}

.vertical-key-value {
br {
display: none;
}

.key {
padding-left: .417em;
}

.value {
vertical-align: middle;
}
}
}

.history-list {
.visual.small-state-change .state-change {
padding-top: .25em;
Expand Down
14 changes: 0 additions & 14 deletions public/css/list/item-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,3 @@
}
}
}

.controls .item-list:not(.detailed):not(.minimal) .list-item {
.plugin-output {
line-height: 1.5
}

.caption {
height: 2.5em;
}
}

.controls .item-list.minimal .icon-image {
margin-top: 0;
}
26 changes: 0 additions & 26 deletions public/css/list/user-list.less

This file was deleted.

0 comments on commit 3d0a398

Please sign in to comment.