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

From 2013.igem.org

(Difference between revisions)
(Undo revision 200575 by Xli (talk))
Line 14: Line 14:
     margin-left: 1em;
     margin-left: 1em;
      
      
-
     height: 400px;
+
     height: 380px;
     min-width: 0;
     min-width: 0;
     width: 360px;
     width: 360px;
Line 29: Line 29:
     padding: 0;
     padding: 0;
      
      
-
     height: 280px;
+
     height: 420px;
     min-width: 0;
     min-width: 0;
-
     width: 420px !important;
+
     width: 360px !important;
      
      
     background-color: transparent;
     background-color: transparent;

Revision as of 07:46, 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: 380px;
   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: 420px;
   min-width: 0;
   width: 360px !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;

}