Team:Warsaw/Calendar-Main/NoAtribution
From 2008.igem.org
(Difference between revisions)
Line 28: | Line 28: | ||
} | } | ||
- | + | .stretched { | |
- | + | position: relative; | |
- | + | left: 5px; | |
- | + | right: 5px; | |
- | + | background-color: transparent; | |
- | background: transparent; | + | width: 150%; |
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
Line 98: | Line 84: | ||
<div id="outer"> | <div id="outer"> | ||
<table width="98%" class="month"> | <table width="98%" class="month"> | ||
- | <tr><td width="70%"><h4 id="progress"></h4></td><td align="right"><a href="JavaScript:ToggleZoom()">Toggle Fullscreen mode</a></td></tr> | + | <tr><td width="70%"><h4 id="progress"></h4></td><td align="right"><a href="JavaScript:ToggleZoom()" id="tf">Toggle Fullscreen mode</a></td></tr> |
</table> | </table> | ||
- | <table id=" | + | <table id="result" class="narrow"> |
<tr> | <tr> | ||
<td>Michał K.</td> | <td>Michał K.</td> | ||
Line 357: | Line 343: | ||
{ | { | ||
document.getElementById("outer").className = 'narrow'; | document.getElementById("outer").className = 'narrow'; | ||
+ | document.getElementById("result").className = 'narrow'; | ||
+ | document.getElementById("tf").className = ''; | ||
zoomed=false; | zoomed=false; | ||
} | } | ||
Line 362: | Line 350: | ||
{ | { | ||
document.getElementById("outer").className = 'wide'; | document.getElementById("outer").className = 'wide'; | ||
+ | document.getElementById("tf").className = 'float'; | ||
+ | document.getElementById("result").className = 'stretched'; | ||
zoomed=true; | zoomed=true; | ||
} | } |
Revision as of 12:58, 13 October 2008
Attribution analyzer
|