1
0
mirror of https://github.com/balkian/go5ears.git synced 2024-09-21 11:21:42 +00:00
go5ears/css/main.css

40 lines
727 B
CSS
Raw Normal View History

2012-10-07 12:35:56 +00:00
html,body {
height: 100%;
}
* {
margin:0;
}
.sortable { position:relative; list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable li { margin: 0px 3px 3px 3px; padding: 0.4em; font-size: 1em; height: 18px; }
.list-name { padding-left:3em; }
.list-controls span {float:left;display:inline;}
#wrapper {
position:relative;
height: auto !important;
min-height: 90%;
margin: 0 auto 0;
}
#headerPage {
position:relative;
min-height:10%;
2012-10-08 04:16:44 +00:00
width: 100%;
}
#controls {
width: 50%;
display: inline;
margin-left:auto;
margin-right: auto;
2012-10-07 12:35:56 +00:00
}
2012-10-07 12:17:15 +00:00
2012-10-08 04:16:44 +00:00
.list-name{
font-size:small;
}
#audio {
width:100%;
}
.deletesong{
float:right;
right:2em;
}