mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
(trunk web) fix positioning issue w/the torrent list going directly under the toolbars
This commit is contained in:
parent
9a27751d77
commit
4c31104f4f
2 changed files with 3 additions and 3 deletions
|
@ -201,7 +201,7 @@ div#toolbar {
|
||||||
***/
|
***/
|
||||||
div#torrent_container {
|
div#torrent_container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 66px;
|
top: 68px;
|
||||||
bottom: 22px;
|
bottom: 22px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
@ -403,7 +403,7 @@ div#torrent_inspector {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
top: 66px;
|
top: 68px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 570px;
|
width: 570px;
|
||||||
z-index: 5;
|
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;
|
$torrent-list-button-width: 14px;
|
||||||
|
|
||||||
div#torrent_container {
|
div#torrent_container {
|
||||||
|
|
Loading…
Reference in a new issue