979ae40501044410b8375bdb5840dcdfcb70c712 chmalee Wed Oct 2 12:26:27 2024 -0700 Working hub deletion diff --git src/hg/htdocs/style/jquery-ui.css src/hg/htdocs/style/jquery-ui.css index 54db5ff..92db701 100644 --- src/hg/htdocs/style/jquery-ui.css +++ src/hg/htdocs/style/jquery-ui.css @@ -558,30 +558,47 @@ height: 1em; background: #FFFEE8; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: left; } .ui-dialog .ui-dialog-buttonpane button { margin: 2px 1px; cursor: pointer; min-width: 80px; border-color: #003399; font-size: small; padding: 0 1em; } +.ui-dialog .ui-resizable-n { + height: 2px; + top: 0; +} +.ui-dialog .ui-resizable-e { + width: 2px; + right: 0; +} +.ui-dialog .ui-resizable-s { + height: 2px; + bottom: 0; +} +.ui-dialog .ui-resizable-w { + width: 2px; + left: 0; +} + .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; } .ui-draggable-handle { touch-action: none; } .ui-resizable { position: relative; }