From c5d2cb82fd143ce7ac216cf034939b0d8ed473ed Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Dec 24 2015 09:22:01 +0000 Subject: fixed pull-rights --- diff --git a/pagure/static/koji.css b/pagure/static/koji.css index ba48a90..e9a38ff 100644 --- a/pagure/static/koji.css +++ b/pagure/static/koji.css @@ -156,3 +156,10 @@ min-height:800px; transform: rotate(359deg); } } + + +@media (min-width:768px) { + .container { + max-width:55pc + } +} diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index 92d2574..e942c4d 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -33,7 +33,7 @@ {{field_description}} {% endif %} {% if field.errors %} - + {% for error in field.errors %} {{ error }}  @@ -104,7 +104,7 @@ {{ comment.user.user | avatar(16) | safe }} {{ comment.user.user }} - {{ comment.date_created | humanize}} @@ -123,7 +123,7 @@ {% endautoescape %} -