You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/11/06 12:15:25 UTC

incubator-ponymail git commit: Advanced search fields are too small

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 8cb5e2371 -> cc1b6f064


Advanced search fields are too small

This relates to issue #80, but for original Javascript

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/cc1b6f06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/cc1b6f06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/cc1b6f06

Branch: refs/heads/master
Commit: cc1b6f0643746f877ee02af188b5eea39e34b2f6
Parents: 8cb5e23
Author: Sebb <se...@apache.org>
Authored: Sun Nov 6 12:15:05 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Sun Nov 6 12:15:05 2016 +0000

----------------------------------------------------------------------
 site/list.html   | 8 ++++----
 site/search.html | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/cc1b6f06/site/list.html
----------------------------------------------------------------------
diff --git a/site/list.html b/site/list.html
index 805a96a..f4f23cb 100644
--- a/site/list.html
+++ b/site/list.html
@@ -137,21 +137,21 @@ the License. -->
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">When:</div>
           <div style="width: 300px; float: left; page-break-after: always;">
-            <input name="dp" id='dp' data="lte=1M" value="Less than 1 month ago" onclick="datePicker(this);" style="min-width: 32px;" readonly="readonly"/>
+            <input name="dp" id='dp' data="lte=1M" value="Less than 1 month ago" onclick="datePicker(this);" style="min-width: 300px;" readonly="readonly"/>
           </div>
         </div>
         
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">Quick query:</div>
-          <div style="width: 300px; float: left; page-break-after: always;"><input type="text" name="aq" id="aq"/></div>
+          <div style="width: 300px; float: left; page-break-after: always;"><input type="text" name="aq" id="aq" style="min-width: 300px;"/></div>
         </div>
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">From:</div>
-          <div style="width: 300px; float: left;"><input type="text" name="header_from" id="header_from"/></div>
+          <div style="width: 300px; float: left;"><input type="text" name="header_from" id="header_from" style="min-width: 300px;"/></div>
         </div>
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">Subject:</div>
-          <div style="width: 300px; float: left;"><input type="text" name="header_subject" id="header_subject"/></div>
+          <div style="width: 300px; float: left;"><input type="text" name="header_subject" id="header_subject" style="min-width: 300px;"/></div>
         </div>
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">Look in:</div>

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/cc1b6f06/site/search.html
----------------------------------------------------------------------
diff --git a/site/search.html b/site/search.html
index 6101851..fccd580 100644
--- a/site/search.html
+++ b/site/search.html
@@ -136,21 +136,21 @@ the License. -->
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">When:</div>
           <div style="width: 300px; float: left; page-break-after: always;">
-            <input name="dp" id='dp' data="lte=1M" value="Less than 1 month ago" onclick="datePicker(this);" style="min-width: 32px;" readonly="readonly"/>
+            <input name="dp" id='dp' data="lte=1M" value="Less than 1 month ago" onclick="datePicker(this);" style="min-width: 300px;" readonly="readonly"/>
           </div>
         </div>
         
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">Quick query:</div>
-          <div style="width: 300px; float: left; page-break-after: always;"><input type="text" name="aq" id="aq"/></div>
+          <div style="width: 300px; float: left; page-break-after: always;"><input type="text" name="aq" id="aq" style="min-width: 300px;"/></div>
         </div>
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">From:</div>
-          <div style="width: 300px; float: left;"><input type="text" name="header_from" id="header_from"/></div>
+          <div style="width: 300px; float: left;"><input type="text" name="header_from" id="header_from" style="min-width: 300px;"/></div>
         </div>
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">Subject:</div>
-          <div style="width: 300px; float: left;"><input type="text" name="header_subject" id="header_subject"/></div>
+          <div style="width: 300px; float: left;"><input type="text" name="header_subject" id="header_subject" style="min-width: 300px;"/></div>
         </div>
         <div style="float: left; width: 100%;">
           <div style="width: 120px; float: left;">Look in:</div>