major reworking of page navigation

This commit is contained in:
Rushabh Mehta
2012-03-16 18:28:09 +05:30
parent 8e3d596cbc
commit 7afaa8665d
13 changed files with 532 additions and 302 deletions

View File

@@ -1711,6 +1711,24 @@ div.stat-bar {
/*
* 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
*/