css fixes for older browsers
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 29 Aug 2012 09:10:08 +0000 (11:10 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 29 Aug 2012 09:10:34 +0000 (11:10 +0200)
16 files changed:
prawokultury/static/css/base.css
prawokultury/static/css/base.scss [changed mode: 0755->0644]
prawokultury/static/css/entry.scss [changed mode: 0755->0644]
prawokultury/static/css/footer.scss [changed mode: 0755->0644]
prawokultury/static/css/forms.scss [changed mode: 0755->0644]
prawokultury/static/css/header.scss [changed mode: 0755->0644]
prawokultury/static/css/layout.scss [changed mode: 0755->0644]
prawokultury/static/css/menu.scss [changed mode: 0755->0644]
prawokultury/static/css/prevnext.scss [changed mode: 0755->0644]
prawokultury/static/css/promobox.css
prawokultury/static/css/promobox.scss [changed mode: 0755->0644]
prawokultury/static/css/search.css
prawokultury/static/css/search.scss [changed mode: 0755->0644]
prawokultury/static/css/sidebar.css
prawokultury/static/css/sidebar.scss [changed mode: 0755->0644]
prawokultury/static/img/rog.png

index 8e64719..d52e8eb 100644 (file)
@@ -15,6 +15,9 @@ a {
 a:hover {
   text-decoration: underline; }
 
+img {
+  border: 0; }
+
 h1 {
   margin: 0 0 .5em 0;
   color: #01519a;
old mode 100755 (executable)
new mode 100644 (file)
index 5890910..9fd624e
@@ -18,6 +18,10 @@ a:hover {
     text-decoration: underline;
 }
 
+img {
+    border: 0;
+}
+
 
 h1 {
     margin: 0 0 .5em 0;
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 58c4cfe..22c0623 100644 (file)
@@ -13,6 +13,8 @@ ul.promobox {
 
 .promobox-item {
   border-radius: 0 0 2em 0;
+  -moz-border-radius: 0 0 2em 0;
+  -webkit-border-radius: 0 0 2em 0;
   list-style: none;
   padding: 0;
   margin: 0;
@@ -41,6 +43,8 @@ ul.promobox {
     width: 1.1em;
     padding: .45em .5em;
     border-radius: 0 1em 1em 0;
+    -moz-border-radius: 0 1em 1em 0;
+    -webkit-border-radius: 0 1em 1em 0;
     color: white; }
   #promobox-switcher .active a {
     background: #02529b; }
@@ -52,7 +56,9 @@ ul.promobox {
   color: white;
   width: 20em;
   padding: 1.5em 4.8em 1.2em 2em;
-  border-radius: 0 6em 6em 0; }
+  border-radius: 0 6em 6em 0;
+  -moz-border-radius: 0 6em 6em 0;
+  -webkit-border-radius: 0 6em 6em 0; }
   .promobox-info .clip {
     height: 9.7em;
     overflow: hidden; }
old mode 100755 (executable)
new mode 100644 (file)
index cf209c5..619be46
@@ -14,6 +14,8 @@ ul.promobox {
 }
 .promobox-item {
     border-radius: 0 0 2em 0;
+    -moz-border-radius: 0 0 2em 0;
+    -webkit-border-radius: 0 0 2em 0;
     list-style:none;
     padding:0;
     margin: 0;
@@ -44,6 +46,8 @@ ul.promobox {
         width: 1.1em;
         padding: .45em .5em;
         border-radius: 0 1em 1em 0;
+        -moz-border-radius: 0 1em 1em 0;
+        -webkit-border-radius: 0 1em 1em 0;
         color: white;
     }
     .active a {
@@ -59,6 +63,8 @@ ul.promobox {
     width: 20em;
     padding: 1.5em 4.8em 1.2em 2em;
     border-radius: 0 6em 6em 0;
+    -moz-border-radius: 0 6em 6em 0;
+    -webkit-border-radius: 0 6em 6em 0;
 
     .clip {
         height: 9.7em;
index eda6878..6bc635c 100644 (file)
@@ -6,6 +6,8 @@
     padding-left: 1em;
     border: none;
     border-radius: 1.5em 0 0 1.5em;
+    -moz-border-radius: 1.5em 0 0 1.5em;
+    -webkit-border-radius: 1.5em 0 0 1.5em;
     background: white;
     color: black;
     height: 2em; }
@@ -19,6 +21,8 @@
     background-repeat: no-repeat;
     color: white;
     border-radius: 0 1em 1em 0;
+    -moz-border-radius: 0 1em 1em 0;
+    -webkit-border-radius: 0 1em 1em 0;
     padding-right: 1em; }
     #search-form button img {
       vertical-align: middle; }
old mode 100755 (executable)
new mode 100644 (file)
index 590dedb..9b9bbe1
@@ -7,6 +7,8 @@
         padding-left: 1em;
         border: none;
         border-radius: 1.5em 0 0 1.5em;
+        -moz-border-radius: 1.5em 0 0 1.5em;
+        -webkit-border-radius: 1.5em 0 0 1.5em;
         background: white;
         color: black;
         height: 2em;
@@ -22,6 +24,8 @@
         background-repeat: no-repeat;
         color: white;
         border-radius: 0 1em 1em 0;
+        -moz-border-radius: 0 1em 1em 0;
+        -webkit-border-radius: 0 1em 1em 0;
         padding-right: 1em;
 
         img {
index 221b3f4..6ee67da 100644 (file)
@@ -30,6 +30,8 @@
       width: 5em;
       height: 4.8em;
       border-radius: .5em;
+      -moz-border-radius: .5em;
+      -webkit-border-radius: .5em;
       text-align: center; }
       .sidebar-box .event-list .date .day {
         font-size: 2.4em;
old mode 100755 (executable)
new mode 100644 (file)
index 1846454..2607deb
@@ -42,6 +42,8 @@
             width: 5em;
             height: 4.8em;
             border-radius: .5em;
+            -moz-border-radius: .5em;
+            -webkit-border-radius: .5em;
             text-align: center;
 
             .day {
index 5c9a55b..202cee6 100644 (file)
Binary files a/prawokultury/static/img/rog.png and b/prawokultury/static/img/rog.png differ