Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions assets/css/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

546 changes: 546 additions & 0 deletions assets/css/extra_pages.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/css/font-awesome/font-awesome.min.css

Large diffs are not rendered by default.

Binary file added assets/css/fonts/FontAwesome.otf
Binary file not shown.
Binary file added assets/css/fonts/Material-Design-Iconic-Font.eot
Binary file not shown.
787 changes: 787 additions & 0 deletions assets/css/fonts/Material-Design-Iconic-Font.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/css/fonts/Material-Design-Iconic-Font.ttf
Binary file not shown.
Binary file added assets/css/fonts/Material-Design-Iconic-Font.woff
Binary file not shown.
Binary file not shown.
Binary file added assets/css/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions assets/css/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/css/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added assets/css/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added assets/css/fonts/fontawesome-webfont.woff2
Binary file not shown.

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/css/material-design/material.min.css

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions assets/css/material-design/material_style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
.badges .ml-card-holder .demo-badge-3[data-badge]:after {
background-color: #9c27b0;
}

.mdl-badge .demo-badge-3[data-badge]:after{
background-color: #9c27b0;
}
.mdl-cell.mdl-cell--3-col.mdl-cell--4-col-tablet {
padding: 15px 10px 15px 20px;
}
.mdl-cell.mdl-cell--3-col.mdl-cell--4-col-tablet:hover {
background: rgba(0,0,0,.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.menuBackground {
background: white;
height: 148px;
width: 100%;
}

.menuBar {
box-sizing: border-box;
background: #0080c0;
color: white;
width: 100%;
height: 64px;
padding: 16px;
}

.wrapper {
box-sizing: border-box;
position: absolute;
right: 16px;
}

.mdl-tabs__tab {
text-decoration: none !important;
}
.mdl-textfield__label:after{
bottom: 13px !important;
}

.ml-table-striped>tbody>tr:nth-of-type(even) {
background-color: #f9f9f9;
}
.mdl-data-table thead {
background: #FAFAFA;
}
.mdl-data-table{
width: 100% !important;
}
.ml-table-bordered>tbody>tr>td, .ml-table-bordered>thead>tr>td {
border: 1px solid #F0F0F0;
}
/* .mdl-grid{
background: #d3d3d3;
}
.mdl-cell{
height: 100px;
background: grey;
color: white;
padding: 5px;
}*/

.mdl-gridcell{
background: #bdbdbd;
padding: 30px 0;
text-align: center;
color: #424242;
font-weight: bold;
margin: 8px;
}
.mdl-foo{
background:black;
padding: 5px;
}
.txt-width{
width: 100% !important;
max-width: 500px !important;
}
.full-width{
width: 100% !important;
}
.select-width{
width: 100% !important;
max-width: 300px !important;
}
.getmdl-select .mdl-icon-toggle__label {
float: right;
margin-top: -30px;
color: rgba(0,0,0,0.4);
}
.mdl-button--fab:focus {
outline: none !important;
}
.mdl-button--icon:focus {
outline: none !important;
}
.mdl-textfield__label {
color: #999 !important;
font-size: 13px !important;
}
.mdl-textfield__input{
color: #999 !important;
font-size: 13px !important;
}
.tab-left-side{
justify-content: flex-start !important;
}
.tab-right-side{
justify-content: flex-end !important;
}
.page-header.navbar .page-logo{
line-height: 1.7 !important;
}
.txt-full-width {
width: 100% !important;
}
/* .mdl-button .material-icons{
color : gray;
} */
.menuBar .mdl-button .material-icons {
color: #ffffff;;
}
.mdl-js-button {
right: 10px;
}
.mdl-menu__item{
font-size: 12px;
}
.mdl-menu__item .material-icons{
padding-right: 10px;
vertical-align: middle;
}
.mdl-cell {
float: left;
}
#headerSettingButton {
color: #ffffff;
}
Loading