XOOPS Cube Legacy base repository
Révision | f413766333df217419a31448be995a1f7e1e9086 (tree) |
---|---|
l'heure | 2013-02-08 22:54:24 |
Auteur | nao-pon <hypweb@gmai...> |
Commiter | nao-pon |
correction of search form style
@@ -27,12 +27,14 @@ | ||
27 | 27 | <li class="addBlockCustom"><a href="index.php?action=CustomBlockEdit"><{$smarty.const._AD_LEGACY_LANG_ADD_CUSTOM_BLOCK}></a></li> |
28 | 28 | </ul> |
29 | 29 | |
30 | -<div> | |
30 | +<div class="searchform"> | |
31 | 31 | <form action="./index.php" method="get"> |
32 | 32 | <input type="hidden" name="action" value="BlockList" /> |
33 | 33 | <div> |
34 | 34 | <{$smarty.const._SEARCH}> : |
35 | 35 | <input type="text" name="search" value="<{$filterForm->mKeyword}>" /> |
36 | + </div> | |
37 | + <div> | |
36 | 38 | <{$smarty.const._AD_LEGACY_LANG_MOD_NAME}> : |
37 | 39 | <select name="dirname"> |
38 | 40 | <option value="0"><{$smarty.const._ALL}></option> |
@@ -85,6 +87,8 @@ | ||
85 | 87 | <{/foreach}> |
86 | 88 | <{/if}> |
87 | 89 | </select> |
90 | + </div> | |
91 | + <div> | |
88 | 92 | <{$smarty.const._VIEW}> : |
89 | 93 | <select name="perpage"> |
90 | 94 | <option value="<{$smarty.const.XCUBE_PAGENAVI_DEFAULT_PERPAGE}>"><{$smarty.const._SELECT}></option> |
@@ -100,7 +104,9 @@ | ||
100 | 104 | <{/if}> |
101 | 105 | <{/foreach}> |
102 | 106 | </select> |
103 | - <input class="formButton" type="submit" value="<{$smarty.const._SUBMIT}>" /> | |
107 | + </div> | |
108 | + <div> | |
109 | + <input class="formButton" type="submit" value="<{$smarty.const._SEARCH}>" /> | |
104 | 110 | </div> |
105 | 111 | </form> |
106 | 112 | </div> |
@@ -167,6 +167,17 @@ tr .even td { | ||
167 | 167 | white-space:nowrap; |
168 | 168 | } |
169 | 169 | |
170 | +.searchform { | |
171 | + text-align: center; | |
172 | + margin-top: 1em; | |
173 | +} | |
174 | + | |
175 | +.searchform div { | |
176 | + margin-left: .5em; | |
177 | + margin-bottom: .5em; | |
178 | + display: inline-block; | |
179 | +} | |
180 | + | |
170 | 181 | /* ====================================================== header ===== */ |
171 | 182 | |
172 | 183 | #header { |