brotherton-erpnext/website/css/website.css

69 lines
917 B
CSS
Raw Normal View History

2012-12-10 12:55:30 +00:00
.content, div#body_div {
width: 780px;
2012-12-10 09:26:45 +00:00
}
div#body_div {
2012-12-10 09:26:45 +00:00
padding: 0px;
2012-04-26 13:31:35 +00:00
min-height: 400px;
2012-12-10 09:26:45 +00:00
margin: 40px auto;
box-shadow: 1px 1px 3px 3px #bbb;
border-radius: 5px;
overflow: hidden;
}
2012-12-10 09:26:45 +00:00
.navbar-inner {
border: 0px;
border-bottom: 1px solid #ddd;
border-radius: 0px;
}
2012-12-10 09:26:45 +00:00
p, li {
2012-12-28 05:00:46 +00:00
line-height: 1.5em;
2012-02-08 07:03:13 +00:00
}
2012-12-10 09:26:45 +00:00
.layout-wrapper {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-radius: 0px 0px 5px 5px;
2012-02-08 07:03:13 +00:00
}
2012-12-10 12:55:30 +00:00
.layout-main {
min-height: 400px;
2012-12-28 05:00:46 +00:00
padding: 30px;
2012-02-08 07:03:13 +00:00
}
.web-footer-menu {
margin-bottom: 7px;
}
.web-footer-menu ul {
list-style: none;
margin: 0px;
2012-02-07 09:27:49 +00:00
padding: 0px;
}
.web-footer-menu ul li {
display: inline;
padding: 2px 15px;
border-right: 1px solid #999;
}
2012-04-26 13:31:35 +00:00
.web-footer-menu ul li:first-child {
padding-left: 0px;
}
.web-footer-menu ul li:last-child {
border-right: 0px solid #777 !important;
2012-04-10 06:21:08 +00:00
}
.two-column {
width: 50%;
2012-04-10 06:21:08 +00:00
float: left;
}
.clear {
clear: both;
}
/* */