yolanda/trunk/style/embedded.css
erlehmann 1201ba9daa bittorrent icon (license unclear), embedded mode has only play button
now, fixed tagcloud, buttons are now 164px instead of 15em (relative 
measurements are only appropriate with vector graphics)


git-svn-id: http://yolanda.mister-muffin.de/svn@350 7eef14d0-6ed0-489d-bf55-20463b2d70db
2008-05-16 04:15:30 +00:00

41 lines
716 B
CSS

@import "colors/tango.css";
body
{
font-family: sans-serif;
font-size: 10pt;
margin: 0px;
padding: 0px;
text-align: center;
}
fieldset
{
border-style: solid;
border-width: 1px;
margin: 0px;
padding: 1em;
}
form
{
height: 100%;
width: 100%;
}
button
{
/* crude center hack */
position: absolute;
top: 50%;
left: 50%;
width: 164px;
height: 164px;
}
button[name="playback"]
{
/* crude center hack */
margin-left: -82px;
margin-top: -82px;
}