fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor css fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
css
/
annoy.css
diff --git
a/src/wolnelektury/static/css/annoy.css
b/src/wolnelektury/static/css/annoy.css
index
5ee80da
..
7bfd932
100755
(executable)
--- a/
src/wolnelektury/static/css/annoy.css
+++ b/
src/wolnelektury/static/css/annoy.css
@@
-6,8
+6,8
@@
z-index: 200;
font-family: Arial, sans-serif;
display: block;
z-index: 200;
font-family: Arial, sans-serif;
display: block;
- padding:
2.6px 13px
;
- /*width: 1em;*/
+ padding:
.1em 1em
;
+ width: 1em;
text-align:center;
border-radius: 0 0 0 1em;
position: absolute;
text-align:center;
border-radius: 0 0 0 1em;
position: absolute;
@@
-19,9
+19,9
@@
#annoy {
font-size: 13px;
line-height: 1.15em;
#annoy {
font-size: 13px;
line-height: 1.15em;
- /*padding: 1em 5em 1em 0;*/
+ padding: 1em 5em 1em 0;
display: none;
display: none;
- /*background: orange;*/
+ background: orange;
font-family: Arial, sans-serif;
position: relative;
z-index: 200;
font-family: Arial, sans-serif;
position: relative;
z-index: 200;
@@
-60,3
+60,10
@@
#annoy a#annoy-off:hover {
cursor: pointer;
}
#annoy a#annoy-off:hover {
cursor: pointer;
}
+
+@media screen and (min-width: 1024px) {
+ #annoy-content {
+ width: 975px;
+ margin: auto;
+ }
+}