From 0240b800c33af8c89c4bd5bf4dce705182d6285c Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 8 Apr 2014 17:35:33 +0800 Subject: [PATCH] * fixed style of search form. * ajusted style of container. --- module/search/view/buildform.html.php | 4 ++-- www/theme/default/style.css | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index 6a611ed039..de0557e9c4 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -214,7 +214,7 @@ foreach($fieldParams as $fieldName => $param)
- +
session->$formSessionName; @@ -260,7 +260,7 @@ foreach($fieldParams as $fieldName => $param)
search->andor, $formSession['groupAndOr'], "class='form-control w-60px'")?> - +
.container {margin: 20px auto; padding: 0 15px 20px; border: 1px solid #ddd;} +.outer > .container > #featurebar, .outer .container > #titlebar{margin: 0 -15px} +.outer > .container .table-form, .outer .container .table-data {margin-top: 10px;} /* Main content in outer */ .outer .row {padding: 15px 20px;}