Files
RootPanel/core/static/style/layout.less
jysperm 6aac623d4d fixbug
2014-08-10 17:22:32 +08:00

80 lines
1.2 KiB
Plaintext

body {
padding-top: 70px;
font-family: "WenQuanYi Micro Hei", "WenQuanYi Zen Hei", "Microsoft YaHei", arial, sans-serif;
font-size: 16px;
> header {
background: #563d7c;
nav.navbar {
margin-bottom: 0;
}
nav.navbar-inverse {
background: #563d7c;
border: none;
}
.navbar-inverse {
.navbar-brand, .navbar-nav > li > a {
color: #fff;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
background-color: #463265;
}
}
}
#content {
header {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
font-size: 30px;
}
.row {
margin-bottom: 35px;
.form-group {
.col-sm-offset-3 button {
margin: 6px 12px;
}
.col-sm-9 {
padding-left: 5px;
}
}
}
#sidebar {
padding-left: 15px;
.row {
margin-left: 0;
margin-bottom: 20px;
header {
font-size: 22px;
}
> a {
margin: 0 10px;
}
}
}
}
}
.progress {
position: relative;
}
.progress span {
position: absolute;
display: block;
width: 100%;
color: black;
}