gva/gnuviechadmin/static/css/gnuviechadmin.css

26 lines
400 B
CSS
Raw Normal View History

2014-05-18 00:07:32 +02:00
/*! project specific CSS goes here. */
table thead th.actions-column {
width: 5em;
}
table thead th.status-column {
width: 5em;
}
table thead th.name-column {
width: 15em;
}
.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;
}