Changeset - 85ff6389b434
[Not reviewed]
default
0 1 0
Mads Kiilerich - 11 years ago 2015-03-31 01:17:37
madski@unity3d.com
hooks: make settings hook name field smaller so it is less likely to overlap with the value field
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/settings/settings_hooks.html
Show inline comments
 
@@ -39,13 +39,13 @@ ${h.form(url('admin_settings_hooks'), me
 
      </div>
 
      % endfor
 

	
 
      <div class="field">
 
        <div class="input" style="margin-left:-135px;position: absolute;">
 
          <div class="input">
 
             ${h.text('new_hook_ui_key',size=30)}
 
             ${h.text('new_hook_ui_key',size=20)}
 
          </div>
 
        </div>
 
        <div class="input" style="margin-left:280px">
 
            ${h.text('new_hook_ui_value',size=60)}
 
        </div>
 
      </div>
0 comments (0 inline, 0 general)