Moved LESS code around per comments. Modularized. Removed old lookup helper and references.

Modularized Lookup, put in own folder, removed old Lookup.js
This commit is contained in:
Ken Hoes
2016-02-24 10:41:40 -05:00
parent 5c049d37a6
commit 3d858b68cd
9 changed files with 358 additions and 349 deletions

View File

@@ -101,7 +101,6 @@ table, tbody {
margin-left: 15px;
}
/* -- Pagination -- */
.List-pagination {
margin-top: 20px;
@@ -110,23 +109,6 @@ table, tbody {
text-transform: uppercase;
height: 22px;
display: flex;
.pagination>li>a,
.pagination>li>span {
border: 1px solid @grey-border;
padding: 3px 6px;
font-size: 10px;
}
.pagination li {
a#next-page {
border-radius: 0 4px 4px 0;
}
a#previous-page {
border-radius: 4px 0 0 4px;
}
}
}
.List-paginationPagerHolder {
@@ -368,25 +350,3 @@ table, tbody {
display: block;
font-size: 13px;
}
#lookup-modal-dialog {
.List-searchWidget {
width: 66.6666%
}
.List-tableHeaderRow {
.List-tableHeader:first-of-type {
width: 3%;
}
}
.List-tableHeader,
.List-tableHeader:last-of-type {
text-align:left;
}
.List-tableCell {
color: @default-interface-txt;
}
}