Skip to content

Commit

Permalink
added name filter input element to objectItems list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Frank Hoffmann committed Jun 8, 2018
1 parent d25ae6a commit b36cb05
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/zmi/styles/resources/zmi_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,38 @@ form.zmi-upload {
}

/* MAIN / OBJECTLIST */


.zmi table.objectItems td {
line-height:1.7rem;
}
.zmi table.objectItems .zmi-object-check {
padding-left:1rem;
max-width:2rem;
}
.zmi table.objectItems th.zmi-object-id {
width:100%;
}
.zmi table.objectItems tbody .zmi-object-id {
font-weight: 600;
}
.zmi table.objectItems .zmi-object-id #tablefilter {
padding:0 1.5em;
background:none;
border:none;
box-shadow:none;
border-radius:3px;
}
.zmi table.objectItems .zmi-object-id #tablefilter:focus {
outline-color: transparent;
border-radius: 3px;
background-color: #dadee3;
}
.zmi table.objectItems .zmi-object-id .fa-search.tablefilter {
margin:0 -1.5rem 0 0.5rem;
opacity:.3;
font-size:90%;
}
.zmi table.objectItems .zmi-object-title {
font-weight: 400;
opacity:.5;
Expand Down

0 comments on commit b36cb05

Please sign in to comment.