removed slider ui

This commit is contained in:
Rushabh Mehta
2012-03-22 11:37:08 +05:30
44 changed files with 630 additions and 574 deletions

View File

@@ -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 {