(trunk web) fix positioning issue w/the torrent list going directly under the toolbars
This commit is contained in:
parent
9a27751d77
commit
4c31104f4f
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue