Commit 6b1f8804 authored by Erkan Öğümsöğütlü's avatar Erkan Öğümsöğütlü Committed by Evren Kutar

Editing

CSS file has been cleared up
parent 3110cc8f
......@@ -32,23 +32,27 @@ body {
nav.navbar {
background-color: #A61229;
border-color: #941A1A;
border-color: #941A1A;
min-height:65px;
}
a.navbar-brand img {
height:40px;
margin-top:-9px;
height:45px;
margin-top:-6px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color:#fff;
}
.navbar-default .navbar-toggle:hover {
background-color:#9a1026;
}
/* Customize container */
@media (min-width: 768px) {
.container {
max-width: 730px;
}
.navbar-default .navbar-toggle:focus {
background-color:#A61229;
}
.container-narrow > hr {
margin: 30px 0;
}
......@@ -71,25 +75,6 @@ a.navbar-brand img {
margin-top: 28px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
}
.nav>li>a {
color: #b8c7ce;
border-left: 3px solid transparent;
......@@ -137,16 +122,6 @@ body {
background-color: #fff;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid #e7e7e7;
background-color:#fcfcfc;
}
}
.navbar-top-links {
margin-right: 0;
}
......@@ -160,8 +135,8 @@ body {
}
.navbar-top-links li a {
padding: 15px;
min-height: 50px;
padding: 22px 20px;
min-height: 65px;
color:#fff;
cursor:pointer;
}
......@@ -274,21 +249,6 @@ body {
padding-left: 52px;
}
@media(min-width:768px) {
.sidebar {
z-index: 1;
position: absolute;
width: 250px;
margin-top: 51px;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
margin-left: auto;
}
}
.btn-outline {
color: inherit;
background-color: transparent;
......@@ -645,6 +605,49 @@ table.dataTable thead .sorting:after {
margin-top: 5px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
.sidebar {
z-index: 1;
position: absolute;
width: 250px;
margin-top: 65px;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
margin-left: auto;
}
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid #e7e7e7;
background-color:#fcfcfc;
}
.container {
max-width: 730px;
}
}
@media (max-width: 767px) {
ul.timeline:before {
left: 40px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment