fixed some layout issues, still not satisfactory on small resolution though

This commit is contained in:
Hamza Zia 2012-08-02 20:57:00 +08:00
parent ed3e32a5ec
commit 88d3b394d1

View File

@ -39,10 +39,14 @@
text-align: center; text-align: center;
margin-bottom: 3px; margin-bottom: 3px;
} }
#active_downloads {
min-width: 856px;
}
.active_graph { .active_graph {
height:300px; height:300px;
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
min-width: 856px;
width: 80%; width: 80%;
} }
.download_item { .download_item {