diff --git a/templates/courses.html b/templates/courses.html index c1c461593f2efbfa286b2865efa0232556c80ccd..6b8ee827a37f921af04ce795dc4ae7d9ff97758c 100644 --- a/templates/courses.html +++ b/templates/courses.html @@ -16,7 +16,7 @@ <a class="btn btn-default" href="{{ url_for('create', table='courses', handle=newhandle, title='Neue Veranstaltung', responsible=session.user.givenName, ref=url_for('course', handle=newhandle)) }}">Neue Veranstaltung</a> </li> {% endif %} - <li class="dropdown" style="padding-right: 0px"> + <li class="dropdown pull-right" style="padding-right: 0px"> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Gruppierung <span class="caret"></span> </button>