You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Engine_Rebuild/assets/pages/default.css

27 lines
335 B
CSS

.normal-header{
font-size: 19pt;
text-align: center;
}
body{
background: #ffffff;
}
.thumbnail{
width: 40px;
height: 40px;
}
.file-table{
border: 1px solid black;
}
.file-row {
cursor: pointer;
}
.file-row:hover{
background: #c0c0c0;
}
.file-row-cell{
padding-left: 5px;
padding-right: 5px;
}