mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
added setup and removed multi-col layout in body
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
#body_div {
|
||||
width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.layout_wrapper {
|
||||
padding: 20px;
|
||||
}
|
||||
@@ -30,15 +25,6 @@ pre {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
header .topbar .container {
|
||||
width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.web-content input[type="text"], .web-content input[type="password"], .web-content select {
|
||||
min-width: 180px;
|
||||
}
|
||||
|
||||
@@ -83,7 +83,6 @@ erpnext.Footer = Class.extend({
|
||||
this.make_items();
|
||||
},
|
||||
make_items: function() {
|
||||
alert(16);
|
||||
var items = wn.boot.website_menus
|
||||
for(var i=0;i<items.length;i++) {
|
||||
var item = items[i];
|
||||
|
||||
Reference in New Issue
Block a user