]> granicus.if.org Git - transmission/commitdiff
Removed freespace-info class from sass file
authorgonstr <tom@fareoffice.com>
Sat, 1 Jul 2017 17:44:38 +0000 (19:44 +0200)
committergonstr <tom@fareoffice.com>
Sat, 1 Jul 2017 17:44:38 +0000 (19:44 +0200)
web/style/transmission/mobile.css
web/style/transmission/mobile.scss

index 5f84efa9961adf92e93a0185fe49619058054a99..67c81c74c66bbf357397a45376b26bf9cbe2d559 100644 (file)
@@ -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; }
 
 /****
 *****
index d17aa69f85ec8938389c0013097c42c368f41f5d..6ebde89dbf4af7d4ed08a443d71981f7fa3341f9 100644 (file)
@@ -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;
-       }
 }
 
 /****