a8f29caea973a2482924c38c981b59a28e22e8ec max Fri Oct 22 05:14:38 2021 -0700 making hgHubConnect more self-explanatory, with more text. The development tab is revamped to provide a visual indicator of what's going on while hubCheck is running. (The concept with an IFRAME could well be applied to hgc links from hgTracks, to avoid a full page reload.), refs #28324 diff --git src/hg/htdocs/style/hgHubConnect.css src/hg/htdocs/style/hgHubConnect.css index 0629b84..7260bed 100644 --- src/hg/htdocs/style/hgHubConnect.css +++ src/hg/htdocs/style/hgHubConnect.css @@ -11,30 +11,38 @@ margin-top: 5px; } .tabSection { /* background: #fffee8; */ padding-top: 10px; padding-left: 8px; padding-bottom: 10px; border-bottom: 1px solid grey; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, button { font-size: 80%; } +/* not used, but suggested by QA, waiting for feedback */ +/* +button.pressed { + background: #ebf0ff; + box-shadow: inset 0 1px 4px rgba(0,0,0,0.6); + text-shadow: 0 -1px 0 rgba(0,0,0,0.2); +} */ + h4 { margin: 0px; padding-top: 4px; padding-bottom: 4px; } .hubList table { width: 1000px; border-collapse: collapse; } /* Creating rounded corners at the tops of tables - works with all CSS3 supporting browsers, degrades gracefully */ .hubList table tr:first-child th:first-child {-webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;}