forked from zxing/zxing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor touch ups of HTML, show full output for uploads, add more expla…
…natory text and links, update to servlet 3 / JSP 2.2 git-svn-id: http://zxing.googlecode.com/svn/trunk@2540 59b500cc-1b3d-0410-9834-0bbf25fbcc57
- Loading branch information
srowen
committed
Nov 28, 2012
1 parent
29b4d52
commit ba9d7e4
Showing
11 changed files
with
114 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
body{background-color:#e9eef3;font-family:Arial,sans-serif;font-size:12px} | ||
td{font-size:14px} | ||
body {background-color:#e9eef3;margin:0;padding:0;padding-top:10px;text-align:center} | ||
body,th,td,p{font-family:Arial,sans-serif} | ||
div#main{width:800px;text-align:left;border:0;padding:0;margin:0 auto} | ||
td{vertical-align:top} | ||
table#upload td{padding:12px;height:30px;background-color:#dde3e9} | ||
#header{background-color:#dde3e9;border-bottom:1px solid #f2f7fc} | ||
#header h1{font-size:15px;font-weight:bold;padding:12px;border-bottom:1px solid #c8d0d9} | ||
#header span{font-weight:normal;color:#5e6b75} | ||
#footer{width:100%;text-align:center;padding-top:12px} | ||
#footer a{text-decoration:none;color:#5e6b75} | ||
#header h1{font-size:24px;padding:12px;border-bottom:1px solid #c8d0d9} |