[ckan-changes] commit/ckanext-datano: r... at Rustam-PC.computas.int: Fix for rendering for the bottom menu on the front page in IE7.

Bitbucket commits-noreply at bitbucket.org
Thu Aug 4 10:55:15 UTC 2011


1 new changeset in ckanext-datano:

http://bitbucket.org/okfn/ckanext-datano/changeset/a61300b87173/
changeset:   a61300b87173
user:        r... at Rustam-PC.computas.int
date:        2011-08-04 12:53:32
summary:     Fix for rendering for the bottom menu on the front page in IE7.
affected #:  1 file (454 bytes)

--- a/ckanext/datano/theme/public/css/extra.css	Tue Jul 12 17:16:48 2011 +0200
+++ b/ckanext/datano/theme/public/css/extra.css	Thu Aug 04 12:53:32 2011 +0200
@@ -179,30 +179,51 @@
 }
 
 div.header-first {
- width: 73px;
+    width: 73px;
 }
 
 #top-bar { 
-position: relative;
-top: -130px;
-white-space: nowrap;
-}
+    position: relative;
+    top: -130px;
+    white-space: nowrap;
+} 
 
 #top-bar-login {
-max-width: 200px;
+    max-width: 200px;
 }
 
 #access {
-position: relative;
-top: -38px;
+    position: relative;
+    top: -38px;
 }
 
-/*Fix fox search page listing all data packages in IE7*/
 #package-search .package-search-filters {
     margin-bottom: 1em;
 }
 
-/*Fix fox search page listing all data packages in IE7*/
 div.extract {
     width: 80%;
 }
+
+
+#footer-widget-area .widget-container h3 {
+    /*
+    * IE 6 & 7 don't support inline-block, but we can use the hasLayout
+    * magical property.
+    * http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
+    */
+    zoom: 1;
+    *display: inline;
+}
+
+#footer-widget-area .widget-container ul li {
+    /*
+    * IE 6 & 7 don't support inline-block, but we can use the hasLayout
+    * magical property.
+    * http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
+    */
+    zoom: 1;
+    *display: inline;
+}
+
+

Repository URL: https://bitbucket.org/okfn/ckanext-datano/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list