Skip to content

Commit

Permalink
Merge branch 'rwthmoodle-admin-settings-table-styling'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasreischmann committed Jun 26, 2020
2 parents ea704cb + ec7ebc1 commit 7d2309a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,12 @@
margin-top: 0.5rem;
margin-bottom: 0;
}

#page-blocks-opencast-addvideo .form-filetypes-descriptions ul {
margin-bottom: 0;
}

/* Hide empty label columns in tables on admin settings page. */
#page-admin-blocks-opencast-adminsettings .generaltable .col-md-3 {
display: none;
}

0 comments on commit 7d2309a

Please sign in to comment.