mirror of https://github.com/ColorlibHQ/gentelella
responsive fixes / minor file fixes
parent
14ecf4768d
commit
93ae8568f9
|
@ -580,11 +580,12 @@ body {
|
|||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
/* TODO to be deleted */
|
||||
/*.page-title {
|
||||
width: 100%;
|
||||
height: 65px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
.page-title .title_left {
|
||||
width: 45%;
|
||||
|
@ -900,9 +901,10 @@ a:hover, a:focus {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.top_search {
|
||||
/*TODO to be deleted */
|
||||
/*.top_search {
|
||||
padding: 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
.top_search .form-control {
|
||||
border-right: 0;
|
||||
|
|
|
@ -2126,6 +2126,6 @@
|
|||
<script src="../vendors/nprogress/nprogress.js"></script>
|
||||
|
||||
<!-- Custom Theme Scripts -->
|
||||
<script src="../build/js/custom.min.js"></script>
|
||||
<script src="../build/js/custom.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -176,7 +176,7 @@
|
|||
<!-- /menu footer buttons -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-10 co-md-10 right_col_wrapper">
|
||||
<div class="col-lg-10 col-md-10 right_col_wrapper">
|
||||
<div class="row">
|
||||
|
||||
<!-- top navigation -->
|
||||
|
|
Loading…
Reference in New Issue