2018-04-23
This commit is contained in:
parent
5d28e0be05
commit
a4fb9e46fc
1 changed files with 8 additions and 4 deletions
|
@ -1666,7 +1666,7 @@ select {
|
||||||
/*********************/
|
/*********************/
|
||||||
.f-fs-category {
|
.f-fs-category {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: stretch;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1680,6 +1680,7 @@ select {
|
||||||
|
|
||||||
.f-field-category {
|
.f-field-category {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.f-field-category > dt {
|
.f-field-category > dt {
|
||||||
|
@ -1717,7 +1718,7 @@ select {
|
||||||
/*********************/
|
/*********************/
|
||||||
.f-fs-forum {
|
.f-fs-forum {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: stretch;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1731,6 +1732,7 @@ select {
|
||||||
|
|
||||||
.f-field-forum {
|
.f-field-forum {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.f-field-forum > dt {
|
.f-field-forum > dt {
|
||||||
|
@ -1792,7 +1794,7 @@ select {
|
||||||
.f-fs-permission {
|
.f-fs-permission {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: flex-end;
|
align-items: stretch;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1810,6 +1812,7 @@ select {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.f-fs-permission .f-field-cando > dt,
|
.f-fs-permission .f-field-cando > dt,
|
||||||
|
@ -1867,7 +1870,7 @@ select {
|
||||||
.f-fs-censor {
|
.f-fs-censor {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: flex-end;
|
align-items: stretch;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1879,6 +1882,7 @@ select {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.f-fs-censor .f-field-censor > dt {
|
.f-fs-censor .f-field-censor > dt {
|
||||||
|
|
Loading…
Add table
Reference in a new issue