Browse Source

responsive fixes / minor file fixes

pull/776/head
razvanaldea89 6 years ago
parent
commit
93ae8568f9
  1. 10
      build/css/custom.css
  2. 2
      production/glyphicons.html
  3. 2
      production/widgets.html

10
build/css/custom.css

@ -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;

2
production/glyphicons.html

@ -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>

2
production/widgets.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…
Cancel
Save