Flat UI as default theme.
Reduced navbar height on Flat UI theme. Reduced image dimensions to 30px of profile image in navbar.
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
@import "bootstrap/bootstrap";
|
||||
@import "themes/flatly";
|
||||
|
||||
body {
|
||||
padding-top: 70px;
|
||||
padding-top: 80px;
|
||||
}
|
||||
|
||||
.navbar-nav img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: -15px 15px -15px 0;
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Flatly 3.0.3
|
||||
// Bootswatch
|
||||
// -----------------------------------------------------
|
||||
@import url(http://fonts.googleapis.com/css?family=Lato);
|
||||
|
||||
// Flatly 3.0.3
|
||||
// Variables
|
||||
@ -10,6 +11,7 @@
|
||||
// Global values
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
// Grays
|
||||
// -------------------------
|
||||
|
||||
@ -264,7 +266,7 @@
|
||||
// -------------------------
|
||||
|
||||
// Basics of a navbar
|
||||
@navbar-height: 60px;
|
||||
@navbar-height: 50px;
|
||||
@navbar-margin-bottom: @line-height-computed;
|
||||
@navbar-border-radius: @border-radius-base;
|
||||
@navbar-padding-horizontal: floor(@grid-gutter-width / 2); // ~15px
|
||||
|
@ -11,13 +11,12 @@ html
|
||||
|
||||
link(href='/css/lib/font-awesome.min.css', rel='stylesheet')
|
||||
link(href='/css/styles.css', rel='stylesheet')
|
||||
|
||||
script(src='/js/lib/jquery.js')
|
||||
script(src='/js/lib/jquery.dataTables.min.js')
|
||||
script(src='/js/lib/bootstrap.js')
|
||||
script(src='/js/main.js')
|
||||
body
|
||||
.navbar.navbar-inverse.navbar-fixed-top
|
||||
.navbar.navbar-default.navbar-fixed-top
|
||||
.container
|
||||
.navbar-header
|
||||
button.navbar-toggle(type='button', data-toggle='collapse', data-target='.navbar-collapse')
|
||||
|
Reference in New Issue
Block a user