fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New locale
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
header.css
diff --git
a/wolnelektury/static/css/header.css
b/wolnelektury/static/css/header.css
index
39d4160
..
4876371
100755
(executable)
--- a/
wolnelektury/static/css/header.css
+++ b/
wolnelektury/static/css/header.css
@@
-29,7
+29,7
@@
#logo a {
color:#f7f7f7;
font-size: 2.05em;
#logo a {
color:#f7f7f7;
font-size: 2.05em;
- text-shadow: 0 0 10px #
17CFDB
;
+ text-shadow: 0 0 10px #
f7f7f7
;
}
#tagline {
}
#tagline {
@@
-184,10
+184,13
@@
a.menu span {
padding-left: 2.5em;
padding-right: 2em;
/* must match grid-line */
padding-left: 2.5em;
padding-right: 2em;
/* must match grid-line */
- height: 3em;
- padding-top: 1.
9
em;
+ height: 3
.3
em;
+ padding-top: 1.
6
em;
background: #f7f7f7;
}
background: #f7f7f7;
}
+#lang-menu .lang-flag {
+ font-size: 1.3em;
+}
#lang-menu-items {
z-index: 9999;
#lang-menu-items {
z-index: 9999;
@@
-203,13
+206,16
@@
a.menu span {
border-width: 0 0 1px 0;
padding: .5em 0;
margin: 0;
border-width: 0 0 1px 0;
padding: .5em 0;
margin: 0;
+ font-size: 1.3em;
}
}
-#lang-menu:hover button {
+#lang-menu:hover button,
+#lang-menu.hover button {
display: block;
}
display: block;
}
-#lang-menu:hover #lang-menu-items {
+#lang-menu:hover #lang-menu-items,
+#lang-menu.hover #lang-menu-items {
position: absolute;
width: 100%;
padding: 0;
position: absolute;
width: 100%;
padding: 0;
@@
-234,3
+240,15
@@
a.menu span {
line-height: 1.636em;
}
line-height: 1.636em;
}
+
+
+
+#user-menu {
+ left: 0;
+ top: 2em;
+ width: 15em;
+ line-height:1.6em;
+}
+#user-menu a {
+ color: #0D7E85;
+}