Added basic table styles. Fixed width issue on gContent in the admin theme. Only display background colors on gInfo, gError, gWarning, etc. if they appear in gSiteStatus or gMessage. Miscellaneous form style updates.

This commit is contained in:
Chad Kieffer
2009-01-02 21:21:54 +00:00
parent 8595b75d9b
commit d6e2614802
11 changed files with 698 additions and 47 deletions

View File

@@ -37,6 +37,7 @@
#gContent {
font-size: 1.1em;
width: 97%;
}
/** *******************************************************************
@@ -59,10 +60,6 @@
margin-bottom: 0;
}
#gContent .gBlock {
margin-right: 1em;
}
#gContent .gBlock h2 {
cursor: move;
margin: -.8em -.3em 0 -.3em;
@@ -74,14 +71,7 @@
}
#gPhotoStream .gBlockContent {
overflow: scroll;
}
.gBlockContent .gError,
.gBlockContent .gInfo,
.gBlockContent .gSuccess,
.gBlockContent .gWarning {
background-color: transparent;
overflow: auto;
}
/** *******************************************************************