Skip to content
Snippets Groups Projects
Commit 5ab7bf09 authored by Tim Steiner's avatar Tim Steiner
Browse files

Update to the css for the public view details page

parent fc4a61a4
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,11 @@ ...@@ -24,6 +24,11 @@
.requestComments table th {background-color: #aaa;} .requestComments table th {background-color: #aaa;}
.requestComments table .even {background-color: #ccc;} .requestComments table .even {background-color: #ccc;}
#offeringsContainer table {width: 100%;}
#offeringsContainer table th {background-color: #aaa;}
#offeringsContainer table .even {background-color: #ccc;}
#offeringsContainer table td {text-align: center;}
@media print { @media print {
#creqMain button {display: none !important;} #creqMain button {display: none !important;}
.courseInfo {overflow: visible; margin-left: 100px;} .courseInfo {overflow: visible; margin-left: 100px;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment