aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authoraugier <christophe@c-henry.fr>2015-12-05 12:14:55 +0100
committeraugier <christophe@c-henry.fr>2015-12-05 12:14:55 +0100
commit0ac5edd99c009b1a82c8483bf45f15b9086276cb (patch)
tree2b9cd09b2f6e961f3d4594eba97d8d92345a591e /views
parentdcc700d2c86f1e1c9d740860acc1277830ce955f (diff)
downloadPeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.gz
PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.zst
PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.zip
Styling structure
Diffstat (limited to 'views')
-rw-r--r--views/header.jade10
-rw-r--r--views/index.jade9
-rw-r--r--views/layout.jade3
3 files changed, 11 insertions, 11 deletions
diff --git a/views/header.jade b/views/header.jade
index d8a39898e..6b84333f9 100644
--- a/views/header.jade
+++ b/views/header.jade
@@ -1 +1,9 @@
1 \ No newline at end of file 1.navbar.navbar-default
2 .container-fluid
3 .navbar-header
4 a.navbar-brand(href='/') PeerTube
5 .navbar-header
6 form.navbar-form(role='search')
7 .form-group.search-group
8 input.form-control#search-video(type='text' name='search_video' placeholder='Search a video...')
9 a.search-btn.btn.btn-link.glyphicon.glyphicon-search(type='submit') \ No newline at end of file
diff --git a/views/index.jade b/views/index.jade
index 21cedb324..a49758fc0 100644
--- a/views/index.jade
+++ b/views/index.jade
@@ -1,16 +1,7 @@
1extends layout 1extends layout
2 2
3block content 3block content
4
5 div(class='container') 4 div(class='container')
6
7 header(class='row')
8 div(class='col-md-2')
9 h4 PeerTube
10
11 div(class='col-md-8')
12 input(type='text' id='search_video' name='search_video' class='form-control' placeholder='Search a video...')
13
14 div(class='row') 5 div(class='row')
15 include panel 6 include panel
16 7
diff --git a/views/layout.jade b/views/layout.jade
index 236a36c3c..43c28cd4f 100644
--- a/views/layout.jade
+++ b/views/layout.jade
@@ -2,7 +2,7 @@ doctype html
2html 2html
3 head 3 head
4 link(rel='icon' type='image/png' href='/images/favicon.png') 4 link(rel='icon' type='image/png' href='/images/favicon.png')
5 5 meta(name='viewport' content='width=device-width, initial-scale=1')
6 title= title 6 title= title
7 7
8 // build:css /stylesheets/global.min.css 8 // build:css /stylesheets/global.min.css
@@ -11,4 +11,5 @@ html
11 // endbuild 11 // endbuild
12 12
13 body 13 body
14 include header
14 block content 15 block content