diff 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
line wrap: on
line diff
--- a/web/src/luan/modules/web/web_shell.luan	Thu Dec 11 01:44:38 2014 +0000
+++ b/web/src/luan/modules/web/web_shell.luan	Thu Dec 11 03:12:26 2014 +0000
@@ -38,7 +38,7 @@
 	<head>
 		<title>Luan Shell</title>
 		<style>
-			body {font-family:'Arial',sans-serif;font-size:16px}
+			body {font-family:'Arial',sans-serif;font-size:16px;padding:1em 2em}
 			input {padding:.5em;border-radius:10px;border:1px solid #ccc;font-size:16px}
 			input.btn {background:#3B619D;color:#FFF;padding:.3em 0;font-size:20px;min-width:4em;}
 			h1 {font-weight:bold;font-size: 20px}