From bd182964ca81c020188ea947ff78053d9a93d351 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 18 Mar 2014 16:00:48 -0500 Subject: [PATCH] Cleaned up template modal --- static/css/main.css | 8 +++++++- templates/templates.html | 14 ++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 4d041286..83e421f3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -108,4 +108,10 @@ .pagination { margin:0px; - } \ No newline at end of file + } + +@media (min-width: 992px) { + .modal-lg { + width: 900px; + } +} \ No newline at end of file diff --git a/templates/templates.html b/templates/templates.html index 8bc73e56..54ab85a8 100644 --- a/templates/templates.html +++ b/templates/templates.html @@ -53,7 +53,7 @@