Updates from hell
This commit is contained in:
Vendored
+48
-28
@@ -34,6 +34,7 @@ body{
|
||||
/*
|
||||
-------------------------------------------------------
|
||||
*/
|
||||
|
||||
textarea{
|
||||
resize: vertical;
|
||||
min-height: 200px
|
||||
@@ -55,6 +56,13 @@ textarea{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* BreadCrumbs -------------------------------- */
|
||||
|
||||
.breadcrumb{
|
||||
width:100%;
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
/*
|
||||
_____ _____ _____ ______ ____ _____
|
||||
/ ____|_ _| __ \| ____| _ \ /\ | __ \
|
||||
@@ -78,7 +86,6 @@ textarea{
|
||||
}
|
||||
|
||||
#sidebar-wrapper {
|
||||
/*z-index: 1000;*/
|
||||
position: fixed;
|
||||
left: 250px;
|
||||
width: 0;
|
||||
@@ -107,9 +114,12 @@ textarea{
|
||||
margin-right: -250px;
|
||||
}
|
||||
|
||||
/*
|
||||
-------------------------------------------------------
|
||||
*/
|
||||
.nav-item .in{
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
|
||||
/* ------------------------------------------------------- */
|
||||
.logo{
|
||||
text-align: center;
|
||||
margin-top: 15px;
|
||||
@@ -118,31 +128,40 @@ textarea{
|
||||
.logo > img {
|
||||
width:50%;
|
||||
}
|
||||
/*
|
||||
-------------------------------------------------------
|
||||
*/
|
||||
|
||||
/*
|
||||
-------------------------------------------------------
|
||||
*/
|
||||
/*-------------------------------------------------------*/
|
||||
|
||||
.search-nav{
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
margin-bottom:15px;
|
||||
}
|
||||
|
||||
.search-nav > input{
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
border-radius: 0px;
|
||||
}
|
||||
/*
|
||||
-------------------------------------------------------
|
||||
*/
|
||||
|
||||
/*
|
||||
*-----------------------------------------------------
|
||||
*Sidebar responsiveness
|
||||
*/
|
||||
#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;
|
||||
}
|
||||
|
||||
#side-menu li i, #side-second-menu li i{
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.nav-dropdown{
|
||||
margin-right: 20px !important;
|
||||
}
|
||||
|
||||
/* Sidebar responsiveness */
|
||||
@media(min-width:768px) {
|
||||
#wrapper {
|
||||
padding-left: 250px;
|
||||
@@ -171,15 +190,7 @@ textarea{
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
_ _ ______ ^ _____ ______ _____
|
||||
| | | | ____| / \ | __ \| ____| __ \
|
||||
| |__| | |__ / \ | | | | |__ | |__) |
|
||||
| __ | __| / /_\ \ | | | | __| | _ /
|
||||
| | | | |____ / _____ \| |__| | |____| | \ \
|
||||
|_| |_|______/_/ \_\_____/|______|_| \_\
|
||||
|
||||
*/
|
||||
/* Header ---------------------------*/
|
||||
|
||||
#navbar-top{
|
||||
min-height: 50px;
|
||||
@@ -203,6 +214,10 @@ textarea{
|
||||
|
||||
/* HELPER ---------------------------- */
|
||||
|
||||
.hidden{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.round-ball{
|
||||
border-radius: 60px !important;
|
||||
font-size: 1.5em;
|
||||
@@ -210,4 +225,9 @@ textarea{
|
||||
padding: 20px;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
#sidebar-wrapper, #header{ display: none !important; }
|
||||
#wrapper { padding-left: 0px; }
|
||||
}
|
||||
+13
-18
@@ -1,29 +1,24 @@
|
||||
|
||||
|
||||
#side-menu li a{
|
||||
color: #fff !important;
|
||||
font-size: 1.1em;
|
||||
#side-menu li a, #side-second-menu li a{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.sidebar-wrapper{
|
||||
|
||||
}
|
||||
|
||||
#side-menu li a:focus, #side-menu li a:hover {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.nav-dropdown{
|
||||
margin-right: 20px !important;
|
||||
#side-menu li a:focus,
|
||||
#side-menu li a:hover,
|
||||
#side-second-menu li a:focus,
|
||||
#side-second-menu li a:hover
|
||||
{
|
||||
color: #000000 !important;
|
||||
background-color: #fff !important;
|
||||
}
|
||||
|
||||
.nav-dropdown .dropdown-toggle{
|
||||
color: #fff !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.nav-dropdown .dropdown-toggle:focus,
|
||||
.nav-dropdown .dropdown-toggle > l1 > a:focus,
|
||||
.nav-dropdown .dropdown-toggle:hover,
|
||||
.nav-dropdown .dropdown-toggle > l1 > a:hover{
|
||||
color: #000 !important;
|
||||
}
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
|
||||
+4
-3
File diff suppressed because one or more lines are too long
+6
-6
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user