mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
25 lines
322 B
CSS
25 lines
322 B
CSS
html *
|
|
{
|
|
font-size: 1em !important;
|
|
color: #000 !important;
|
|
font-family: Arial !important;
|
|
}
|
|
|
|
table {
|
|
border: 1px solid darkgray;
|
|
border-spacing: 0px;
|
|
}
|
|
|
|
td {
|
|
border: 1px solid darkgray;
|
|
padding: 10px;
|
|
}
|
|
|
|
tbody tr td:first-child {
|
|
width: 20%;
|
|
}
|
|
|
|
.eventForm {
|
|
float: left;
|
|
margin: 10px;
|
|
} |