From bb426c47c4c7f7bec06b82e94a6a09616daeeae4 Mon Sep 17 00:00:00 2001 From: gonstr Date: Sat, 1 Jul 2017 19:44:38 +0200 Subject: [PATCH] Removed freespace-info class from sass file --- web/style/transmission/mobile.css | 5 ----- web/style/transmission/mobile.scss | 7 ------- 2 files changed, 12 deletions(-) diff --git a/web/style/transmission/mobile.css b/web/style/transmission/mobile.css index 5f84efa99..67c81c74c 100644 --- a/web/style/transmission/mobile.css +++ b/web/style/transmission/mobile.css @@ -875,11 +875,6 @@ div.torrent_footer { /* Opera 11.10+ */ background-position: center; background-repeat: no-repeat; } - div.torrent_footer #freespace-info { - float: right; - text-align: right; - border: 0px; - width: 100px; } /**** ***** diff --git a/web/style/transmission/mobile.scss b/web/style/transmission/mobile.scss index d17aa69f8..6ebde89db 100644 --- a/web/style/transmission/mobile.scss +++ b/web/style/transmission/mobile.scss @@ -733,13 +733,6 @@ div.torrent_footer @include roundedBox(5px); @include buttonImage('images/compact.png', $idle-color-top, $idle-color-bottom, $active-color-top, $active-color-bottom); } - - #freespace-info { - float: right; - text-align: right; - border: 0px; - width: 100px; - } } /**** -- 2.40.0