summaryrefslogtreecommitdiff
path: root/htroot/CookieTest_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2012-09-03 16:04:57 +0200
committerMichael Peter Christen <mc@yacy.net>2012-09-03 16:04:57 +0200
commit8ca842b137a89a30fb7191f3b061330d24aff04a (patch)
treeaaec1d9b3499a33eb33ba5268be8c2fc167c52fc /htroot/CookieTest_p.html
parent04709e91d72b0209544ed572f8bb7adb8efb3b17 (diff)
added new button design to more buttons
Diffstat (limited to 'htroot/CookieTest_p.html')
-rw-r--r--htroot/CookieTest_p.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/CookieTest_p.html b/htroot/CookieTest_p.html
index 06545d0d6..db80592aa 100644
--- a/htroot/CookieTest_p.html
+++ b/htroot/CookieTest_p.html
@@ -11,7 +11,7 @@
<form action="">
<fieldset>
<input type="hidden" name="act" value="clear_cookie" />
- <input type="submit" name="set_action" value="Just clean it" />
+ <input type="submit" name="set_action" value="Just clean it" class="submitready" style="width:280px"/>
</fieldset>
</form>
<hr />
@@ -24,7 +24,7 @@
<dt><label for="cookie_value">Value:</label></dt>
<dd><input type="text" name="cookie_value" id="cookie_value" /></dd>
</dl>
- <input type="submit" name="set_action" value="Dear server, set this cookie for me!" />
+ <input type="submit" name="set_action" value="Dear server, set this cookie for me!" class="submitready" style="width:280px"/>
</fieldset>
</form>
<hr />