26 lines
472 B
CSS
26 lines
472 B
CSS
/* Coded by [email protected] */
|
|||
|
|
|
||
|
|
#logs_table {
|
||
|
|
position: relative;
|
||
|
|
top: 70px;
|
||
|
|
left: 1%;
|
||
|
|
max-width: 98%;
|
||
|
|
}
|
||
|
|
#search_block {
|
||
|
|
position: relative;
|
||
|
|
top: 70px;
|
||
|
|
left: 1%;
|
||
|
|
max-width: 98%;
|
||
|
|
color: white !important;
|
||
|
|
background-color: black;
|
||
|
|
padding-top: 20px;
|
||
|
|
}
|
||
|
|
.materialize-textarea {
|
||
|
|
border-bottom: none !important;
|
||
|
|
box-shadow: none !important;
|
||
|
|
}
|
||
|
|
p {
|
||
|
|
font-size: 20px;
|
||
|
|
line-height: 1px;
|
||
|
|
}
|