summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2013-05-29 23:57:56 -0700
committerErmal Luçi <eri@pfsense.org>2013-05-29 23:57:56 -0700
commit65c6b2e62a36686c114bef2d5c4a3941aa1af69c (patch)
treedc704b998a1d30b7f6646f415cb2b0be4f45404e /usr
parent7586e201dd110e7b2e5c503d421fb71bc48d5ed7 (diff)
parent310bf9e0a3064ab13a21ce929e777b7136ff5075 (diff)
downloadpfsense-65c6b2e62a36686c114bef2d5c4a3941aa1af69c.zip
pfsense-65c6b2e62a36686c114bef2d5c4a3941aa1af69c.tar.gz
Merge pull request #661 from CharlieMarshall/picture_widget
improve look of picture button selector
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/widgets/widgets/picture.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/picture.widget.php b/usr/local/www/widgets/widgets/picture.widget.php
index 145768c..144202c 100644
--- a/usr/local/www/widgets/widgets/picture.widget.php
+++ b/usr/local/www/widgets/widgets/picture.widget.php
@@ -73,7 +73,7 @@ if($_POST) {
<div id="picture-settings" class="widgetconfigdiv" style="display:none;">
<form action="/widgets/widgets/picture.widget.php" method="post" name="iforma" enctype="multipart/form-data">
- <input name="pictfile" type="file" class="formfld unknown" id="pictfile" size="20" />
+ <input name="pictfile" type="file" class="formbtn" id="pictfile" size="20" />
<input id="submita" name="submita" type="submit" class="formbtn" value="Upload" /><br/>
<b>NOTE:</b> Best image size is 350x350 or smaller.
</form>
OpenPOWER on IntegriCloud