X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/e8813ee4389a5e22df46d1973409d70a8e6706be..47ab7fe33a5e83c8a367b6d265e5927aa576f256:/prawokultury/static/css/promobox.scss diff --git a/prawokultury/static/css/promobox.scss b/prawokultury/static/css/promobox.scss old mode 100755 new mode 100644 index cf209c5..4171954 --- a/prawokultury/static/css/promobox.scss +++ b/prawokultury/static/css/promobox.scss @@ -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; @@ -22,11 +24,14 @@ ul.promobox { } .promobox-link { background-image: url('/static/img/rog.png'); + background-position: 100% 100%; + background-repeat: no-repeat; + border-radius: 0 0 2em 0; + -moz-border-radius: 0 0 2em 0; + -webkit-border-radius: 0 0 2em 0; display:block; position: relative; height: 32.3em; - background-position: 100% 100%; - background-repeat: no-repeat; } #promobox-switcher { @@ -44,6 +49,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 +66,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; @@ -68,6 +77,7 @@ ul.promobox { h2 { margin-top: 0; font-size: 1.5em; + color: white; } .lead { font-size: 1.2em;