home page CSS

This commit is contained in:
zzz
2012-03-22 19:49:48 +00:00
parent adcd1e8d9a
commit db42a46c71
2 changed files with 25 additions and 6 deletions

View File

@@ -602,15 +602,32 @@ td {
/* begin home page */
#appsummary {
margin-top: 0;
clear: none;
float: none;
left: 10px;
margin: 0;
position: absolute;
top: 10px;
}
#homemain {
left: 217px;
margin: 0 10px 10px 0;
position: absolute;
top: 10px;
}
#homenews {
margin: 0 10px 5px 0;
}
h2.app {
margin: 15px 10px 15px 207px !important;
border-radius: 8px;
margin: 1px 10px 15px 0 !important;
}
h4.app {
margin: 0 4px 2px 0;
margin: 0 10px 2px 10px;
padding: 10px 0 8px 0;
}
@@ -621,7 +638,7 @@ h4.app2 {
}
div.ag2 {
margin: 0 0 0 207px;
margin: 0;
}
div.app {
@@ -638,7 +655,7 @@ div.appgroup {
}
div.search {
margin: 10px 10px 0 207px;
margin: 10px 10px 0 0;
padding: 8px 8px 0 8px;
width: auto;
}