brotherton-erpnext/erpnext/website/css/website.css

25 lines
363 B
CSS
Raw Normal View History

2012-01-25 05:07:35 +00:00
#body_div {
width: 900px;
margin: auto;
}
header .topbar .container {
width: 900px;
margin: auto;
2012-01-25 09:36:28 +00:00
}
2012-01-25 13:18:46 +00:00
.web-content input[type="text"], .web-content input[type="password"], .web-content select {
min-width: 180px;
}
2012-01-25 09:36:28 +00:00
.web-main-section {
width: 65%;
float: left;
margin-bottom: 20px;
}
.web-side-section {
width: 30%;
float: right;
margin-bottom: 20px;
2012-01-25 05:07:35 +00:00
}