diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-16 06:45:25 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-16 06:45:25 +0000 |
| commit | e749e6cf3e158e7c4cbaa50fc9e9b62d3db159d7 (patch) | |
| tree | 47d233a539b094261d2c6d2834b027eb0d4c7b84 /themes/default/css | |
| parent | 622da5f3cdf7ccb979334e42e115f0538c8dd00b (diff) | |
Added drop target style, other minor admin dashboard style updates.
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 8963120b..8f8779c1 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -714,6 +714,17 @@ li.gError select { font-size: 0; } +.gDraggable { + cursor: move; +} + +.gDropTarget { + background-color: #cfdeff; + border: 1px dotted #999; + height: 100px; + margin: 1em 0; +} + /* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */ #gDialog { |
