diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/jquery-ui.css')
-rwxr-xr-x | sonar-server/src/main/webapp/stylesheets/jquery-ui.css | 376 |
1 files changed, 313 insertions, 63 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/jquery-ui.css b/sonar-server/src/main/webapp/stylesheets/jquery-ui.css index 43807ea735e..1a907a2e5a3 100755 --- a/sonar-server/src/main/webapp/stylesheets/jquery-ui.css +++ b/sonar-server/src/main/webapp/stylesheets/jquery-ui.css @@ -1,23 +1,66 @@ -/*! - * jQuery UI CSS Framework 1.8.23 - * - * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Theming/API - */ - -/* styles used by modal windows */ -.ui-helper-hidden { +/*! jQuery UI - v1.10.3 - 2013-06-18 +* http://jqueryui.com +* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.dialog.css +* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */ + +/* Layout helpers +----------------------------------*/ + +/* SONAR */ +.no-close .ui-dialog-titlebar-close { display: none; } -.ui-helper-hidden-accessible { - position: absolute !important; - clip: rect(1px 1px 1px 1px); +.ui-dialog .ui-dialog-titlebar { + display: none; +} + +.ui-widget-header { + border: 1px solid #e78f08; + background: #f6a828 50% 50% repeat-x; + color: #ffffff; + font-weight: bold; +} + +.ui-widget-header a { + color: #ffffff; +} + +.ui-widget-shadow { + margin: -5px 0 0 -5px; + padding: 5px; + background: #000000 50% 50% repeat-x; + opacity: .20; + filter: Alpha(Opacity = 20); + -moz-border-radius: 5px; + -khtml-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; } +.ui-dialog { + position: absolute; + width: 300px; + overflow: hidden; + box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); + background-color: #FFF +} + +/* /SONAR */ + +.ui-helper-hidden { + display: none; +} +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} .ui-helper-reset { margin: 0; padding: 0; @@ -28,20 +71,18 @@ font-size: 100%; list-style: none; } - -.ui-helper-clearfix:before, .ui-helper-clearfix:after { +.ui-helper-clearfix:before, +.ui-helper-clearfix:after { content: ""; display: table; + border-collapse: collapse; } - .ui-helper-clearfix:after { clear: both; } - .ui-helper-clearfix { - zoom: 1; + min-height: 0; /* support: IE7 */ } - .ui-helper-zfix { width: 100%; height: 100%; @@ -49,76 +90,285 @@ left: 0; position: absolute; opacity: 0; - filter: Alpha(Opacity = 0); + filter:Alpha(Opacity=0); +} + +.ui-front { + z-index: 100; +} + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { + cursor: default !important; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + display: block; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; +} + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ .ui-widget-overlay { - position: absolute; + position: fixed; top: 0; left: 0; - margin: 0; - padding: 0; + width: 100%; + height: 100%; + /* sonar */ background-color: #000000; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity = 50); opacity: 0.5; + /* /sonar */ } -.ui-widget .ui-widget { - font-size: 1em; +.ui-resizable { + position: relative; } - -.ui-widget-content { - border: 1px solid #dddddd; - background: #eeeeee 50% top repeat-x; - color: #333333; +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; } - -/* -.ui-widget-content a { - color: #333333; +.ui-resizable-disabled .ui-resizable-handle, +.ui-resizable-autohide .ui-resizable-handle { + display: none; +} +.ui-resizable-n { + cursor: n-resize; + height: 7px; + width: 100%; + top: -5px; + left: 0; +} +.ui-resizable-s { + cursor: s-resize; + height: 7px; + width: 100%; + bottom: -5px; + left: 0; +} +.ui-resizable-e { + cursor: e-resize; + width: 7px; + right: -5px; + top: 0; + height: 100%; +} +.ui-resizable-w { + cursor: w-resize; + width: 7px; + left: -5px; + top: 0; + height: 100%; +} +.ui-resizable-se { + cursor: se-resize; + width: 12px; + height: 12px; + right: 1px; + bottom: 1px; +} +.ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: -5px; + bottom: -5px; +} +.ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 9px; + left: -5px; + top: -5px; +} +.ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 9px; + right: -5px; + top: -5px; +} +.ui-button { + display: inline-block; + position: relative; + padding: 0; + line-height: normal; + margin-right: .1em; + cursor: pointer; + vertical-align: middle; + text-align: center; + overflow: visible; /* removes extra width in IE */ +} +.ui-button, +.ui-button:link, +.ui-button:visited, +.ui-button:hover, +.ui-button:active { + text-decoration: none; +} +/* to make room for the icon, a width needs to be set here */ +.ui-button-icon-only { + width: 2.2em; +} +/* button elements seem to need a little more width */ +button.ui-button-icon-only { + width: 2.4em; +} +.ui-button-icons-only { + width: 3.4em; +} +button.ui-button-icons-only { + width: 3.7em; } -*/ -.ui-widget-header { - border: 1px solid #e78f08; - background: #f6a828 50% 50% repeat-x; - color: #ffffff; - font-weight: bold; +/* button text element */ +.ui-button .ui-button-text { + display: block; + line-height: normal; +} +.ui-button-text-only .ui-button-text { + padding: .4em 1em; +} +.ui-button-icon-only .ui-button-text, +.ui-button-icons-only .ui-button-text { + padding: .4em; + text-indent: -9999999px; +} +.ui-button-text-icon-primary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 1em .4em 2.1em; +} +.ui-button-text-icon-secondary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 2.1em .4em 1em; +} +.ui-button-text-icons .ui-button-text { + padding-left: 2.1em; + padding-right: 2.1em; +} +/* no icon support for input elements, provide padding by default */ +input.ui-button { + padding: .4em 1em; } -.ui-widget-header a { - color: #ffffff; +/* button icon element(s) */ +.ui-button-icon-only .ui-icon, +.ui-button-text-icon-primary .ui-icon, +.ui-button-text-icon-secondary .ui-icon, +.ui-button-text-icons .ui-icon, +.ui-button-icons-only .ui-icon { + position: absolute; + top: 50%; + margin-top: -8px; +} +.ui-button-icon-only .ui-icon { + left: 50%; + margin-left: -8px; +} +.ui-button-text-icon-primary .ui-button-icon-primary, +.ui-button-text-icons .ui-button-icon-primary, +.ui-button-icons-only .ui-button-icon-primary { + left: .5em; +} +.ui-button-text-icon-secondary .ui-button-icon-secondary, +.ui-button-text-icons .ui-button-icon-secondary, +.ui-button-icons-only .ui-button-icon-secondary { + right: .5em; } -.ui-widget-shadow { - margin: -5px 0 0 -5px; - padding: 5px; - background: #000000 50% 50% repeat-x; - opacity: .20; - filter: Alpha(Opacity = 20); - -moz-border-radius: 5px; - -khtml-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; +/* button sets */ +.ui-buttonset { + margin-right: 7px; +} +.ui-buttonset .ui-button { + margin-left: 0; + margin-right: -.3em; } +/* workarounds */ +/* reset extra padding in Firefox, see h5bp.com/l */ +input.ui-button::-moz-focus-inner, +button.ui-button::-moz-focus-inner { + border: 0; + padding: 0; +} .ui-dialog { position: absolute; - width: 300px; - overflow: hidden; - box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); - background-color: #FFF + top: 0; + left: 0; + /* sonar + padding: .2em; + */ + outline: 0; } - +/* sonar .ui-dialog .ui-dialog-titlebar { - display: none + padding: .4em 1em; + position: relative; } - +.ui-dialog .ui-dialog-title { + float: left; + margin: .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; +} +.ui-dialog .ui-dialog-titlebar-close { + position: absolute; + right: .3em; + top: 50%; + width: 21px; + margin: -10px 0 0 0; + padding: 1px; + height: 20px; +} +*/ .ui-dialog .ui-dialog-content { position: relative; border: 0; + /* sonar + padding: .5em 1em; + */ background: none; overflow: auto; - zoom: 1; -}
\ No newline at end of file +} +.ui-dialog .ui-dialog-buttonpane { + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin-top: .5em; + padding: .3em 1em .5em .4em; +} +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: right; +} +.ui-dialog .ui-dialog-buttonpane button { + margin: .5em .4em .5em 0; + cursor: pointer; +} +.ui-dialog .ui-resizable-se { + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; + background-position: 16px 16px; +} +.ui-draggable .ui-dialog-titlebar { + cursor: move; +} |