Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
Line 114: | Line 114: | ||
position: fixed; | position: fixed; | ||
- | right: - | + | right: -130px; |
+ | top: 50px; | ||
+ | width: 150px; | ||
+ | background: rgb(255,255,255); | ||
+ | } | ||
+ | |||
+ | #labselect:hover { | ||
+ | |||
+ | position: fixed; | ||
+ | right: 0px; | ||
top: 50px; | top: 50px; | ||
width: 150px; | width: 150px; | ||
Line 121: | Line 130: | ||
#ladder { | #ladder { | ||
+ | border: 1px solid rgb(47, 111, 171); | ||
+ | position: fixed; | ||
+ | left: -130px; | ||
+ | top: 20px; | ||
+ | width: 150px; | ||
+ | margin: 0px; | ||
+ | background: rgb(255,255,255); | ||
+ | } | ||
+ | |||
+ | #ladder:hover { | ||
border: 1px solid rgb(47, 111, 171); | border: 1px solid rgb(47, 111, 171); | ||
position: fixed; | position: fixed; |
Revision as of 16:17, 15 August 2012