2014-05-18 00:07:32 +02:00
|
|
|
/*! project specific CSS goes here. */
|
2015-01-26 13:38:26 +01:00
|
|
|
table thead th.actions-column {
|
|
|
|
width: 5em;
|
|
|
|
}
|
|
|
|
table thead th.status-column {
|
|
|
|
width: 5em;
|
|
|
|
}
|
|
|
|
table thead th.name-column {
|
|
|
|
width: 15em;
|
|
|
|
}
|
2015-02-01 22:15:40 +01:00
|
|
|
|
|
|
|
.gva-body {
|
|
|
|
padding-bottom: 40px;
|
|
|
|
}
|
|
|
|
.gva-footer {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 40px;
|
|
|
|
padding-bottom: 40px;
|
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gva-footer-links li {
|
|
|
|
display: inline;
|
|
|
|
padding: 0px 2px;
|
|
|
|
}
|