1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 18:25:35 +00:00

(web) #4873 -- fix left margin of the torrent list in the mobile css

This commit is contained in:
Jordan Lee 2013-01-04 05:25:51 +00:00
parent 6bf2104141
commit d5bae06433
3 changed files with 3 additions and 6 deletions

View file

@ -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;

View file

@ -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 {

View file

@ -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;