Fixed all known bugs; Modified the menu to hide; Fixed the tables to scroll with a fixed header.

This commit is contained in:
Wynne Crisman
2017-10-20 14:54:58 -07:00
parent 83e8268375
commit f848ea9a8f
34 changed files with 1019 additions and 821 deletions

View File

@@ -18,6 +18,8 @@
width: 240px
select
width: 100%
option.deactivated
color: #a6a6a6
.controlGroup
padding: 4px 8px
margin: 4px 8px
@@ -62,7 +64,38 @@
display: inline-block
.resetButton
margin-left: 20px
.contentControls
vertical-align: bottom
display: table-cell
text-align: right
a
font-size: 12px
font-family: "Arial", san-serif
font-weight: 800
color: #2d1b8c
text-decoration: none
a:hover
text-decoration: underline
a.disabled
visibility: hidden
.table
table-layout: fixed
min-width: 100%
thead, tbody
tr
> .name
width: 100%
min-width: 100px
> .current
width: 200px
min-width: 200px
> .previous
width: 200px
min-width: 200px
> .changeDate
width: 200px
min-width: 200px
.listRow
display: table-row
.listCell
@@ -85,15 +118,8 @@
table-layout: fixed
width: 100%
> thead
> tr
> th.name
width: auto
> th.current
width: 200px
> th.previous
width: 200px
> th.changeDate
width: 200px
visibility: hidden
display: none
> tbody
> tr.deactivated
background-color: #fac0d1