diff --git a/VERSION b/VERSION index 139ad452..8a4b9f6a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.7 (2012-04-19 10:52:35) dev +Version 1.99.7 (2012-04-19 11:03:51) dev diff --git a/applications/welcome/static/css/web2py.css b/applications/welcome/static/css/web2py.css index e0a9f088..a1a27839 100644 --- a/applications/welcome/static/css/web2py.css +++ b/applications/welcome/static/css/web2py.css @@ -28,9 +28,9 @@ blockquote, blockquote p, p blockquote { font-style: italic; margin: 0.5em 30px i, em { font-style: italic; } strong { font-weight: bold; } small { font-size: 0.8em; } -textarea { width: 600px; } +textarea { width: 100%; } code { font-family: Courier;} -input[type=text], input[type=password], select { width: 300px; } +input[type=text], input[type=password], select { width: 300px; margin-right: 5px } ul { list-style-type: none; margin: 0px; padding: 0px; } .hidden {display:none;visibility:visible} /** end **/ @@ -82,7 +82,7 @@ fieldset legend {text-transform:uppercase; font-weight: bold; padding: 4px 16px /* fix ie problem with menu */ .ie-lte7 .topbar .container {z-index: 2; } -td.w2p_fw {padding-bottom: 1em;} +td.w2p_fw {padding-bottom: 1px;} td.w2p_fl, td.w2p_fw, td.w2p_fc { vertical-align:top; } td.w2p_fl { text-align:right; } td.w2p_fl, td.w2p_fw {padding-right: 7px;} @@ -290,10 +290,6 @@ div.error { font-weight: bold; } -#w2p_query_trigger { - margin-left: 0; -} - #w2p_query_panel {} .ie9 #query_panel {padding-bottom:2px;}