comparison web/src/luan/modules/web/web_shell.luan @ 294:5652cdea25f5

Improve html code of core tools. git-svn-id: https://luan-java.googlecode.com/svn/trunk@295 21e917c8-12df-6dd8-5cb6-c86387c605b9
author hugo.tech@gmail.com <hugo.tech@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Thu, 11 Dec 2014 03:12:26 +0000
parents 91be4027b2a8
children 9fb523472035
comparison
equal deleted inserted replaced
293:a50e88d3547c 294:5652cdea25f5
36 <!DOCTYPE html> 36 <!DOCTYPE html>
37 <html lang="en"> 37 <html lang="en">
38 <head> 38 <head>
39 <title>Luan Shell</title> 39 <title>Luan Shell</title>
40 <style> 40 <style>
41 body {font-family:'Arial',sans-serif;font-size:16px} 41 body {font-family:'Arial',sans-serif;font-size:16px;padding:1em 2em}
42 input {padding:.5em;border-radius:10px;border:1px solid #ccc;font-size:16px} 42 input {padding:.5em;border-radius:10px;border:1px solid #ccc;font-size:16px}
43 input.btn {background:#3B619D;color:#FFF;padding:.3em 0;font-size:20px;min-width:4em;} 43 input.btn {background:#3B619D;color:#FFF;padding:.3em 0;font-size:20px;min-width:4em;}
44 h1 {font-weight:bold;font-size: 20px} 44 h1 {font-weight:bold;font-size: 20px}
45 p {margin:1em 0 .2em} 45 p {margin:1em 0 .2em}
46 </style> 46 </style>