mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
major reworking of page navigation
This commit is contained in:
@@ -393,6 +393,24 @@ div.dialog_row table td textarea {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* lib/css/ui/container.css
|
||||
*/
|
||||
#body_div {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 900px;
|
||||
position: absolute;
|
||||
left: 1000px;
|
||||
-webkit-transition:all 0.5s ease-in-out;
|
||||
-moz-transition:all 0.5s ease-in-out;
|
||||
-o-transition:all 0.5s ease-in-out;
|
||||
-ms-transition:all 0.5s ease-in-out;
|
||||
transition:all 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
/*
|
||||
* lib/css/bootstrap/headings.css
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user