Template:Team:UC Davis/MutantWidget
From 2011.igem.org
(Difference between revisions)
Line 119: | Line 119: | ||
height:350px; | height:350px; | ||
position:absolute; | position:absolute; | ||
- | |||
padding: 15px; | padding: 15px; | ||
border-radius:15px; | border-radius:15px; | ||
Line 128: | Line 127: | ||
} | } | ||
#mw_selectmenu { | #mw_selectmenu { | ||
- | top: | + | top: 25px; |
- | right: | + | right: 27px; |
- | position:absolute; | + | position: absolute; |
margin: 4px; | margin: 4px; | ||
- | display:inline-block; | + | display: inline-block; |
+ | background: black; | ||
+ | border-style: solid; | ||
+ | border-color: rgba(225, 225, 225, 1); | ||
+ | border-width: 2px; | ||
+ | padding: 3px 11px 3px 11px; | ||
} | } | ||
#mw_sequencearea { | #mw_sequencearea { | ||
Line 169: | Line 173: | ||
border-radius: 5px; | border-radius: 5px; | ||
marin-top: 10px; | marin-top: 10px; | ||
+ | } | ||
+ | |||
+ | .yaxis { | ||
+ | -webkit-transform: rotate(90deg); | ||
+ | -moz-transform: rotate(90deg); | ||
+ | -o-transform: rotate(90deg); | ||
+ | -ms-transform: rotate(90deg); | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 00:54, 23 September 2011