Visual changes
This commit is contained in:
+115
-56
@@ -2,84 +2,122 @@
|
|||||||
*Devel
|
*Devel
|
||||||
*/
|
*/
|
||||||
|
|
||||||
table tr .selected{
|
table tr .selected {
|
||||||
background-color: #d9edf7;
|
background-color: #d9edf7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-scroll{
|
.no-scroll {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body a, body a:visited {
|
body a,
|
||||||
|
body a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-toggle{
|
.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-toggle:hover{
|
.dropdown-toggle:hover {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bootstrap Overwrite */
|
/* Bootstrap Overwrite */
|
||||||
|
|
||||||
.card{
|
.card {
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group div{
|
.form-group div {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control{
|
.form-control {
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn{
|
.btn {
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body {
|
||||||
font-family: Ubuntu;
|
font-family: Ubuntu;
|
||||||
font-size: 1pc;
|
font-size: 1pc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dataTables_wrapper .dataTables_paginate .paginate_button {
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Prevent bootstrap to interfere with metis menu */
|
/* Prevent bootstrap to interfere with metis menu */
|
||||||
.nav .active .collapse{
|
.nav .active .collapse {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make it square */
|
||||||
|
.square div:first-child {
|
||||||
|
padding-right: 0px !important
|
||||||
|
}
|
||||||
|
|
||||||
/*-------------------------------------------------------*/
|
.square div:nth-child(2) {
|
||||||
|
padding-left: 0px !important
|
||||||
|
}
|
||||||
|
|
||||||
textarea{
|
.square .input-group-text {
|
||||||
|
border-radius: 0px !important
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-block {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchfields,
|
||||||
|
.searchfields div:nth-child(2) {
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* FLOATING SAVE BUTTON -------------------------------- */
|
||||||
|
|
||||||
|
.floating {
|
||||||
|
position: fixed;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating-1 {
|
||||||
|
padding: 15px;
|
||||||
|
bottom: 30px;
|
||||||
|
right: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*------------------------------------------------------ */
|
||||||
|
|
||||||
|
textarea {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
min-height: 200px
|
min-height: 200px
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-table table{
|
.data-table table {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#modal > div{
|
#modal table {
|
||||||
width: 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#modal table{
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#modal table td{
|
#modal table td {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* BreadCrumbs -------------------------------- */
|
/* BreadCrumbs -------------------------------- */
|
||||||
|
|
||||||
.breadcrumb{
|
.breadcrumb {
|
||||||
width:100%;
|
width: 100%;
|
||||||
background-color:#ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -100,8 +138,8 @@ textarea{
|
|||||||
height: 1000px;
|
height: 1000px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
position: fixed!important;
|
position: fixed !important;
|
||||||
z-index: 10000;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapper.toggled {
|
#wrapper.toggled {
|
||||||
@@ -121,10 +159,13 @@ textarea{
|
|||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-ident li a{
|
.nav-ident li a {
|
||||||
padding-left: 10%;
|
padding-left: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav .menu-toggle {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#page-content-wrapper {
|
#page-content-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -137,7 +178,7 @@ textarea{
|
|||||||
margin-right: -250px;
|
margin-right: -250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item .in{
|
.nav-item .in {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -169,79 +210,90 @@ textarea{
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-small{
|
.menu-small {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo{
|
.logo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo > img {
|
.logo>img {
|
||||||
width:50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-nav{
|
.search-nav {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom:15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-nav > input{
|
.search-nav>input {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-second-menu{
|
#side-menu, #side-second-menu {
|
||||||
display:none;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-menu li, #side-second-menu li{
|
/* Sidebar, selected and expanded elements highlite */
|
||||||
width:100%;
|
#side-menu .mm-active,
|
||||||
|
#side-menu li ul {
|
||||||
|
background-color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-menu li a, #side-second-menu li a{
|
#side-second-menu {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#side-menu li,
|
||||||
|
#side-second-menu li {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#side-menu li a,
|
||||||
|
#side-second-menu li a {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-menu li i, #side-second-menu li i{
|
#side-menu li i,
|
||||||
|
#side-second-menu li i {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-dropdown{
|
.nav-dropdown {
|
||||||
margin-right: 20px !important;
|
margin-right: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header ---------------------------*/
|
/* Header ---------------------------*/
|
||||||
|
|
||||||
#navbar-top{
|
#navbar-top {
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--*/
|
/*--*/
|
||||||
#menu-toggle{
|
#menu-toggle {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu-toggle:hover,
|
#menu-toggle:hover,
|
||||||
#menu-toggle:focus{
|
#menu-toggle:focus {
|
||||||
background-color:transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#progress{
|
#progress {
|
||||||
margin-bottom:0px;
|
margin-bottom: 0px;
|
||||||
height:10px;
|
height: 10px;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* HELPER ---------------------------- */
|
/* HELPER ---------------------------- */
|
||||||
|
|
||||||
.hidden{
|
.hidden {
|
||||||
display:none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.round-ball{
|
.round-ball {
|
||||||
border-radius: 60px !important;
|
border-radius: 60px !important;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@@ -251,6 +303,13 @@ textarea{
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
#sidebar-wrapper, #header{ display: none !important; }
|
|
||||||
#wrapper { padding-left: 0px; }
|
#sidebar-wrapper,
|
||||||
|
#header {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wrapper {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
+2
@@ -22,3 +22,5 @@
|
|||||||
color: #000000 !important;
|
color: #000000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-toggle{ color: #fff !important; }
|
||||||
|
.nav + .navbar-top-links, .nav + .navbar-top-links:visited{ color: #fff !important; }
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Executable → Regular
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 18 KiB |
Executable → Regular
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user