From de69b0858bc2dfab5b84c261f9fc55f624b1a31e Mon Sep 17 00:00:00 2001
From: Andreas <andreasv@fsmpi.rwth-aachen.de>
Date: Mon, 21 Aug 2017 18:48:30 +0200
Subject: [PATCH] fixed styling for "Grupierung"-btn, closes #303

---
 templates/courses.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/courses.html b/templates/courses.html
index c1c4615..6b8ee82 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>
-- 
GitLab