Team:UNITN-Trento/CSS/Extra/Human Practice

From 2013.igem.org

(Difference between revisions)
(Created page with ".col.one { display: inline-block; margin-right: 1em; min-width: 0; width: 450px; vertical-align: top; } .col.two { display: inline-block; m...")
Line 14: Line 14:
     margin-left: 1em;
     margin-left: 1em;
      
      
-
     height: 380px;
+
     height: 400px;
     min-width: 0;
     min-width: 0;
     width: 360px;
     width: 360px;
Line 31: Line 31:
     height: 280px;
     height: 280px;
     min-width: 0;
     min-width: 0;
-
     width: 360px !important;
+
     width: 420px !important;
      
      
     background-color: transparent;
     background-color: transparent;

Revision as of 07:44, 27 September 2013

.col.one {

   display: inline-block;
   margin-right: 1em;
   
   min-width: 0;
   width: 450px;
   
   vertical-align: top;

}

.col.two {

   display: inline-block;
   margin: 0;
   margin-left: 1em;
   
   height: 400px;
   min-width: 0;
   width: 360px;
   
   background-color: transparent;
   border: none;
   box-shadow: none;
   
   vertical-align: top;

}

.col.two .jms-wrapper {

   margin: 0;
   padding: 0;
   
   height: 280px;
   min-width: 0;
   width: 420px !important;
   
   background-color: transparent;
   border: none;
   box-shadow: none;

}

.col.two .step {

   min-width: 0;
   width: 900px;
   height: 1000px;
   
   box-shadow: none;
   z-index: 0;

}

.col.two .step.active {

   z-index: 5;

}

.col.two .step img {

   min-width: 0;
   height: 100%;
   
   border: 8px solid white;
   box-shadow: 4px 4px 8px #323232;

}