Fix style issues in poll for Edge
This commit is contained in:
parent
ecb537ac7f
commit
b110e1b8da
@ -83,6 +83,7 @@ input[type="text"][disabled]::placeholder {
|
|||||||
|
|
||||||
table#cp-app-poll-table {
|
table#cp-app-poll-table {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#cp-app-poll-table-container {
|
#cp-app-poll-table-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -244,22 +245,8 @@ div.cp-app-poll-realtime {
|
|||||||
background-color: @poll-uncommitted-cell !important;
|
background-color: @poll-uncommitted-cell !important;
|
||||||
}
|
}
|
||||||
div.cp-app-poll-table-text-cell {
|
div.cp-app-poll-table-text-cell {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
background-color: @poll-uncommitted-bg !important;
|
background-color: @poll-uncommitted-bg !important;
|
||||||
color: @poll-uncommitted-text !important;
|
color: @poll-uncommitted-text !important;
|
||||||
input {
|
|
||||||
order: 2;
|
|
||||||
flex: 1;
|
|
||||||
//width: ~"calc(100% - 80px)" !important;
|
|
||||||
//vertical-align: middle;
|
|
||||||
}
|
|
||||||
.cp-app-poll-table-remove {
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
.cp-app-poll-table-edit {
|
|
||||||
order: 3;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: @poll-uncommitted-bg !important;
|
background-color: @poll-uncommitted-bg !important;
|
||||||
@ -301,9 +288,17 @@ div.cp-app-poll-realtime {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
.cp-app-poll-table-remove {
|
||||||
|
order: 1;
|
||||||
|
}
|
||||||
|
.cp-app-poll-table-edit {
|
||||||
|
order: 3;
|
||||||
|
}
|
||||||
input {
|
input {
|
||||||
width: 80%;
|
order: 2;
|
||||||
width: 90%;
|
flex: 1;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user