Skip to content

Commit

Permalink
[UPDATE] fix some html & css
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadaliii committed Dec 28, 2015
1 parent 3df15b4 commit 3ba1fd0
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 103 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bono Jacket",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
"Xinix Technology <[email protected]>"
],
Expand All @@ -20,7 +20,7 @@
"highcharts": "~4.1.x",
"html5shiv": "~3.7.x",
"jacket-awesome": "~2.0.x",
"naked-css": "~1.0.x",
"naked-css": "~1.1.5",
"normalize-css": "~3.0.x",
"owl-carousel": "~1.3.x",
"respond": "~1.4.x",
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"xinix-technology/migrate": "~0.1.0",
"xinix-technology/bono-auth": "~1.0.0",
"xinix-technology/bono-blade": "~1.0.0",
"xinix-technology/jacket": "~0.0.6",
"reekoheek/norm-fdb": "dev-master"
"xinix-technology/jacket": "~0.0.6"
},
"autoload": {
"psr-0": {
Expand Down
6 changes: 3 additions & 3 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
),
),
// uncomment below to enable auth
'Xinix\\BonoAuth\\Middleware\\AuthMiddleware' => array(
'driver' => 'Xinix\\BonoAuth\\Driver\\NormAuth',
),
// 'Xinix\\BonoAuth\\Middleware\\AuthMiddleware' => array(
// 'driver' => 'Xinix\\BonoAuth\\Driver\\NormAuth',
// ),
'Bono\\Middleware\\NotificationMiddleware' => null,
'Bono\\Middleware\\SessionMiddleware' => null,
'Bono\\Middleware\\ContentNegotiatorMiddleware' => array(
Expand Down
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ var js = [
'./www/vendor/tshirt-popup/tshirt-popup.css',
'./www/vendor/jacket-awesome/jacket-awesome.css',
'./www/vendor/sketch/sketch/namecard/namecard.css',
'./www/vendor/jacket/css/jacket.css'
'./www/vendor/jacket/css/jacket.css',
'./www/css/jacket.css'
],
font = [
'./www/vendor/lato/font/*/*',
Expand Down
37 changes: 0 additions & 37 deletions templates/login.blade.php

This file was deleted.

31 changes: 0 additions & 31 deletions templates/unauthorized.blade.php

This file was deleted.

Binary file added www/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions www/css/app.min.css

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions www/css/jacket.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
body,
html {
height: 100%;
}
main.content {
height: 100%;
background: 0 0;
}
main.content.has-contextual,
main.content.has-actions {
padding-bottom: 44px;
}
.actions {
position: fixed;
left: 256px;
right: 256px;
top: 12px;
}
.actions a {
display: block;
}
.actions a .xn {
float: left;
}
.contentcenter .middle .xn-docs {
font-size: 8em;
line-height: 1em;
margin: 0 0 8px;
color: #ccc;
}
.read .row {
margin: 0 -10px;
}
.read .row .row {
padding: 10px;
margin: 0;
}
.read .row .row .row {
padding: 0;
}
.hidden {
display: none!important;
}
.hidden,
.invisible,
ul.menu .collapsible ul {
visibility: hidden;
}
.disable {
color: #ccc!important;
}
19 changes: 3 additions & 16 deletions www/css/jacket.login.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
#login {
width: 500px; text-align: center; position: absolute; left: 50%; right: 50%; margin-left: -250px; top: 50%; margin-top: -200px; border-color: #c6d5e7; background: #FAFCFD; color: #465d6f;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
}
#login form { padding: 0; }
#login .xn { margin-bottom: 20px; }
#login .placeholder { margin: 10px auto 0; font-weight: 400; font-size: 1.1em; }
#login p { margin: 0 0 30px; font-size: 1.3em; line-height: 25px; }
#login small { font-size: 1.1em; line-height: 25px; }
#login .button-area { margin: 15px 0 10px; }
#login .button-area .button.solid { background: #416B9B; }
#login .button-area a.button { margin: 0; font-size: 16px; }
#login {
width: 450px;
}
15 changes: 7 additions & 8 deletions www/js/app.min.js

Large diffs are not rendered by default.

0 comments on commit 3ba1fd0

Please sign in to comment.