(trunk web) fix positioning issue w/the torrent list going directly under the toolbars

This commit is contained in:
Jordan Lee 2012-02-03 23:05:24 +00:00
parent 9a27751d77
commit 4c31104f4f
2 changed files with 3 additions and 3 deletions

View File

@ -201,7 +201,7 @@ div#toolbar {
***/
div#torrent_container {
position: fixed;
top: 66px;
top: 68px;
bottom: 22px;
right: 0px;
left: 0px;
@ -403,7 +403,7 @@ div#torrent_inspector {
overflow: auto;
text-align: left;
padding: 15px;
top: 66px;
top: 68px;
position: fixed;
width: 570px;
z-index: 5;

View File

@ -317,7 +317,7 @@ $statusbar-height: 26px;
****
***/
$torrent-container-top: $toolbar-height + $statusbar-height + 4px;
$torrent-container-top: $toolbar-height + $statusbar-height + 6px;
$torrent-list-button-width: 14px;
div#torrent_container {