mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
removed slider ui
This commit is contained in:
@@ -114,7 +114,6 @@ div.comment { color: #444; }
|
||||
}
|
||||
|
||||
div#body_div {
|
||||
position: relative;
|
||||
display: none;
|
||||
padding-right: 7px;
|
||||
width: 900px;
|
||||
@@ -125,12 +124,6 @@ div#body_div {
|
||||
.content {
|
||||
width: 900px;
|
||||
margin-bottom: 30px;
|
||||
position: absolute;
|
||||
-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;
|
||||
}
|
||||
|
||||
.background-fade-in {
|
||||
@@ -140,25 +133,6 @@ div#body_div {
|
||||
transition: background 1s ease-in;
|
||||
}
|
||||
|
||||
/* selector for open pages */
|
||||
#opened-page-selector {
|
||||
width: 900px;
|
||||
height: 900px;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
opacity: 0;
|
||||
background-color: #bdf;
|
||||
}
|
||||
|
||||
#opened-page-selector.active {
|
||||
opacity: 0.6;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.popover-container {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
@@ -1645,7 +1619,7 @@ span, div, td, input, textarea, button, select {
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(../images/stripedbg.png) repeat;
|
||||
background: url(../lib/images/ui/redbeech.jpg) repeat;
|
||||
}
|
||||
|
||||
.small {
|
||||
|
||||
Reference in New Issue
Block a user