/* * Divid stylesheet */ //Imports the bootstrap-variables @import "variables.less"; // The rest comes here body { margin-top: @navbarHeight; } .textsection { padding-top: 28px; } #login-form { display: block; float:right; margin: 10px 0 0; color: @grayLighter; } #login-form input { background-color: @grayDarker; } #login-form .input-prepend .add-on { background-color: @grayDarker; } #login-form .btn { margin-top: -2px; } #login-form .form-horizontal .control-group:last-child { margin-bottom: 100px; } .navbar-inner { min-height: 40px; vertical-align: 100px; } .navbar { } .navbar .brand.login { float: right; color: @yellow; } .bs-docs-sidenav { background-color: @white; width: 200px; top: 150px; padding: 0; margin: 0; -webkit-border-radius: @borderRadiusLarge; -moz-border-radius: @borderRadiusLarge; border-radius: @borderRadiusLarge; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065); box-shadow: 0 1px 4px rgba(0,0,0,.065); } .bs-docs-sidenav > li > a { display: block; width: 190px \9; margin: 0 0 -1px; padding: 6px 14px; border: 1px solid @grayLighter; } .bs-docs-sidenav > li:first-child > a { -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .bs-docs-sidenav > li:last-child > a { -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } .bs-docs-sidenav > li > a:hover { background-color: @grayLighter; }