diff --git a/css/style.css b/css/style.css index 9772088c..536cc7f1 100644 --- a/css/style.css +++ b/css/style.css @@ -48,10 +48,18 @@ a { text-decoration : none; } -.torrentName { - font-weight: bold; - overflow: hidden; - padding-bottom: 3px; - padding-top: 3px; - word-wrap: break-word; +.torrent-info .name { + font-weight: bold; + overflow: hidden; + padding-bottom: 3px; + padding-top: 3px; + word-wrap: break-word; } + +.torrent-info .hash { + font-family: monospace; +} + +.torrent-info .filesize { + white-space: nowrap; +} \ No newline at end of file diff --git a/templates/home.html b/templates/home.html index bab2bf8d..e291f675 100644 --- a/templates/home.html +++ b/templates/home.html @@ -11,23 +11,33 @@ Links {{ range .ListTorrents}} - - - {{.Name}} - {{.Hash}} - {{.Date}} - {{.Filesize}} - - - + + + + + + + + + {{.Name}} + + + {{.Hash}} + {{.Date}} + {{.Filesize}} + + + + + + + - - {{end}} -