Inject the drag and drop handle style via jQuery. Restore background color bars behind admin block titles.

This commit is contained in:
Chad Kieffer
2009-01-03 01:26:22 +00:00
parent a57ede2f96
commit 62fe5f0bd6
3 changed files with 7 additions and 11 deletions

View File

@@ -22,7 +22,7 @@
}
.gBlockContent {
padding-top: 1em;
padding: 0 1em 1em 1em;
}
/** *******************************************************************
@@ -38,7 +38,7 @@
#gContent {
font-size: 1.1em;
width: 97%;
width: 96%;
}
/** *******************************************************************
@@ -64,7 +64,7 @@
}
#gContent .gBlock h2 {
cursor: move;
background-color: #e8e8e8;
margin: -.8em -.3em 0 -.3em;
}