problems: adjust table styles
This commit is contained in:
@@ -15,6 +15,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
.rt-table {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.rt-thead {
|
.rt-thead {
|
||||||
&.-header {
|
&.-header {
|
||||||
height: 2.4em;
|
height: 2.4em;
|
||||||
@@ -94,29 +98,44 @@
|
|||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
$footer-height: 30px;
|
||||||
|
padding-top: 4px;
|
||||||
|
margin-left: -10px;
|
||||||
|
margin-right: -10px;
|
||||||
|
box-shadow: 0px -2px 5px $problems-footer-shadow;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
.-pagination {
|
.-pagination {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
height: 3rem;
|
align-items: baseline;
|
||||||
|
|
||||||
.-previous {
|
.-previous {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
height: $footer-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.-center {
|
.-center {
|
||||||
flex: 3;
|
flex: 3;
|
||||||
|
width: 32rem;
|
||||||
|
height: $footer-height;
|
||||||
|
|
||||||
.-pageJump {
|
.-pageJump {
|
||||||
margin: 0px 0.4rem;
|
margin: 0px 0.4rem;
|
||||||
|
input {
|
||||||
|
height: $footer-height;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-wrap select {
|
.select-wrap.-pageSizeOptions select {
|
||||||
width: 8rem;
|
width: 8rem;
|
||||||
|
height: $footer-height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.-next {
|
.-next {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
height: $footer-height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,3 +36,5 @@ $problem-icon-ok-color: #629e51;
|
|||||||
|
|
||||||
$problem-container-shadow: $dark-1;
|
$problem-container-shadow: $dark-1;
|
||||||
$porblem-ack-shadow: -2px 2px 10px 1px $problem-container-shadow;
|
$porblem-ack-shadow: -2px 2px 10px 1px $problem-container-shadow;
|
||||||
|
|
||||||
|
$problems-footer-shadow: $problem-container-shadow;
|
||||||
|
|||||||
@@ -36,3 +36,5 @@ $problem-icon-ok-color: #629e51;
|
|||||||
|
|
||||||
$problem-container-shadow: $gray-3;
|
$problem-container-shadow: $gray-3;
|
||||||
$porblem-ack-shadow: -2px 2px 10px 0px $problem-container-shadow;
|
$porblem-ack-shadow: -2px 2px 10px 0px $problem-container-shadow;
|
||||||
|
|
||||||
|
$problems-footer-shadow: rgba($problem-container-shadow, 0.5);
|
||||||
|
|||||||
Reference in New Issue
Block a user