[Notice] Announcing the End of Demo Server [Read me]

adjust margin between index slogan (HIVE-124)
@43b9574af5b453143132841914fc726fa91bc281
--- app/assets/stylesheets/less/_page.less
+++ app/assets/stylesheets/less/_page.less
... | ... | @@ -520,7 +520,7 @@ |
520 | 520 |
width: 196px; |
521 | 521 |
height:178px; |
522 | 522 |
/*padding: 0 15px;*/ |
523 |
- margin-right:29px; |
|
523 |
+ margin-right:73px; /*29px;*/ |
|
524 | 524 |
background-image: url('@{base-image-path}/sprite2.png'); |
525 | 525 |
border:1px solid #e3e3e3; |
526 | 526 |
.inline-block; |
--- app/views/home.scala.html
+++ app/views/home.scala.html
... | ... | @@ -1,9 +1,10 @@ |
1 | 1 |
@(title: String, menuType:utils.MenuType)(content: Html) |
2 | 2 |
|
3 |
-@layout(Messages(title))("orange") { |
|
4 |
- @views.html.navbar(menuType) |
|
3 |
+@layout(Messages(title))(""){ |
|
4 |
+ @navbar(menuType) |
|
5 |
+ |
|
5 | 6 |
<div class="container page-wrap"> |
6 |
- @views.html.alert() |
|
7 |
+ @alert() |
|
7 | 8 |
@content |
8 | 9 |
</div> |
9 | 10 |
<footer class="page-footer-outer"> |
--- app/views/index.scala.html
+++ app/views/index.scala.html
... | ... | @@ -278,7 +278,7 @@ |
278 | 278 |
|
279 | 279 |
<div class="my-projects"> |
280 | 280 |
<ul class="unstyled"> |
281 |
- @views.html.myProjectList(projects) |
|
281 |
+ @myProjectList(projects) |
|
282 | 282 |
</ul> |
283 | 283 |
|
284 | 284 |
<div class="btn-wrap"> |
--- app/views/main.scala.html
+++ app/views/main.scala.html
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 |
</header> |
10 | 10 |
|
11 | 11 |
<div class="container page-wrap"> |
12 |
- @views.html.alert() |
|
12 |
+ @alert() |
|
13 | 13 |
@content |
14 | 14 |
</div> |
15 | 15 |
|
--- public/images/sprite2.png
+++ public/images/sprite2.png
Binary file is not shown |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?