[Rt-commit] [rtir] 05/09: CSS styling

Jesse Vincent jesse at bestpractical.com
Mon Mar 16 02:41:34 EDT 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit cd4c63c2034b2b38abea42ec5215f33c32a48a52
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sun Mar 15 21:35:34 2015 -0700

    CSS styling
---
 html/RTIR/Search/Elements/BuildQuery | 2 ++
 static/css/rtir-styles.css           | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/html/RTIR/Search/Elements/BuildQuery b/html/RTIR/Search/Elements/BuildQuery
index 21ef81e..314510e 100644
--- a/html/RTIR/Search/Elements/BuildQuery
+++ b/html/RTIR/Search/Elements/BuildQuery
@@ -49,6 +49,7 @@
 %# 
 %# XXX TODO - this really ought to use HREFTo, but to do that
 %# we'd need to strip off the RTIR UIR prefix
+<div class="search-form">
 <form method="post" action="<% $r->path_info %>" name="BuildQuery" id="BuildQuery">
 <input type="hidden" class="hidden" name="SavedSearchId" value="<% $saved_search{'Id'} %>" />
 <input type="hidden" class="hidden" name="ResultPage" value="<% $ResultPage %>" />
@@ -96,6 +97,7 @@
 &>
 
 </form>
+</div>
 <%ARGS>
 $BaseQuery    => ''
 %query        => ()
diff --git a/static/css/rtir-styles.css b/static/css/rtir-styles.css
index bade6bc..4aca1e5 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -137,3 +137,6 @@ body.rtir .incidents .actions {
     text-align: right;
 }
 
+body.rtir #editquery, body.rtir #editsearches {
+    margin-top:8.1em;
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list