add new files

This commit is contained in:
Sunandar
2017-01-24 17:45:40 +06:30
parent 2f427ae5b9
commit 2893f33a23
138 changed files with 36367 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the api/auth controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the api/batch controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the api/batch_line_items controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the api/encoder controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the api/encoders controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,17 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*
*= require_tree .
*= require_self
*/
@import "bootstrap.v4a2.min";
@import "bootstrap-multiselect";

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the batch_line_items controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the batches controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the encoders controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the home controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,89 @@
body {
background-color: #fff;
color: #333;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
margin: 33px;
}
p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
margin: 33px;
}
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
a {
color: #000;
&:visited {
color: #666;
}
&:hover {
color: #fff;
background-color: #000;
}
}
th {
padding-bottom: 5px;
}
td {
padding-bottom: 7px;
padding-left: 5px;
padding-right: 5px;
}
div {
&.field, &.actions {
margin-bottom: 10px;
}
}
#notice {
color: green;
}
.field_with_errors {
padding: 2px;
background-color: red;
display: table;
}
#error_explanation {
width: 450px;
border: 2px solid red;
padding: 7px;
padding-bottom: 0;
margin-bottom: 20px;
background-color: #f0f0f0;
h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
margin-bottom: 0;
background-color: #c00;
color: #fff;
}
ul li {
font-size: 12px;
list-style: square;
}
}
label {
display: block;
}

View File

@@ -0,0 +1,259 @@
#nav_bar {
z-index: 999;
}
hr
{
color: #999;
margin-top: -10px;
padding: 0px 30px;
}
.nav_space {
padding: 0px 10px;
}
.title {
font-size: 17px;
}
.more {
font-size: 12px;
}
.color_block {
background-color: #eee;
border-radius: 4px;
}
.text_block {
margin: 0px 10px;
}
.account_block {
float: left;
width:240px;
margin: 0 30px 30px 0;
}
.account_block a{
text-decoration: none;
color :#000;
}
.grad {
background: #eee; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#fff, #ddd); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#fff, #ddd); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#fff, #ddd); /* For Firefox 3.6 to 15 */
background: linear-gradient(#fff, #ddd); /* Standard syntax */
}
.logout a{
text-decoration: none;
color : #fff;
}
/*for mobile view*/
@media (max-device-width: 799px) {
.desktop {
display: none !important;
visibility: hidden !important;
}
.content_block_m {
display: block;
width: 100%;
height: 100%;
margin: 0 auto;
overflow: auto;
}
.left_block_m {
width: 100%;
padding-right: 20px;
text-align: center;
}
.left_block_m th{
text-align: right;
padding-left: 10px;
}
.left_block_m td{
padding-left: 10px;
text-align: left;
}
.left_block_m td hr{
color: #999;
margin-top: 5px;
padding: 0px 15px 0 0;
}
.right_block_m {
display: inline-block;
width: 100%;
padding-top: 30px;
border-top: 1px dotted #ccc;
}
.avalible_money_m {
width: 100%;
}
.right_block_m hr{
color: #999;
margin-top: 10px;
padding: 0px 30px;
}
}
/*end for mobile view*/
/*for desktop view*/
@media (min-device-width: 800px) {
.mobile{
display: none !important;
visibility: hidden !important;
}
.content_block {
display: block;
width: 100%;
height: 100%;
margin: 0 auto;
overflow: auto;
}
.left_block {
float: left;
padding-right: 20px;
border-right: 0.1em solid #eee;
text-align: center;
width: 35%;
}
.left_block th{
text-align: right;
padding-left: 10px;
width: 50%;
}
.left_block td{
padding-left: 10px;
text-align: left;
width: 50%;
}
.left_block td hr{
color: #999;
margin-top: 5px;
padding: 0px 15px 0 0;
}
.right_block {
margin-left: 20px;
display: inline-block;
width: 60%;
}
.avalible_money {
float: right;
width: 60%;
}
.right_block hr{
color: #999;
margin-top: 10px;
padding: 0px 30px;
}
}
/*end of desktop view*/
.notice {
padding-top: 7px;
font-size: 10px;
font-style: italic;
}
.gallery {
text-align: center;
margin: 0px;
overflow: auto;
}
.gallery ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.gallery ul li {
float: left;
width: 100px;
height: 90px;
}
.img_container {
padding :5px;
}
.gallery ul li .img_text{
max-width: 80px !important;
height: 20px !important;
margin: 0 auto;
text-align:center;
line-height:8px;
font-weight: 200;
font-size: 10px;
}
.list_group {
display: inline-block;
margin-left: -20px;
overflow: auto;
}
.list_group ul li {
padding: 10px 5px;
float: left;
list-style: none;
font-size: 12px;
}
.circle{
-webkit-border-radius:5px;
-moz-border-radius:5px;
margin-top: 7px;
border-radius:5px;
border:1px solid #ccc;
width:5px;
height:5px;
}
.dl_horizontal {
display: block;
}
.dl_horizontal dl dt{
text-align: right;
}
.dl_horizontal dl dd{
text-align: left;
}
.txt_uppercase {
text-transform: uppercase; }
.top-content{
margin-top: 40px;
}
.content{
margin-top: 45px;
}
.btn-reset-filter{
margin-top: 35px;
}
.btn-list{
margin-top: 31px;
}
.content .show >.row{
margin-bottom: 8px;
}
.btn-show-action,.btn-action{
margin-top: 20px;
}
.btn-show-action{
padding-left: 5px;
}
.form-group{
margin-bottom: 23px;
}
.center{
text-align: center;
}
.right{
float:right;
}
.hide{
display: none;
}
.show{
display: block;
}
.spacer-30{
margin-top: 30px;
}
.container ul.nav>.nav-item{
padding-left: 30px;
}
.container ul.nav>.nav-item:first-child{
padding-left: 80px;
}

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/