diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-09 16:33:14 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-09 16:33:14 +0000 |
| commit | 898eba8e6f666c2772b3e1be9126dd0d44791a11 (patch) | |
| tree | 5412fc0b7737ebab21f74f24fb41267f6645d51a /modules/organize/css | |
| parent | fe9b08e50636d8e66c0cd72306e2833314146bcc (diff) | |
Here is the current state of "organize". I'm having trouble getting
drag and drop to work. And to get it to layout properly. Any
thoughts would be appreciated.
Diffstat (limited to 'modules/organize/css')
| -rw-r--r-- | modules/organize/css/organize.css | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index 33067ae6..725cc338 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -99,12 +99,22 @@ text-align: center; } -#gOrganizeButtonPane { - padding: .5em; - text-align: center; +#gMicroThumbUnselectAll, +#gMicroThumbSelectAll { + font-size: 1.2em; + font-weight: bold; } -#gOrganizeFormInfo td { - border: thin none; - padding: 0; +.gOrganizeReorderDropTarget { + visibility: hidden; + background-color: #5C9CCC; + float: none; + width: .5em; + height: 9em; } + +.gOrganizeReorderDropTargetHover { + visibility: visible; +} + + |
