Template:MoveData-SFA2/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 37: Line 37:
width: 100%;  
width: 100%;  
overflow-x: auto;
overflow-x: auto;
background: none;
background: #2e2e2e;
}
}


Line 50: Line 50:
.movedata-datatable tr.no-border td {
.movedata-datatable tr.no-border td {
border:none;
border:none;
background:none;
}
}

Revision as of 01:49, 3 November 2021

.movedata-box {
display: flex; 
flex-wrap: wrap; 
overflow-x: auto;
box-shadow: rgba(0, 0, 0, .14) 0px 2px 2px 0px, rgba(0, 0, 0, .12) 0px 3px 1px -2px, rgba(0, 0, 0, .20) 0px 1px 5px 0px;
}

.movedata-iconscol {
display: flex; 
flex:2; 
flex-grow: 1; 
text-align: center;
padding: 10px; 
justify-content: flex-start; 
align-items: center; 
flex-direction: column;
}

.movedata-iconsbox {
display:flex; 
flex-wrap:wrap; 
justify-content: center;
}

.movedata-datacol {
flex:8; 
flex-grow: 9; 
min-width: 320px;
}

.movedata-datatable {
display: table;
text-align: center; 
border-collapse: collapse; 
border: none;
margin: 0em; 
width: 100%; 
overflow-x: auto;
background: #2e2e2e;
}

.movedata-datatable tr th {
border: 1px solid #1D81AF;
}

.movedata-datatable tr td {
border: 1px solid #1D81AF;
}

.movedata-datatable tr.no-border td {
border:none;
background:none;
}