From 22e251cea60285d84427066db3b7bf9289655713 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 29 Apr 2014 22:11:52 +0200 Subject: [PATCH] send order form when option is selected --- views/html/characters/index.tpl | 5 +++-- views/html/characters/manage.tpl | 5 +++-- www/css/desktop.css | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/views/html/characters/index.tpl b/views/html/characters/index.tpl index 9da8f406..5abe9947 100644 --- a/views/html/characters/index.tpl +++ b/views/html/characters/index.tpl @@ -16,7 +16,8 @@
- @@ -24,7 +25,7 @@ - +
diff --git a/views/html/characters/manage.tpl b/views/html/characters/manage.tpl index e340944a..d1376fc2 100644 --- a/views/html/characters/manage.tpl +++ b/views/html/characters/manage.tpl @@ -11,7 +11,8 @@
- @@ -19,7 +20,7 @@ - +
    diff --git a/www/css/desktop.css b/www/css/desktop.css index 61151934..81906dbb 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -179,6 +179,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .filter label,input,select{display:inline;vertical-align:middle} .filter input[type=checkbox]{margin:0 8px 0 0} .filter label{margin-right:20px;font-size:.875em} +.filter p{display:inline-block;margin:0 10px 10px 0} .filter.add{margin-top:25px} .filter.add select,.filter.add input[type=text]{display:block;margin-bottom:10px}