Upversioned to 0.2.2-SNAPSHOT; fixed map menu
This commit is contained in:
parent
23591952b8
commit
e7432e62a4
|
@ -1,4 +1,4 @@
|
||||||
(defproject youyesyet "0.2.1"
|
(defproject youyesyet "0.2.2-SNAPSHOT"
|
||||||
|
|
||||||
:description "Canvassing tool for referenda"
|
:description "Canvassing tool for referenda"
|
||||||
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
||||||
|
|
|
@ -45,7 +45,6 @@ h1 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
_position: absolute;
|
_position: absolute;
|
||||||
_top: expression(document.documentElement.scrollTop);
|
_top: expression(document.documentElement.scrollTop);
|
||||||
z-index: 149;
|
|
||||||
background:rgba(7,27,51,0.8);
|
background:rgba(7,27,51,0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,6 +56,7 @@ h1 {
|
||||||
#nav-menu {
|
#nav-menu {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
z-index: 02110-1301;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav menu li {
|
#nav menu li {
|
||||||
|
@ -103,6 +103,7 @@ h1 {
|
||||||
#nav:hover #nav-menu {
|
#nav:hover #nav-menu {
|
||||||
display: block;
|
display: block;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
z-index: 148;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,7 +142,7 @@ h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 149;
|
z-index: 600;
|
||||||
color: silver;
|
color: silver;
|
||||||
background:rgba(40,40,40,0.9);
|
background:rgba(40,40,40,0.9);
|
||||||
}
|
}
|
||||||
|
@ -149,6 +150,7 @@ h1 {
|
||||||
#nav:hover #nav-menu {
|
#nav:hover #nav-menu {
|
||||||
display: block;
|
display: block;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
z-index: 500;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue