[odrs-web/oscp] Make inputs shorter on admin's area



commit 428d68b2582501491fd9f6f4aecb3730365dbde3
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Sun Dec 16 17:26:29 2018 +0200

    Make inputs shorter on admin's area

 app_data/app/static/style.css | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/app_data/app/static/style.css b/app_data/app/static/style.css
index 8f9f692..723a655 100644
--- a/app_data/app/static/style.css
+++ b/app_data/app/static/style.css
@@ -32,3 +32,9 @@ th {
 td {
   padding: .5em 0 .5em 0;
 }
+
+/* Make inputs a bit shorter */
+
+.form .form-control {
+    padding: 3px 12px;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]