diff options
Diffstat (limited to 'public/stylesheets/index.scss')
-rw-r--r-- | public/stylesheets/index.scss | 40 |
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 | |||
5 | body { | ||
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 | |||
16 | header div { | 6 | header 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 | |||
28 | menu { | 12 | menu { |
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 | |||
85 | form { | ||
86 | padding: 1px; | ||
87 | margin-top: 10px; | ||
88 | } | ||
89 | |||
90 | form 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 | |||
120 | footer { | ||
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 | } | ||