Fix style issues for Edge

pull/1/head
yflory 7 years ago
parent c985aa60aa
commit c46280d032

@ -63,10 +63,6 @@ overflow-x: hidden;
} }
} }
.cp-app-poll-table-text-cell input[type="text"] {
width: 400px;
}
input[type="text"], textarea { input[type="text"], textarea {
background-color: white; background-color: white;
color: black; color: black;
@ -238,11 +234,21 @@ 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 { input {
width: ~"calc(100% - 80px)" !important; order: 2;
vertical-align: middle; 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;
@ -384,6 +390,9 @@ div.cp-app-poll-realtime {
} }
thead { thead {
height: 52px; height: 52px;
tr {
height: 52px;
}
td { td {
padding: 0px 5px; padding: 0px 5px;
background: @poll-th-bg; background: @poll-th-bg;

Loading…
Cancel
Save