90762a2326
git-svn-id: http://yolanda.mister-muffin.de/svn@348 7eef14d0-6ed0-489d-bf55-20463b2d70db
35 lines
582 B
CSS
35 lines
582 B
CSS
body
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
form
|
|
{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
button
|
|
{
|
|
/* crude center hack */
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 15em;
|
|
height: 15em;
|
|
}
|
|
|
|
button[name="playback"]
|
|
{
|
|
/* crude center hack */
|
|
margin-left: -15em;
|
|
margin-top: -7.5em;
|
|
}
|
|
|
|
button[name="download"]
|
|
{
|
|
/* crude center hack */
|
|
margin-left: 0em;
|
|
margin-top: -7.5em;
|
|
}
|