Fix style issues for Edge
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user