From c1e043b7ba78cee73d13ded9ef03b256202540f1 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 24 Apr 2017 10:36:10 +0300 Subject: Move STATIC_ROOT inside app directory --- static/css/checkin.css | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 static/css/checkin.css (limited to 'static/css/checkin.css') diff --git a/static/css/checkin.css b/static/css/checkin.css deleted file mode 100644 index a9f2a34..0000000 --- a/static/css/checkin.css +++ /dev/null @@ -1,46 +0,0 @@ -.container-narrow { - max-width:700px; - margin: 0 auto; -} -.jumbotron { - margin: 60px 0; - text-align: center; -} -.jumbotron h1 { - font-size: 72px; - line-height: 1em; -} -.main { - padding-top: 40px; - padding-bottom: 40px; -} -.choose-device { - text-align: center; -} -.choose-device a:hover { - text-decoration: none; -} -.nolabel label { - display: none; -} -textarea { - resize: vertical; -} -.alert { - margin-top: 20px; -} -.select-tags { - padding: 0 10px; -} -.select-tags .btn { - margin: 3px; -} -.device-image { - width: 100%; -} -label { - font-weight: normal !important; -} -.required label { - font-weight: bold !important; -} -- cgit v1.2.3