fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Showing/hiding main funding banner
[wolnelektury.git]
/
apps
/
funding
/
static
/
funding
/
funding.scss
diff --git
a/apps/funding/static/funding/funding.scss
b/apps/funding/static/funding/funding.scss
index
50fb864
..
059cc16
100755
(executable)
--- a/
apps/funding/static/funding/funding.scss
+++ b/
apps/funding/static/funding/funding.scss
@@
-2,6
+2,7
@@
background: orange;
margin: auto;
padding: 5px 0;
background: orange;
margin: auto;
padding: 5px 0;
+ position: relative;
a.call {
height: 1.2em;
width: 9em;
a.call {
height: 1.2em;
width: 9em;
@@
-52,7
+53,11
@@
font-weight: bold;
font-size: 1.5em;
}
font-weight: bold;
font-size: 1.5em;
}
-
+ .close {
+ position: absolute;
+ top: 0px;
+ right: 5px;
+ }
}
.funding-top-header {
}
.funding-top-header {
@@
-116,3
+121,15
@@
}
}
}
}
}
}
+
+.funding-handle {
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index:2;
+ background: orange;
+ cursor:pointer;
+ padding: .2em 1em;
+ border-radius: 0 0 0 1em;
+ font-size: 13px;
+}
\ No newline at end of file