Fix for release 0.8.x
Limited profil img Bond type Html table fix Social tab grid
This commit is contained in:
@@ -246,7 +246,6 @@ input[type="number"] {
|
||||
}
|
||||
|
||||
table {
|
||||
text-align: center;
|
||||
background: transparent;
|
||||
border: 1px solid $l5r5e-title;
|
||||
thead {
|
||||
|
||||
@@ -212,6 +212,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.bonds-types {
|
||||
flex: 100%;
|
||||
input {
|
||||
width: 75%;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.infos {
|
||||
display: flex;
|
||||
|
||||
@@ -551,15 +551,32 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.narrative-content,
|
||||
.narrative-description {
|
||||
flex: 0 0 calc(50% - 0.25rem);
|
||||
.narrative-content {
|
||||
flex: 100%;
|
||||
display: flex;
|
||||
fieldset {
|
||||
display: block;
|
||||
flex: 0 0 calc(50% - 0.75rem);
|
||||
label {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.narrative-description {
|
||||
max-height: 13rem;
|
||||
font-size: 0.85rem;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
.narrative-list {
|
||||
flex: 0 0 calc(50% - 0.25rem);
|
||||
fieldset {
|
||||
flex: 0 0 calc(50% - 0.25rem);
|
||||
label {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.narrative-note {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
}
|
||||
.techniques-wrapper {
|
||||
padding-left: 0.25rem;
|
||||
@@ -676,17 +693,22 @@
|
||||
table {
|
||||
font-size: 0.85rem;
|
||||
color: $black-light;
|
||||
text-align: left;
|
||||
thead {
|
||||
font-family: $font-tertiary;
|
||||
font-family: $font-secondary;
|
||||
font-weight: normal;
|
||||
th {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
font-size: 1rem;
|
||||
&:first-child {
|
||||
flex: 0 0 2rem;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
flex: calc(100% - 16rem);
|
||||
padding-left: 0.5rem;
|
||||
text-align: left;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
flex: 0 0 2rem;
|
||||
}
|
||||
&:nth-child(3),
|
||||
&:nth-child(4) {
|
||||
flex: 0 0 4rem;
|
||||
@@ -721,11 +743,11 @@
|
||||
}
|
||||
}
|
||||
.tfoot {
|
||||
padding: 0.25 0.5rem;
|
||||
background: rgba(186, 187, 177, 0.5);
|
||||
color: #5a6e5a;
|
||||
text-shadow: none;
|
||||
border-top: rgba(186, 187, 177, 0.5);
|
||||
font-family: $font-tertiary;
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
width: 16px;
|
||||
@@ -796,6 +818,7 @@
|
||||
.sheet-header {
|
||||
flex: none;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
ul {
|
||||
display: flex;
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
tr {
|
||||
th {
|
||||
color: $l5r5e-label;
|
||||
|
||||
Reference in New Issue
Block a user