Template:Team:Waterloo/CSS/TopBar

From 2014.igem.org

(Difference between revisions)
Line 14: Line 14:
.sections_panel {
.sections_panel {
   position:absolute;
   position:absolute;
-
  height:320px;
 
   background:#000;
   background:#000;
   top:60px;
   top:60px;
-
  left:10%;
 
   border-radius:0px 0px 8px 8px;
   border-radius:0px 0px 8px 8px;
   overflow:hidden;
   overflow:hidden;
   z-index:10000;
   z-index:10000;
-
  transition: height 0.3s linear 0s;
 
   display: none;
   display: none;
   width: 300px;
   width: 300px;
Line 27: Line 24:
.sections_panel > div {
.sections_panel > div {
   background:#333;
   background:#333;
-
   padding:20px;
+
   padding:10px;
-
  height:258px;
+
   margin:10px;
   margin:10px;
   color:#71CCE6;
   color:#71CCE6;

Revision as of 22:15, 16 October 2014