From 680c56f95b14b1b33e0218f1eb62a58f9f491483 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 08 Jan 2015 04:11:57 -0500 Subject: [PATCH] Layout improvements (column width) --- interface/web/sites/templates/web_childdomain_list.htm | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/sites/templates/web_childdomain_list.htm b/interface/web/sites/templates/web_childdomain_list.htm index bb5ab52..b6b9780 100644 --- a/interface/web/sites/templates/web_childdomain_list.htm +++ b/interface/web/sites/templates/web_childdomain_list.htm @@ -32,14 +32,14 @@ <table class="table"> <thead class="dark form-group-sm"> <tr> - <th><tmpl_var name="active_txt"></th> + <th class="tiny-col"><tmpl_var name="active_txt"></th> <th><tmpl_var name="server_id_txt"></th> <th><tmpl_var name="parent_domain_id_txt"></th> <th><tmpl_var name="domain_txt"></th> - <th>{tmpl_var name='search_limit'}</th> + <th class="small-col">{tmpl_var name='search_limit'}</th> </tr> <tr> - <td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td> + <td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td> <td><select class="form-control" name="search_server_id">{tmpl_var name='search_server_id'}</select></td> <td><select class="form-control" name="search_parent_domain_id">{tmpl_var name='search_parent_domain_id'}</select></td> <td><input class="form-control" type="text" name="search_domain" value="{tmpl_var name='search_domain'}" /></td> @@ -51,7 +51,7 @@ <tbody> <tmpl_loop name="records"> <tr> - <td><a href="#" data-load-content="sites/web_childdomain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td> + <td class="tiny-col"><a href="#" data-load-content="sites/web_childdomain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td> <td><a href="#" data-load-content="sites/web_childdomain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="server_id"}</a></td> <td><a href="#" data-load-content="sites/web_childdomain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="parent_domain_id"}</a></td> <td><a href="#" data-load-content="sites/web_childdomain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="domain"}</a></td> -- Gitblit v1.9.1