Team:WITS-CSIR SA/css/layout.css

From 2011.igem.org

(Difference between revisions)
(Created page with "html, body { width: 100%; height: 100%; padding: 0; margin: 0; overflow: hidden; } .layout { height: 100%; background-color: #ffffff; } .center, .ea...")
 
Line 41: Line 41:
.south
.south
{
{
-
     height: 18px;
+
     height: 70px;
 +
    padding:0px;
}
}

Latest revision as of 11:03, 3 September 2011

html, body {

   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   overflow: hidden;

}

.layout {

   height: 100%;
   background-color: #ffffff;

}

.center, .east, .west, .north, .south {

   display: inline-block;
   padding: 1em;

}

.east, .west, .center {

   background-color: White;

}

.west {

   width: 30%;

}

.east
{
    width:32%;
}

.north {

   height:60px;

} .south {

   height: 70px;
   padding:0px;

}

.center {

   overflow-y: auto;

}