You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
282 B
23 lines
282 B
5 years ago
|
/* CSS Document */
|
||
|
|
||
|
body {
|
||
|
margin: 5px;
|
||
|
margin-top: 60px;
|
||
|
}
|
||
|
th {
|
||
|
/*white-space:nowrap;*/
|
||
|
/*line-height: 50px;*/
|
||
|
}
|
||
|
table {
|
||
|
font-size:14px !important;
|
||
|
}
|
||
|
footer {
|
||
|
text-align:center;
|
||
|
}
|
||
|
.navbar-form .form-control {
|
||
|
width:100%;
|
||
|
}
|
||
|
.tooltip.bottom {
|
||
|
border:none;
|
||
|
background:none;
|
||
|
}
|