mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Unit list.
This commit is contained in:
@@ -112,7 +112,7 @@ dl.ol-data-grid dd {
|
||||
}
|
||||
|
||||
.ol-panel.ol-dialog {
|
||||
padding:25px;
|
||||
padding:20px;
|
||||
}
|
||||
|
||||
.ol-dialog-close {
|
||||
@@ -138,6 +138,12 @@ dl.ol-data-grid dd {
|
||||
padding-top:15px;
|
||||
}
|
||||
|
||||
.ol-dialog.scrollable .ol-dialog-content {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.ol-checkbox label {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
@import url("contextmenus.css");
|
||||
@import url("mouseinfopanel.css");
|
||||
@import url("units.css");
|
||||
@import url("unitdatatable.css");
|
||||
@import url("unitcontrolpanel.css");
|
||||
@import url("unitinfopanel.css");
|
||||
|
||||
|
||||
27
client/public/stylesheets/unitdatatable.css
Normal file
27
client/public/stylesheets/unitdatatable.css
Normal file
@@ -0,0 +1,27 @@
|
||||
#unit-data-table {
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
font-size:13px;
|
||||
max-height: 150px;
|
||||
width:fit-content;
|
||||
}
|
||||
|
||||
#unit-data-table > div {
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
#unit-data-table > div > div {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width:100px;
|
||||
}
|
||||
|
||||
#unit-data-table > div:first-of-type {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#unit-data-table > div > div:nth-of-type( 4 ) {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user