Team:Concordia/Modeling/css
From 2013.igem.org
Verybadalloc (Talk | contribs) (Created page with ".allContainer{ margin-left: 10%; width: 80%; float:left; min-width: 915px; } .description { margin-top: 30px; margin-left: 8%; width: 70%; float: left; } .title { ma...") |
|||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
.allContainer{ | .allContainer{ | ||
- | margin-left: | + | margin-left: 0; |
width: 80%; | width: 80%; | ||
float:left; | float:left; | ||
- | min-width: | + | min-width: 980px; |
} | } | ||
Line 30: | Line 30: | ||
width:15%; | width:15%; | ||
float:left; | float:left; | ||
+ | height:180px; | ||
+ | filter:alpha(opacity=0); | ||
} | } | ||
Line 50: | Line 52: | ||
{ | { | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
+ | height:50px; | ||
} | } | ||
Line 161: | Line 164: | ||
float:left; | float:left; | ||
border-radius: 4px 0 0 4px; | border-radius: 4px 0 0 4px; | ||
- | width:50%; | + | width:50% !important; |
+ | height:27px; | ||
} | } | ||
Line 175: | Line 179: | ||
padding-top: 7px; | padding-top: 7px; | ||
text-align: center; | text-align: center; | ||
- | width: | + | width: 30%; |
+ | height:27px; | ||
} | } | ||
.graph-group-dropdown { | .graph-group-dropdown { | ||
font-size: 12px; | font-size: 12px; | ||
- | height: | + | height: 32px; |
margin-bottom: 0; | margin-bottom: 0; | ||
- | width: | + | width: 60px; |
} | } | ||
Latest revision as of 03:26, 28 September 2013
.allContainer{
margin-left: 0; width: 80%; float:left; min-width: 980px;
}
.description { margin-top: 30px; margin-left: 8%; width: 70%; float: left; } .title { margin-top: 50px; width: 100%; }
.title h1 {
margin-top:60px; width:85%; float:right;
}
.title img {
width:15%; float:left; height:180px;
filter:alpha(opacity=0); }
.dock {
float: left; margin-top: 50px;
width: 33%;
}
.graph-display {
margin-top: 50px; width:67%; float:left;
} .graph-select {
margin-bottom: 20px;
height:50px;
}
.graph-select-label {
position: relative; top: 6px;
}
.graph {
height: 350px;
}
.parameters-label {
margin-top: 15px;
}
.all-parameters {
width:100%; float:left;
} .section-collapse {color: #CC0000; cursor: pointer;}
.section-expand {color: #007C00;cursor: pointer;}
.parameter-section-row { float: left; width: 100%; margin-bottom: 23px; }
.parameter-section {
margin-top:20px; width:33%; float:left;
} .parameter-section p {
font-family: Verdana; font-size: 14px; font-style: italic;
}
.parameter-control-container
{
float: left; width:100%;
}
.parameter-control-container li {
float: left; margin-left: 5%; width: 90%;
} .divider {
height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5;
}
.parameter-control {
float: left; margin-bottom: 4px; width: 100%;
}
.parameter-control span {
float:left;
}
.parameter-control-label
{
padding-right:5px;
padding-top:5px;
}
.input-group { position: relative; display: table; border-collapse: separate; width:53%; margin-right:5%; float:right; } .input-group * {height: 20px;}
.input-group input{ position: relative; display: table; border-collapse: separate; margin-bottom: 0; float:left; border-radius: 4px 0 0 4px; width:50% !important; height:27px; }
.input-group-addon {
background-color: #EEEEEE; border: 1px solid #CCCCCC; border-radius: 0 4px 4px 0; float: left; font-size: 12px; font-weight: normal; line-height: 1; padding-bottom: 1px; padding-top: 7px; text-align: center; width: 30%;
height:27px; } .graph-group-dropdown {
font-size: 12px; height: 32px; margin-bottom: 0; width: 60px;
}
.graph-group-dropdown select{
height:10px;
}
.graph-group-dropdown-container {
width:40%; float:right;
}