gva/gnuviechadmin/static/css/gnuviechadmin.css
Jan Dittberner 251e8a54f6 add version number to gnuviechadmin
- add __version__ to gnuviechadmin/__init__.py
- change docs/conf.py to use version number from gnuviechadmin
- add gnuviechadmin.context_processors.version_info to add
  gnuviechadmin_version to template context
- add version and technology links to templates/base.html footer
- add CSS styles for footer formatting
2015-02-01 22:15:40 +01:00

26 lines
400 B
CSS

/*! 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;
}