| tidy up frontend - seedlinux - Torrent indexing tool opensource torrents with s… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit c863787a0b97b419366e6a37440cbcad9402b27a | |
| parent 28df4acf7236cde8496692e40b9d92fe1a672628 | |
| Author: Jay Scott <[email protected]> | |
| Date: Sat, 1 Jul 2017 12:25:49 +0100 | |
| tidy up frontend | |
| Diffstat: | |
| M public/stylesheets/style.css | 5 ++--- | |
| M views/layout.pug | 12 +++++------- | |
| 2 files changed, 7 insertions(+), 10 deletions(-) | |
| --- | |
| diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css | |
| @@ -10,7 +10,7 @@ body { | |
| margin-bottom: 110px; | |
| } | |
| -img.ui.centered.medium.image { | |
| +.sub.ui.centered.header { | |
| padding-bottom: 2em; | |
| } | |
| @@ -20,4 +20,4 @@ img.ui.centered.medium.image { | |
| .ui.divider { | |
| padding-bottom: 2em; | |
| -} | |
| -\ No newline at end of file | |
| +} | |
| diff --git a/views/layout.pug b/views/layout.pug | |
| @@ -11,14 +11,12 @@ html | |
| .ui.secondary.menu | |
| .right.menu | |
| .ui.right.aligned.category.search.item | |
| - .ui.transparent.icon.input | |
| - input.ui.button(type="text", placeholder="Search..") | |
| - i.search.link.icon | |
| - .ui.item | |
| - button.ui.labeled.icon.button | |
| - i.plus.icon | |
| - | Add Torrent | |
| + .ui.right.labeled.left.icon.input | |
| + i.search.icon | |
| + input(type="text", placeholder="Search..") | |
| + a.ui.tag.label= "Search" | |
| img.ui.centered.medium.image(src='/images/logo.png') | |
| + .sub.ui.centered.header= "Looking to contribute to Open Source?" | |
| .ui.hidden.divider | |
| .ui.container |