fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
promobox, some fixes
[prawokultury.git]
/
prawokultury
/
static
/
css
/
promobox.scss
diff --git
a/prawokultury/static/css/promobox.scss
b/prawokultury/static/css/promobox.scss
index
803a250
..
cf209c5
100755
(executable)
--- a/
prawokultury/static/css/promobox.scss
+++ b/
prawokultury/static/css/promobox.scss
@@
-10,13
+10,15
@@
ul.promobox {
margin: 0;
height: 32.3em;
overflow: hidden;
margin: 0;
height: 32.3em;
overflow: hidden;
-
+ position: relative;
}
.promobox-item {
border-radius: 0 0 2em 0;
list-style:none;
padding:0;
margin: 0;
}
.promobox-item {
border-radius: 0 0 2em 0;
list-style:none;
padding:0;
margin: 0;
+ position:absolute;
+ width: 100%;
}
.promobox-link {
background-image: url('/static/img/rog.png');
}
.promobox-link {
background-image: url('/static/img/rog.png');
@@
-44,7
+46,7
@@
ul.promobox {
border-radius: 0 1em 1em 0;
color: white;
}
border-radius: 0 1em 1em 0;
color: white;
}
-
a.active
{
+
.active a
{
background: #02529b;
}
}
background: #02529b;
}
}