From a461a8558bdef66b450e031300fa4ce75973a34b Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Sun, 4 Dec 2011 12:30:57 -0600 Subject: [PATCH] fixed ie welcome css problem, thanks Anthony --- VERSION | 2 +- applications/examples/static/css/web2py.css | 3 +++ applications/welcome/static/css/web2py.css | 3 +++ applications/welcome/views/layout.html | 10 +++++----- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index a4561e3c..70209c93 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-12-04 01:31:32) dev +Version 1.99.3 (2011-12-04 12:30:49) dev diff --git a/applications/examples/static/css/web2py.css b/applications/examples/static/css/web2py.css index 18e087fc..f9ad3a19 100644 --- a/applications/examples/static/css/web2py.css +++ b/applications/examples/static/css/web2py.css @@ -165,8 +165,11 @@ div.error { .breadcrumbs { font-size: 1.25em; + float: left; } +.copyright {float: left;} + /* #MEDIA QUERIES SECTION */ /* All Mobile Sizes (devices and browser) */ diff --git a/applications/welcome/static/css/web2py.css b/applications/welcome/static/css/web2py.css index 18e087fc..f9ad3a19 100644 --- a/applications/welcome/static/css/web2py.css +++ b/applications/welcome/static/css/web2py.css @@ -165,8 +165,11 @@ div.error { .breadcrumbs { font-size: 1.25em; + float: left; } +.copyright {float: left;} + /* #MEDIA QUERIES SECTION */ /* All Mobile Sizes (devices and browser) */ diff --git a/applications/welcome/views/layout.html b/applications/welcome/views/layout.html index 8708a4c2..098b47c5 100644 --- a/applications/welcome/views/layout.html +++ b/applications/welcome/views/layout.html @@ -12,7 +12,7 @@ (even in intranet) & Chrome Frame Remove this if you use the .htaccess --> {{=response.title or request.application}} @@ -91,9 +91,9 @@
{{=response.subtitle or ''}}
-
+
{{block statusbar}} - {{=request.function.replace('_', ' ').title()}} + {{end}}
@@ -141,8 +141,8 @@
{{block footer}} -