aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/stylesheets/index.scss
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 /public/stylesheets/index.scss
parentdcc700d2c86f1e1c9d740860acc1277830ce955f (diff)
downloadPeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.gz
PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.zst
PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.zip
Styling structure
Diffstat (limited to 'public/stylesheets/index.scss')
-rw-r--r--public/stylesheets/index.scss40
1 files changed, 1 insertions, 39 deletions
diff --git a/public/stylesheets/index.scss b/public/stylesheets/index.scss
index 16f2ae88f..d13dcfa90 100644
--- a/public/stylesheets/index.scss
+++ b/public/stylesheets/index.scss
@@ -1,30 +1,14 @@
1$icon-font-path: "/stylesheets/vendor/fonts/bootstrap/";
2
3@import "_bootstrap";
4
5body {
6 padding: 20px;
7}
8
9.span_action { 1.span_action {
10 margin: 5px; 2 margin: 5px;
11 cursor: pointer; 3 cursor: pointer;
12} 4}
13 5
14
15
16header div { 6header div {
17 height: 50px; 7 height: 50px;
18 line-height: 25px; 8 line-height: 25px;
19 margin-bottom: 50px; 9 margin-bottom: 50px;
20} 10}
21 11
22#search_video {
23 margin: 0 30px 0 30px;
24}
25
26
27
28menu { 12menu {
29 margin-right: 20px; 13 margin-right: 20px;
30 border-right: 1px solid rgba(0, 0, 0, 0.2); 14 border-right: 1px solid rgba(0, 0, 0, 0.2);
@@ -44,8 +28,6 @@ menu .glyphicon {
44 margin: 5px; 28 margin: 5px;
45} 29}
46 30
47
48
49#ajax_load { 31#ajax_load {
50 min-height: 500px; 32 min-height: 500px;
51} 33}
@@ -80,17 +62,6 @@ menu .glyphicon {
80 margin-left: 7px; 62 margin-left: 7px;
81} 63}
82 64
83
84
85form {
86 padding: 1px;
87 margin-top: 10px;
88}
89
90form div {
91 margin-bottom: 15px !important;
92}
93
94.btn-file { 65.btn-file {
95 position: relative; 66 position: relative;
96 overflow: hidden; 67 overflow: hidden;
@@ -114,13 +85,4 @@ form div {
114.name_file { 85.name_file {
115 display: inline-block; 86 display: inline-block;
116 margin-left: 10px; 87 margin-left: 10px;
117} 88} \ No newline at end of file
118
119
120footer {
121 border-top: 1px solid rgba(0, 0, 0, 0.2);
122 padding-top: 10px;
123 padding-top: 10px;
124 text-align: center;
125 font-size: small;
126}