fixes to website module and fixed rename and double column bugs

This commit is contained in:
Rushabh Mehta
2012-04-25 18:24:44 +05:30
parent e848300958
commit dcfdfc317c
12 changed files with 128 additions and 81 deletions

View File

@@ -1403,9 +1403,9 @@ div.std-footer-item {
}
.layout_wrapper, .layout-wrapper {
-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
background-color: #fff;
padding: 15px;
-webkit-border-radius: 5px;
@@ -1425,7 +1425,8 @@ div.std-footer-item {
}
.layout-main {
padding: 15px;
padding: 15px;
background-color: #fff;
}
.layout-main-section {
@@ -1946,8 +1947,8 @@ div#body_div, header .container, .content, #opened-page-selector, footer {
width: 900px;
}
.layout_wrapper {
padding: 27px;
div#body_div {
margin-top: 90px;
}
p, li {
@@ -1965,10 +1966,6 @@ pre {
margin-bottom: 9px;
}
.web-content input[type="text"], .web-content input[type="password"], .web-content select {
min-width: 180px;
}
.web-head-section {
margin-bottom: 20px
}
@@ -1991,6 +1988,7 @@ pre {
.web-page-status {
padding: 7px;
margin-top: -20px;
color: #777;
clear: both;
text-align: right;
@@ -2021,20 +2019,12 @@ footer {
}
.web-footer div, .web-footer a {
font-size: 11px;
font-size: 14px;
}
.web-footer-menu {
margin-bottom: 7px;
}
footer a, footer a:visited {
color: #777;
}
footer a:hover {
background-color: #777;
color: #fff;
}
.web-footer-menu ul {
list-style: none;
@@ -2080,9 +2070,8 @@ footer a:hover {
}
.two-column {
width: 40%;
width: 50%;
float: left;
padding: 5%;
}
.clear {