[dw-free] Revamp /update
[commit: http://hg.dwscoalition.org/dw-free/rev/e901769c10a1]
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
Make sure that the top of the column doesn't get displaced, so that people
can accurately eyeball where it will end.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
Make sure that the top of the column doesn't get displaced, so that people
can accurately eyeball where it will end.
Patch by
Files modified:
- htdocs/stc/jquery.postoptions.css
--------------------------------------------------------------------------------
diff -r 84d0dfce4f0b -r e901769c10a1 htdocs/stc/jquery.postoptions.css
--- a/htdocs/stc/jquery.postoptions.css Sat Dec 24 15:50:09 2011 +0800
+++ b/htdocs/stc/jquery.postoptions.css Sat Dec 24 16:23:51 2011 +0800
@@ -21,6 +21,7 @@
border-style: dashed;
min-height: 200px;
padding: 1em 0 10em 0 !important;
+ top: -1em;
position: relative;
}
@@ -70,6 +71,7 @@
border-style: none;
min-height: 0;
padding: 0 !important;
+ top: 0;
}
.ui-sortable-disabled .component {
--------------------------------------------------------------------------------
