|
|
@ -2,7 +2,7 @@ html { |
|
|
font-family : "Roboto", "Helvetica Neue", Helvetica, sans-serif; |
|
|
font-family : "Roboto", "Helvetica Neue", Helvetica, sans-serif; |
|
|
font-size: 13px; |
|
|
font-size: 13px; |
|
|
background: rgb(242, 242, 242); |
|
|
background: rgb(242, 242, 242); |
|
|
padding-bottom: 1em; |
|
|
|
|
|
|
|
|
padding-bottom: 2.5em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
a { |
|
|
a { |
|
|
@ -67,12 +67,7 @@ div.list div { |
|
|
|
|
|
|
|
|
div.listdl { |
|
|
div.listdl { |
|
|
float: left; |
|
|
float: left; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.listdl div { |
|
|
|
|
|
margin-bottom: 1em; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
width: 85%; |
|
|
|
|
|
|
|
|
margin-right: 2em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
table.listdl { |
|
|
table.listdl { |
|
|
@ -91,7 +86,7 @@ table.liststream { |
|
|
background-color: #78909c; |
|
|
background-color: #78909c; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.downloaded { |
|
|
|
|
|
|
|
|
.downloaded, .finished { |
|
|
background-color: #29b6f6; |
|
|
background-color: #29b6f6; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -111,4 +106,3 @@ a.btn { |
|
|
background: #fa963f; |
|
|
background: #fa963f; |
|
|
padding: 10px 20px 10px 20px; |
|
|
padding: 10px 20px 10px 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|