mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
(web) #4873 -- fix left margin of the torrent list in the mobile css
This commit is contained in:
parent
6bf2104141
commit
d5bae06433
3 changed files with 3 additions and 6 deletions
|
@ -254,7 +254,6 @@ $statusbar-height: 26px;
|
|||
***/
|
||||
|
||||
$torrent-container-top: $toolbar-height + $statusbar-height + 6px;
|
||||
$torrent-list-button-width: 14px;
|
||||
|
||||
div#torrent_container {
|
||||
position: fixed;
|
||||
|
@ -279,7 +278,7 @@ ul.torrent_list
|
|||
li.torrent
|
||||
{
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 4px 30px 5px $torrent-list-button-width;
|
||||
padding: 4px 30px 5px 14px;
|
||||
color: #666;
|
||||
background-color: white;
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@ ul.torrent_list {
|
|||
*/ }
|
||||
ul.torrent_list li.torrent {
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 4px 30px 5px 0px;
|
||||
padding: 4px 30px 5px 14px;
|
||||
color: #666;
|
||||
background-color: white; }
|
||||
ul.torrent_list li.torrent.compact {
|
||||
|
|
|
@ -242,8 +242,6 @@ $statusbar-height: 26px;
|
|||
****
|
||||
***/
|
||||
|
||||
$torrent-list-button-width: 0px;
|
||||
|
||||
ul.torrent_list
|
||||
{
|
||||
width: 100%;
|
||||
|
@ -255,7 +253,7 @@ ul.torrent_list
|
|||
li.torrent
|
||||
{
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 4px 30px 5px $torrent-list-button-width;
|
||||
padding: 4px 30px 5px 14px;
|
||||
color: #666;
|
||||
background-color: white;
|
||||
|
||||
|
|
Loading…
Reference in a new issue