diff options
author | Charlie Marshall <charlie0440@gmail.com> | 2013-05-29 23:55:11 +0100 |
---|---|---|
committer | Charlie Marshall <charlie0440@gmail.com> | 2013-05-29 23:55:11 +0100 |
commit | 310bf9e0a3064ab13a21ce929e777b7136ff5075 (patch) | |
tree | 79e06fc4997d51c28814aa77ea2ee0590bfdb755 | |
parent | e434d5c690219298ba4cf8c6af683b2180e44c54 (diff) | |
download | pfsense-310bf9e0a3064ab13a21ce929e777b7136ff5075.zip pfsense-310bf9e0a3064ab13a21ce929e777b7136ff5075.tar.gz |
improve look of picture button selector
-rw-r--r-- | usr/local/www/widgets/widgets/picture.widget.php | 2 |
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> |