<div class="coding-rules-detail-description coding-rules-detail-description-extra">
<div id="coding-rules-detail-description-extra">
{{#if htmlNote}}
- <div class="rule-desc marginbottom10 markdown">{{{htmlNote}}}</div>
+ <div class="rule-desc spacer-bottom markdown">{{{htmlNote}}}</div>
{{/if}}
{{#if canWrite}}
<div class="button-group">
+++ /dev/null
-<div class="navigator-filter-search">
- <input type="text">
-</div>
-<ul class="navigator-filter-select-list choices"></ul>
-<ul class="navigator-filter-select-list opposite"></ul>
+++ /dev/null
-<div class="navigator-filter-details-inner"></div>
+++ /dev/null
-<div class="navigator-filter-label">{{name}}</div>
-<div class="navigator-filter-value {{#if defaultValue}}default{{/if}}">{{value}}</div>
-{{#if optional}}
- <div class="navigator-filter-disable">×</div>
-{{/if}}
+++ /dev/null
-<div class="navigator-filter-label">{{name}}</div>
-{{#if optional}}
- <div class="navigator-filter-disable">×</div>
-{{/if}}
+++ /dev/null
-<li>
- <label title="{{text}}" data-id="{{id}}">
- <span>
- <i class="icon-checkbox {{#if checked}}icon-checkbox-checked{{/if}} {{#unless multiple}}icon-checkbox-single{{/unless}}"></i>
- {{#if icon}}<i class="icon-{{icon}}"></i>{{/if}}
- {{text}}
- </span>
- {{#if category}}
- <br>
- <span>
- <i class="icon-checkbox icon-checkbox-invisible"></i>
- <span class="note">{{category}}</span>
- </span>
- {{/if}}
- </label>
-</li>
+++ /dev/null
-<ul class="navigator-filter-select-list choices"></ul>
-<ul class="navigator-filter-select-list opposite"></ul>
+++ /dev/null
-{{#ifNotEmpty choicesArray}}
- <ul class="navigator-filter-select-list">
- {{#each choicesArray}}
- <li>
- <label data-id="{{k}}">{{v}}</label>
- </li>
- {{/each}}
- </ul>
-{{/ifNotEmpty}}
-<ul class="navigator-filter-select-list">
- <li class="manage">
- <label id="manage-favorites">{{t 'manage' }}</label>
- </li>
-</ul>
+++ /dev/null
-<div class="navigator-filter-favorite-toggle" title="{{t 'measure_filter.filter_list'}}"></div>
+++ /dev/null
-<div class="navigator-filter-details-inner">
- <select name="metric">
- <option></option>
- {{#each groupedMetrics}}
- <optgroup label="{{this.domain}}">
- {{#each metrics}}
- <option value="{{name}}">{{short_name}}</option>
- {{/each}}
- </optgroup>
- {{/each}}
- </select>
-
- <select name="period">
- <option value="0">{{t 'value'}}</option>
- {{#each periods}}
- <option value="{{@key}}">{{this}}</option>
- {{/each}}
- </select>
-
- <select name="op">
- {{#each operations}}
- <option value="{{@key}}">{{this}}</option>
- {{/each}}
- </select>
-
- <input type="text" name="val">
-</div>
+++ /dev/null
-<ul class="navigator-filter-select-list">
- {{#each filters}}
- <li>
- <label data-id="{{id}}" data-property="{{property}}" {{#if inactive}}class="inactive"{{/if}} {{#if title}}title="{{title}}"{{/if}}>
- {{name}}
- </label>
- </li>
- {{/each}}
-</ul>
+++ /dev/null
-{{t "moreCriteria"}}
+++ /dev/null
-<div class="navigator-filter-details-inner">
- <input class="navigator-filter-range-input" type="text" name="{{propertyFrom}}" placeholder="{{placeholder}}">
- <label>{{t 'to.downcase'}}</label>
- <input class="navigator-filter-range-input" type="text" name="{{propertyTo}}" placeholder="{{placeholder}}">
-</div>
+++ /dev/null
-<div class="navigator-filter-details-inner">
- <input type="text" name="{{property}}" value="{{value}}">
-</div>
{{/unless}}
- <div class="marginbottom10"> </div>
+ <div class="spacer-bottom"> </div>
<a class="js-show-all-measures">{{t 'component_viewer.show_all_measures'}}</a>
<div class="source-viewer-measures source-viewer-measures-secondary js-all-measures hidden">
@import (reference) "../mixins";
@import (reference) "../init/links";
-.sonar-d3 {
-}
-
-.sonar-d3 .axis path {
- fill: none;
- stroke: #444;
-}
-
-.sonar-d3 .tick line {
- stroke: #444;
-}
-
-.sonar-d3 .tick text {
- fill: #444;
-}
-
-.sonar-d3 .plot {
- transition: all 0.2s ease;
-}
-
-.sonar-d3 .plot:hover .arc,
-.sonar-d3 .plot.hover .arc {
- opacity: 0.4;
-}
-
-.sonar-d3 .plot .arc:hover,
-.sonar-d3 .plot .arc.hover {
- opacity: 1;
-}
-
-.sonar-d3 .plot .line {
- fill: none;
- stroke: #000;
- stroke-width: 2;
-}
-
-.sonar-d3 .plot .line-marker {
- fill: #fff;
- stroke: #000;
- stroke-width: 2;
- opacity: 0;
-}
-
-.sonar-d3 .plot .scanner {
- stroke: #000;
- opacity: 0.25;
-}
-
-.sonar-d3 .arc,
-.sonar-d3 .bar rect {
- cursor: pointer;
- stroke: #fff;
- stroke-width: 1px;
- transition: all 0.2s ease;
-}
-
-.sonar-d3 .bar,
-.sonar-d3 .bar .legend-text,
-.sonar-d3 .pie-legend,
-.sonar-d3 .pie-legend .legend-text {
- cursor: pointer;
-}
-
-.sonar-d3 .legend {
-}
-
-.sonar-d3 .legend-bullet {
- transition: all 0.2s ease;
-}
-
-.sonar-d3 .legend-text {
- font-size: 12px;
- cursor: default;
-}
-
-.sonar-d3 .legend-active .legend-bullet {
- transform: scale(1.4);
- transform-origin: center;
-}
-
-.sonar-d3 .legend-html {
- margin-bottom: 10px;
- color: @secondFontColor;
-
- .legend-text + .legend-text { margin-left: 15px; }
- .legend-text-main { font-weight: 600; }
-}
-
-.sonar-d3 .details-color-indicator {
- fill: #fff;
- transition: fill 0.2s ease;
-}
-
-.sonar-d3 .details-metric {
- font-size: 12px;
-}
-
-.sonar-d3 .details-metric-main {
- font-weight: bold;
-}
-
-.sonar-d3 .info {
-}
-
-.sonar-d3 .info-text {
- font-size: 13px;
-}
-
-.sonar-d3 .info-text-bold {
- font-weight: bold;
-}
-
-.sonar-d3 .info-text-small {
- font-size: 12px;
-}
-
-.sonar-d3 .event-tick {
- fill: none;
- stroke: #000;
- stroke-width: 1px;
- transition: all 0.3s ease;
-}
-
-.sonar-d3.cloud-widget {
- text-align: center;
-}
-
-.sonar-d3 .cloud-word {
- display: inline-block;
- vertical-align: baseline;
- white-space: nowrap;
- margin-right: 14px;
- text-decoration: none;
- border-bottom: 1px solid transparent;
-
- &:hover {
- border-bottom: 1px solid;
- }
-}
-
-.max-results-reached-message {
- font-size: 12px;
-}
-
-div.max-results-reached-message {
- margin-top: 10px;
- color: #777;
- text-align: center;
-}
-
-text.max-results-reached-message {
- fill: #777;
-}
-
.sonar-d3 .treemap-container {
position: relative;
}
text-align: center;
}
-.sonar-d3 .treemap-cell-drilldown {
- cursor: pointer;
-}
-
.sonar-d3 .treemap-inner {
display: inline-block;
vertical-align: middle;
border-top: 1px solid @barBorderColor;
}
-.measures-duplex {
- font-size: 0;
- .justify;
-
- .measures-list {
- display: inline-block;
- vertical-align: top;
- width: 40%;
- font-size: @baseFontSize;
- }
-}
-
.measures-chart {
display: inline-block;
vertical-align: middle;
}
}
-.measures-chart-indent {
- padding-left: 90px;
-}
-
.measure {
line-height: 1.3333333333333;
}
font-weight: 400;
}
-.measure-bar {
- display: inline-block;
- width: 60px;
-}
-
-.measure-bar-inner {
- display: block;
- min-width: 1px;
- height: 5px;
- background-color: #c0c0c0;
-}
-.measure-bar-inner-BLOCKER {
- background-color: @severityBlockerColor;
-}
-.measure-bar-inner-CRITICAL {
- background-color: @severityCriticalColor;
-}
-.measure-bar-inner-MAJOR {
- background-color: @severityMajorColor;
-}
-.measure-bar-inner-MINOR {
- background-color: @severityMinorColor;
-}
-.measure-bar-inner-INFO {
- background-color: @severityInfoColor;
-}
-
.measure-big {
display: inline-block;
vertical-align: middle;
float: right;
}
}
-
-.measure-with-bar {
- font-size: 0;
-
- .measure-name {
- width: 40%;
- }
-
- .measure-value {
- width: 20%;
- }
-
- .measure-bar {
- width: 30%;
- padding: 7px 5px;
- box-sizing: border-box;
- }
-}
+++ /dev/null
-/*
- * SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-@import (reference) "../mixins";
-@import (reference) "../variables";
-
-@import "navigator/config";
-@import "navigator/base";
-@import "navigator/filters";
+++ /dev/null
-/*
- * SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-@import (reference) "../../variables";
-@import (reference) "../../mixins";
-@import (reference) "config";
-
-
-.navigator { }
-
-
-.navigator-element() {
- position: fixed;
- z-index: @navigator-element-z-index;
- box-sizing: border-box;
-}
-
-.navigator-header {
- height: @navigatorHeaderHeight;
- margin: @navigatorPadding;
- border: 1px solid @navigatorBorderLightColor;
- box-sizing: border-box;
-}
-
-.navigator-filters {
- position: relative;
- border: 1px solid @navigatorBorderLightColor;
- box-sizing: border-box;
-}
-
-.navigator-content {
- display: table;
- width: 100%;
-}
-
-.navigator-side {
- position: relative;
- display: table-cell;
- vertical-align: top;
- width: @navigatorResultsWidth + 2 * @navigatorPadding;
- min-width: 275px + 2 * @navigatorPadding;
- max-width: 600px + 2 * @navigatorPadding;
-}
-
-.navigator-main {
- display: table-cell;
- vertical-align: top;
-}
-
-.navigator-results {
- position: relative;
- z-index: @navigator-results-z-index;
- width: @navigatorResultsWidth;
- min-width: 275px;
- max-width: 600px;
- margin: @navigatorPadding @navigatorPadding 0;
- box-sizing: border-box;
-}
-
-.navigator-actions {
- position: relative;
- z-index: @navigator-actions-z-index;
- margin: 0 @navigatorPadding @navigatorPadding;
- border: 1px solid @navigatorBorderLightColor;
- box-sizing: border-box;
- .clearfix;
-}
-
-.navigator-details {
- position: relative;
- margin: @navigatorPadding 0 0 0;
-}
-
-.navigator-notes {
- display: none;
-}
-
-.navigator-with-notes {
-
- .navigator-notes {
- display: block;
- }
-}
-
-
-.measures-page {
- .navigator-details { overflow: visible; }
-}
-
-
-.navigator-fetching {
- &:before {
- content: " ";
- position: absolute;
- z-index: @navigator-fetching-z-index;
- top: 0; bottom: 0; left: 0; right: 0;
- background: #fff url(../../../images/loading.gif) no-repeat 4px 4px;
- }
-}
-
-
-.navigator-page-loader {
- padding: @navigatorPadding 0 0 @navigatorPadding;
-}
-
-
-
-// Header
-.navigator-header {
- padding: 0 @navigatorPadding;
- background-color: @navigatorBarBackground;
- font-size: 0;
-
- .page-title,
- .page-actions {
- margin: (@navigatorHeaderHeight - @formControlHeight) / 2 0;
- }
-}
-
-.navigator-header-favorite {
- padding-left: 58px;
-}
-
-.navigator-header-title {
- display: inline-block;
- vertical-align: middle;
- color: @navigatorHeaderColor;
- font-size: 20px;
- line-height: @navigatorHeaderLineHeight;
-}
-
-.navigator-header-title-note {
- vertical-align: middle;
- color: #777;
- font-size: @smallFontSize;
-}
-
-.navigator-header-description {
- display: inline-block;
- vertical-align: middle;
- max-width: 70%;
- margin-left: 16px;
- font-size: @smallFontSize;
- font-style: italic;
-}
-
-.navigator-header-actions {
- margin: 8px 0 8px 20px;
-
- & > a {
- vertical-align: middle;
- margin: 0 8px;
- font-size: @smallFontSize;
- }
-}
-
-.navigator-header-menu-toggle {
- display: inline-block;
- vertical-align: top;
- height: 36px;
- margin-right: 10px;
- margin-left: -10px;
- padding: 10px;
- border-right: 1px solid transparent;
- box-sizing: border-box;
- cursor: pointer;
- transition: all 0.2s ease;
-
- &:hover {
- background-color: @navigatorHover;
- }
-
- &.active {
- border-color: #cdcdcd;
- background-color: #fff;
- }
-
- [class^="icon-"], [class*=" icon-"] {
- font-size: 16px;
- }
-}
-
-
-
-// Notes
-.navigator-notes {
- margin: 0 @navigatorPadding @navigatorPadding @navigatorPadding;
- padding: 0 @navigatorPadding;
- border: 1px solid @navigatorBorderColor;
- background-color: @navigatorBarBackground;
-
- color: #777;
- font-size: @smallFontSize;
- line-height: @navigatorNotesHeight;
-}
-
-
-
-// Facets
-.navigator-facets {
- padding: @navigatorPadding;
- border-bottom: 1px solid @navigatorBorderColor;
- background-color: @navigatorBarBackground;
-}
-
-.navigator-facets-list {
-
-}
-
-.navigator-facets-list-item {
- font-size: 0;
- margin-bottom: -6px;
-}
-
-.navigator-facets-list-item + .navigator-facets-list-item {
- margin-top: @navigatorPadding;
-}
-
-.navigator-facets-list-item-name {
- float: left;
- line-height: 22px;
- min-width: 120px;
- margin-right: @navigatorPadding;
- font-size: @smallFontSize;
- font-weight: normal;
- text-transform: uppercase;
-}
-
-.navigator-facets-list-item-options {
- overflow: hidden;
-}
-
-
-
-// Results
-.navigator-results {
- background-color: @white;
- overflow-x: hidden;
- overflow-y: auto;
-
- &.fetching {
- .navigator-results-list { visibility: hidden; }
- .navigator-results-loader { display: block; }
- }
-}
-
-.navigator-results-loader {
- position: fixed;
- z-index: @navigator-results-loader-z-index;
- display: none;
- background-color: #fff;
-}
-
-.navigator-results-list {
-
- & > li {
- position: relative;
- z-index: @normal-z-index;
- padding: @navigatorPadding / 2 0;
- border: 1px solid;
- border-color: @navigatorBorderLightColor transparent;
- cursor: pointer;
- transition: all 0.2s ease;
-
- .line {
- padding: @navigatorPadding / 2 @navigatorPadding;
- line-height: 1.2;
- }
-
- .line-small {
- font-size: 11px;
- line-height: 14px;
- }
-
- .line-right {
- float: right;
- }
-
- .line-nowrap {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- &:hover {
- background-color: @navigatorBarBackground;
- }
-
- &.active {
- z-index: @above-normal-z-index;
- background-color: #CAE3F2;
- border-color: #4B9FD5;
- }
- }
-
- & > li + li { margin-top: -1px; }
-}
-
-.navigator-results-no-results {
- padding-top: 20% !important;
- background: #fff !important;
- border-color: transparent !important;
- color: #999;
- cursor: default !important;
- text-align: center;
-}
-
-
-
-// Details
-.navigator-details {
- background-color: @white;
- overflow: auto;
-
- &.loading {
- background: @white url("../../../images/loading.gif") no-repeat 4px 2px;
- }
-}
-
-
-
-// Status
-.navigator-actions {
- padding: 0 @navigatorPadding 0 0;
-
- border-right: 1px solid @navigatorBorderLightColor;
- border-bottom: 1px solid @navigatorBorderLightColor;
- background-color: @navigatorBarBackground;
- font-size: @smallFontSize;
-
- strong { font-weight: bold; }
-}
-
-.navigator-actions-order {
- float: left;
- padding: 0 @navigatorPadding;
- line-height: @navigatorStatusHeight;
- cursor: pointer;
- transition: all 0.2s ease;
-
- &:hover {
- background-color: @navigatorHover;
- }
-}
-
-.navigator-actions-order-choices {
- position: absolute;
- top: 100%;
- left: -1px;
- min-width: @navigatorResultsWidth / 2;
- background-color: #fff;
- border: 1px solid @navigatorBorderLightColor;
- box-shadow: @defaultShadow;
- overflow: hidden;
- display: none;
-
- & > li {
- height: @navigatorStatusHeight;
- line-height: @navigatorStatusHeight;
- padding: 0 10px;
- cursor: pointer;
- transition: all 0.2s ease;
-
- &:hover {
- background-color: @navigatorBarBackground;
- }
- }
-
- &.open {
- display: block;
- }
-}
-
-.navigator-actions-total {
- float: right;
- height: @navigatorStatusHeight;
- line-height: @navigatorStatusHeight;
-}
-
-.navigator-actions-bulk {
- position: relative;
- top: -1px;
- margin-left: 8px;
- font-size: 16px;
- text-decoration: none;
-}
-
-
-
-// Footer
-.navigator-page #footer {
- margin: 0;
- border-top: 1px solid @navigatorBorderLightColor;
-}
-
-.navigator-page #ftlinks {
- margin-top: 0;
-}
+++ /dev/null
-/*
- * SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-@import (reference) "../../variables";
-
-// Layout
-@navigatorTopOffset: 80px;
-@navigatorBottomOffset: 35px;
-
-@navigatorHeaderHeight: 40px;
-@navigatorHeaderLineHeight: @navigatorHeaderHeight - 3px;
-@navigatorFiltersHeight: 40px;
-@navigatorFiltersLineHeight: @navigatorFiltersHeight - 3px;
-@navigatorFacetsHeight: 90px;
-@navigatorStatusHeight: 30px;
-@navigatorNotesHeight: 20px;
-
-@navigatorResultsWidth: 320px;
-
-@navigatorPadding: 10px;
-
-
-// Colors
-@navigatorBarBackground: @barBackgroundColor;
-@navigatorBorderColor: @barBorderColor;
-@navigatorBorderLightColor: @barBorderColor;
-
-@navigatorHeaderColor: @baseFontColor;
-
-@navigatorFacetStatColor: @secondFontColor;
-@navigatorFacetInactiveBackground: lighten(@barBackgroundColor, 4%);
-
-
-@navigatorHover: darken(@navigatorBarBackground, 5%);
-@navigatorFilterPadding: @navigatorPadding;
+++ /dev/null
-/*
- * SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-@import (reference) "../../variables";
-@import (reference) "../../mixins";
-@import (reference) "config";
-
-
-.navigator-filters {
- padding-right: 85px;
- background-color: @navigatorBarBackground;
- font-size: 0;
-}
-
-.navigator-filters-list {
- display: inline-block;
- vertical-align: middle;
- font-size: 0;
- margin-bottom: -1px;
-}
-
-.navigator-filter-submit,
-.navigator-filter-new-search {
- vertical-align: middle;
- margin-left: 15px;
- font-size: @baseFontSize;
-}
-
-.navigator-filter-submit {
- position: absolute;
- bottom: 0; right: 0;
- width: 85px;
- height: @navigatorFiltersHeight;
- margin: -1px -1px -1px 0;
- padding: 0;
- border: 1px solid darken(@blue, 10%);
- background: @blue;
- color: #fff;
- font-weight: normal;
- transition: all 0.2s ease;
-
- &::-moz-focus-inner { border: 0; }
-
- &:hover, &:focus {
- border-color: @blue;
- background-color: lighten(@blue, 10%);
- }
-}
-
-.navigator-filter-list-favorite {
- position: relative;
- padding-left: 36px;
- overflow: hidden;
-}
-
-.navigator-filters-actions {
- display: inline-block;
- vertical-align: middle;
- margin-left: 20px;
- font-size: @baseFontSize;
-}
-
-.navigator-filter {
- position: relative;
- z-index: @normal-z-index;
- display: inline-block;
- vertical-align: top;
- height: @navigatorFiltersHeight;
- line-height: @navigatorFiltersLineHeight;
- margin: -1px 0 0 -1px;
- padding: 0 1.5 * @navigatorFilterPadding;
- border: 1px solid @navigatorBorderLightColor;
- box-sizing: border-box;
- white-space: nowrap;
- cursor: pointer;
- transition: all 0.2s ease;
-
- &:hover {
- z-index: @above-normal-z-index;
- border-color: @navigatorBorderColor;
- background-color: @navigatorHover;
- }
-
- &.active {
- border-color: @darkGrey;
- background: #fff;
- }
-
-}
-
-.navigator-filter-disabled {
- display: none;
-}
-
-.navigator-filter-optional {
- padding-right: 0;
-}
-
-.navigator-filter-inline,
-.navigator-filter-read-only,
-.navigator-filter-inactive {
- cursor: default;
-
- &:hover,
- &.active {
- border-color: transparent;
- background: transparent;
- }
-}
-
-.navigator-filter-inline .navigator-filter-label:after {
- content: "";
-}
-
-.navigator-filter-inactive {
- opacity: 0.5;
-}
-
-.navigator-filter-context {
- z-index: @navigator-filter-context-z-index;
- background-color: @contextBackground;
- border-color: @contextBorder;
-}
-
-.navigator-filter-label {
- display: inline-block;
- vertical-align: middle;
- margin-right: 5px;
- color: #333;
- font-size: @baseFontSize;
-
- &:after { content: ":"; }
-}
-
-.navigator-filter-value {
- display: inline-block;
- vertical-align: middle;
- max-width: 120px;
- color: #333;
- font-size: @baseFontSize;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-
- &.default {
- color: #666;
- }
-}
-
-.navigator-filter-disable {
- display: inline-block;
- vertical-align: middle;
- width: 20px;
- height: 20px;
- line-height: 20px;
- margin: 0 0 0 5px;
- font-size: 18px;
- text-align: center;
- transition: background 0.3s ease;
-
- &:hover {
- background-color: darken(@navigatorHover, 7%);
- }
-}
-
-.navigator-filter-range-input {
- width: 120px;
-}
-
-.navigator-filter-details {
- display: none;
- position: absolute;
- z-index: @dropdown-menu-z-index;
- min-width: 100px;
- border: 1px solid @darkGrey;
- background: #fff;
- box-shadow: @defaultShadow;
- font-size: @baseFontSize;
- transition: opacity 0.3s ease;
-
- &.active {
- display: block;
- }
-}
-
-@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
- /* IE10+ specific styles go here */
- .navigator-filter-details {
- width: 250px;
- }
-}
-
-.navigator-filter-details-inner {
- max-width: 300px;
- padding: 5px @navigatorFilterPadding;
-
- .select2-container,
- input {
- margin: 5px 0;
- vertical-align: middle;
- }
-}
-
-.navigator-filter-select-list {
- min-width: 150px;
- max-width: 300px;
- max-height: 182px;
- padding: 5px 0;
- overflow-y: auto;
- -ms-overflow-style: scrollbar;
-
- label {
- display: block;
- padding: 5px @navigatorFilterPadding;
- cursor: pointer;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- transition: background 0.2s ease;
-
- &:hover,
- &.current {
- background-color: darken(#fff, 7%);
- }
-
- & > input[type=checkbox] {
- vertical-align: baseline;
- cursor: pointer;
- }
-
- & > img {
- vertical-align: text-bottom;
- }
-
- &.special {
- font-style: italic;
-
- & > span {
- text-decoration: underline;
- }
- }
-
- &.inactive {
- cursor: default;
- opacity: 0.5;
-
- &:hover {
- background-color: transparent;
- }
- }
- }
-
- .single {
- padding: 5px @navigatorFilterPadding;
- }
-
- .line {
- height: 1px;
- margin: 5px 0;
- background: @darkGrey;
- }
-}
-
-.navigator-filter-select-list:not(.hidden) + .navigator-filter-select-list {
- margin-top: 5px;
- border-top: 1px solid @darkGrey;
-}
-
-.navigator-filter-search {
- position: relative;
- margin: @navigatorFilterPadding 26px @navigatorFilterPadding @navigatorFilterPadding;
-
- input {
- width: 100%;
- height: 26px;
- padding: 0 7px;
- border: 1px solid @darkGrey;
- box-sizing: border-box;
- }
-
- .fetching &:after {
- content: ' ';
- position: absolute;
- top: 6px; right: -21px;
- display: block;
- width: 16px;
- height: 16px;
- background: #fff url(../../../images/loading.gif) no-repeat center center;
- }
-
- &.fetching-error {
-
- input { border: 2px solid @red; }
- }
-}
-
-.navigator-filter-load-more {
- display: none;
- height: 26px;
- line-height: 26px;
- background-color: @grey;
- text-align: center;
- cursor: pointer;
- transition: background 0.3s ease;
-
- &:hover {
- background-color: darken(@grey, 7%);
- }
-}
-
-.navigator-filter-favorite {
- position: relative;
-}
-
-.navigator-filter-favorite-toggle {
- width: 16px;
- height: @navigatorFiltersHeight;
- background: url(../../../images/navigator/favorite-filters@2x.png) no-repeat center center;
- background-size: 16px 14px;
-}
-
-.navigator-filter-more-criteria {
- font-size: @baseFontSize;
-}
}
}
-
-.source-line-expand {
- .source-line-code {
- background: url(../../images/gray-stripes.png) repeat;
- }
-}
-
.source-viewer pre {
height: @source-line-height;
padding: 0;
+++ /dev/null
-/*
- * SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-@import (reference) "variables";
-@import (reference) "mixins";
-@import (reference) "components/ui";
-@import (reference) "init/links";
-
-// deprecated since 5.1
-
-// use `.page-title` instead
-.page_title {
- .clearfix;
- margin-bottom: 10px;
-}
-
-.loading {
- background: url("../images/loading.gif") no-repeat 4px 2px;
- color: #444;
- padding: 3px 25px;
-}
-
-// use `.text-right` instead
-.right {
- text-align: right;
-}
-
-// use `.text-left` instead
-.left {
- text-align: left;
-}
-
-// use `.text-center` instead
-.center {
- text-align: center;
-}
-
-// use `.text-top` instead
-.top {
- vertical-align: top;
-}
-
-// use `.text-bottom` instead
-.bottom {
- vertical-align: bottom;
-}
-
-// use `.text-middle` instead
-.middle {
- vertical-align: middle;
-}
-
-.clear {
- height: 0;
- clear: both;
-}
-
-// use `.note` instead
-.subtitle {
- color: @secondFontColor;
- font-size: @smallFontSize;
-}
-
-.crossout {
- text-decoration: line-through;
-}
-
-.notes {
- color: #777;
- font-size: 11px;
- margin-bottom: 10px;
- background-color: #EFEFEF;
- border: 1px solid #cdcdcd;
- line-height: 16px;
- height: 16px;
- padding: 2px 4px;
-}
-
-// use `.alert.alert-warning` instead
-.warning, .modal-warning {
- margin: 0 0 8px;
- padding: 5px 8px;
- border: 2px solid #faebcc;
- background-color: #fcf8e3;
- color: #8a6d3b;
-}
-
-// use `.alert.alert-danger` instead
-.error, .modal-error {
- margin: 0 0 8px;
- padding: 5px 8px;
- border: 1px solid #ebccd1;
- background-color: #f2dede;
- color: #a94442;
-}
-
-// use `.alert.alert-success` or `.alert.alert-info` instead
-.notice, .modal-notice, .info {
- margin: 0 0 8px;
- padding: 5px 8px;
- border: 1px solid #bce8f1;
- background-color: #d9edf7;
- color: #31708f;
-}
-
-div.operations {
- float: right;
- margin: 0;
-}
-
-ul.operations {
- float: right;
- height: 20px;
- line-height: 20px;
- list-style-type: none;
- margin: 0;
- background-color: #EFEFEF;
- border: 1px solid #cdcdcd;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
-}
-
-ul.operations li {
- float: left;
- margin: 0;
- padding: 0 8px;
- font-size: 85%;
- border-right: 1px solid #cdcdcd;
-}
-
-ul.operations li.selected {
- background-color: #d4d4d4;
-}
-
-ul.operations li.last {
- border-right-width: 0;
-}
-
-ul.operations li a {
- .link-base-color;
-}
-
-ul.operations li img {
- vertical-align: middle;
- margin-right: 5px;
-}
-
-th.operations, td.operations {
- text-align: right;
-}
-
-.doc h2 {
- margin-top: 8px;
-}
-
-.doc p {
- margin: 8px 0;
-}
-
-.doc pre, pre.code {
- color: #777;
- background-color: #EFEFEF;
- padding: 10px;
- margin: 10px 0;
- border: 1px dashed #777;
- font-size: 93%;
- line-height: 1.5em;
-}
-
-.doc li {
- list-style: disc outside;
- padding: 2px;
-}
-
-.doc ul {
- list-style: none outside;
- padding-left: 30px;
-}
-
-.rulename, .rulename a {
- color: #444;
- font-weight: 600;
-}
-
-.rulename a:hover {
- text-decoration: underline;
-}
-
-.source_title {
- padding: 10px 5px;
-}
-
-.source_title span.h1 {
- font-size: 16px;
- margin-right: 10px;
-}
-
-.source_links {
- font-size: 11px;
-}
-
-.global_violations {
- width: 100%;
-}
-
-.global_violations > tbody > tr > td {
- padding-bottom: 10px;
-}
-
-.global_violations td {
- padding: 3px 0;
-}
-
-.global_violations td img, #source_title img {
- vertical-align: text-bottom;
-}
-
-.tab_header {
- padding: 5px 10px;
-}
-
-.tab_header td {
- padding-right: 7px;
-}
-
-.tab_header td.name {
- text-align: left;
- white-space: nowrap;
-}
-
-.tab_header td.value {
- text-align: right;
- white-space: nowrap;
- font-weight: bold;
-}
-
-.extension-close {
- position: absolute;
- top: 5px; right: 10px;
-}
-
-.source_options {
- margin-top: 5px;
- padding-top: 5px;
- border-top: 1px solid #ddd;
- font-size: 85%;
-}
-
-.source_options td {
- background: url("../images/sep12.png") no-repeat scroll 0 50% transparent;
- padding: 0 10px;
-}
-
-.source_options td.first {
- background: none;
- padding: 0 10px 0 0;
-}
-
-div.autocomplete {
- position: absolute;
- width: 600px;
- right: 10px;
- top: 10px;
- background-color: #fff;
- border: 1px solid #ccc;
- margin: 0;
- padding: 0;
- color: #111;
- line-height: 18px;
- box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
- z-index: @dropdown-menu-z-index;
-}
-
-div.autocomplete ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-div.autocomplete ul li {
- list-style-type: none;
- display: block;
- margin: 0;
- padding: 3px 5px;
- cursor: pointer;
- color: #333;
- line-height: 18px;
- height: 18px;
- vertical-align: middle;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
-div.autocomplete div.q {
- font-size: 93%;
- color: #777;
- width: 90px;
- text-align: right;
- margin-right: 5px;
- display: inline-block;
-
- /* For IE 7 */
- zoom: 1;
- *display: inline;
-}
-
-div.autocomplete ul li img {
- vertical-align: middle;
-}
-
-div.autocomplete ul li.selected {
- background-color: @lightBlue;
-}
-
-div.autocomplete strong {
- font-weight: bold;
-}
-
-div.autocompleteNote {
- color: #777;
- font-size: 85%;
- background-color: #EFEFEF;
- border-top: 1px solid #CCC;
- padding: 1px 10px;
-}
-
-.color_OK {
- border: 2px solid #00aa00 !important;
- color: #00aa00 !important;
-}
-
-.color_WARN {
- border: 2px solid #ed7d20 !important;
- color: #ed7d20 !important;
-}
-
-.color_ERROR {
- border: 2px solid #d4333f !important;
- color: #d4333f !important;
-}
-
-.admin-page-title {
- margin-bottom: 0;
-}
-
-.admin-page-description {
- font-size: 85%;
- font-weight: normal;
- margin-bottom: 25px;
-}
-
-.red-button {
- color: #990000 !important;
-}
-
-.red-button:hover {
- color: #FFFFFF !important;
- border: solid 1px #CD504A !important;
- background: #B33630 !important;
- background: -webkit-gradient(linear, left top, left bottom, from(#DC5F59), to(#B33630)) !important;
- background: -moz-linear-gradient(top, #DC5F59, #B33630) !important;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#DC5F59', endColorstr = '#B33630') !important;
-}
-
-.red-button:active {
- color: #FFFFFF !important;
- border: solid 1px #CD504A !important;
- background: #B33630 !important;
- background: -webkit-gradient(linear, left top, left bottom, from(#AC2F29), to(#D35650)) !important;
- background: -moz-linear-gradient(top, #AC2F29, #D35650) !important;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#AC2F29', endColorstr = '#D35650') !important;
-}
-
-.red-button[disabled] {
- position: relative;
- top: 0;
- text-shadow: 1px 1px 0 #FFFFFF;
- color: #BBBBBB;
- border: solid 1px #DDD;
- background: #EBEBEB;
- background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
- background: -moz-linear-gradient(top, #FFFFFF, #E1E1E1);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFFFFF', endColorstr = '#E1E1E1');
- cursor: default;
-}
-
-a.external {
- background: url('../images/links/external.png') no-repeat 100% 0;
- padding: 0 16px 0 0;
-}
-
-.fav {
- display: inline-block;
- background: url('../images/star.png') no-repeat 100% 0;
- width: 16px;
- height: 16px;
- vertical-align: text-bottom;
-}
-
-.notfav {
- display: inline-block;
- background: url('../images/star_off.png') no-repeat 100% 0;
- width: 16px;
- height: 16px;
- vertical-align: text-bottom;
-}
-
-/* DUPLICATIONS */
-
-.duplications {
- max-width: 100%;
-}
-
-.duplications td.item {
- text-align: right;
- vertical-align: top;
- padding: 0;
-}
-
-.duplications td.item p {
- padding: 3px 5px;
-}
-
-.duplications td.fileItem {
- text-align: left;
- vertical-align: top;
- padding: 0;
- white-space: nowrap;
-}
-
-.duplications td.fileItem p {
- padding: 3px 5px;
-}
-
-.duplications td.item p.selected, .duplications td.fileItem p.selected {
- background-color: #EFEFEF;
- border-top: 1px solid #DDD;
- border-bottom: 1px solid #DDD;
- padding: 3px 5px;
-}
-
-.duplications td.fileItem p.selected a {
- text-decoration: none;
-}
-
-.duplications td.sourceItem {
- padding: 0;
- background-color: #EFEFEF;
- border: 1px solid #DDD;
- border-left: none;
-}
-
-.duplications td.sourceItem p {
- padding: 3px;
-}
-
-.duplicationsMessage {
- padding: 10px;
-}
-
-.discussion {
- width: 100%;
- border: 1px solid #DDDDDD;
-}
-
-.discussionComment.first {
- border-top: none;
-}
-
-.discussionComment {
- background-color: #EFEFEF;
- border-top: 1px solid #DDDDDD;
- line-height: 1.5em;
- margin: 0;
- padding: 5px 10px;
-
- h4 {
- font-size: 90%;
- margin-bottom: 2px;
- }
-
- h4 img {
- vertical-align: sub;
- }
-
- ol li {
- list-style: decimal inside;
- }
-
- ul li {
- list-style: square inside;
- }
-
- pre {
- padding: 10px;
- border: 1px dashed #DDD;
- color: #444;
- font-size: 12px;
- }
-}
-
-div.comment-excerpt {
- background-color: transparent;
- margin-top: 5px;
- margin-bottom: 5px;
- color: #777777;
- font-size: 90%;
-}
.vertical-middle { vertical-align: middle; }
.nowrap { white-space: nowrap; }
+table.nowrap td, td.nowrap, th.nowrap { white-space: nowrap; }
.hidden {
display: none !important;
.note {
color: @secondFontColor;
font-size: @smallFontSize;
+
+ a {
+ color: @secondFontColor;
+ }
}
.spacer-left { margin-left: 8px; }
border-spacing: 0;
}
+.table > thead > tr > th {
+ border-top: 0 none;
+ font-weight: bold;
+ vertical-align: bottom;
+ line-height: 16px;
+ padding: 4px 5px;
+ vertical-align: bottom;
+}
+
+.table > tbody > tr > td {
+ line-height: 16px;
+ padding: 4px 5px;
+ vertical-align: top;
+}
+
+.table > tfoot > tr > td {
+ font-size: 93%;
+ color: #777;
+ padding: 4px 5px;
+}
+
+.table > tfoot > tr > td a {
+ color: #777;
+}
+
.odd {
background-color: #fff;
}
+.even {
+ background-color: #f5f5f5;
+}
+
.odd.selected,
.even.selected,
.odd.selected a,
color: @baseFontColor;
}
+table.data, table.spaced {
+ width: 100%;
+}
+
table.data > thead:after {
display: block;
line-height: 5px;
vertical-align: middle;
}
-.data td.category {
- padding-right: 15px;
-}
-
-.categoryDescription {
- padding: 10px 5px;
-}
-
-.data td.category.withSubcategories {
- background-image: url('../../images/bullet_arrow_down.gif');
- background-position: right center;
- background-repeat: no-repeat;
-}
-
-.data td.subcategory {
- padding-left: 20px;
-}
-
.hoverable:hover {
background-color: #CAE3F2;
}
color: #111;
}
-table.sortable .sortcol {
- cursor: pointer;
- padding-left: 15px;
- background-repeat: no-repeat;
- background-position: right center;
-}
-
-table.sortable .sortasc {
- background-image: url('../../images/bullet_arrow_up.gif');
- background-position: left center;
-}
-
-table.sortable .sortdesc {
- background-image: url('../../images/bullet_arrow_down.gif');
- background-position: left center;
-}
-
-table.sortable .righticon {
- padding-right: 15px;
- background-position: right center;
-}
-
-table.sortable .nosort {
- cursor: default;
-}
-
table.spaced th {
font-weight: bold;
color: #333;
@import (reference) '../variables';
@import (reference) '../init/links';
@import (reference) '../components/ui';
-@import (reference) '../components/navigator/config';
@facetsHeight: 36px;
position: absolute;
z-index: @dropdown-menu-z-index;
width: 200px;
- border: 1px solid @navigatorBorderLightColor;
+ border: 1px solid @barBorderColor;
box-sizing: border-box;
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
background-color: #fff;
.link-no-underline;
transition: all 0.2s ease;
- &:hover { background-color: @navigatorBarBackground; }
+ &:hover { background-color: @barBackgroundColor; }
strong {
font-weight: bold;
+++ /dev/null
-/*
- * SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-@import (reference) "../mixins";
-@import (reference) "../variables";
-@import (reference) "../components/ui";
-
-.dashboard-page,
-.dashboard-page body {
- background-color: @barBackgroundColor;
-}
-
-.dashboard-page #ftlinks {
- border-top-color: @barBorderColor;
- background-color: @barBackgroundColor;
-}
-
-/* LAYOUT */
-#dashboard .transparent {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background: url('../../images/transparent.gif') repeat;
- z-index: @dashboard-transparent-z-index;
-}
-
-/* WIDGETS */
-#dashboard .widget {
- position: relative;
- overflow-x: auto;
- overflow-y: hidden;
- padding: 10px;
- margin: 0;
-}
-
-#dashboard .widget .big {
- line-height: 1.5;
- font-size: 24px;
- font-weight: 300;
-}
-
-#dashboard .block {
- margin: 0 0 10px 0;
- border: 1px solid @barBorderColor;
- background-color: @white;
-}
-
-#dashboard .configure_widget {
- display: block;
- position: relative;
-}
-
-#dashboard .widget_props {
- background-color: #FFFBE2;
- border: 1px solid #FCE174;
- margin: 5px;
- padding: 5px;
-}
-
-#dashboard .widget-title {
- padding: 10px;
- line-height: 1;
- border-bottom: 1px solid @barBorderColor;
- color: @baseFontColor;
- font-size: 14px;
- font-weight: 400;
- text-transform: uppercase;
-
- a { .link-no-underline; }
-}
-
-/*CONFIGURATION*/
-#dashboard #configure {
- position: relative;
- height: 260px;
- margin: 5px 0 10px 0;
-}
-
-#dashboard #widget_defs, #dashboard #edit-layout {
- background-color: #FFFBE2;
- border: 1px solid #FCE174;
- padding: 5px;
- overflow-x: hidden;
-}
-
-#dashboard #widget_defs {
- margin-right: 104px;
- overflow-y: auto;
- height: 250px;
-}
-
-#dashboard #edit-layout {
- width: 86px;
- height: 248px;
- position: absolute;
- right: 0;
- top: 0;
- padding-top: 5px;
-}
-
-#dashboard #edit-layout p {
- margin-bottom: 5px;
-}
-
-#dashboard .widget_def {
- display: inline-block;
- vertical-align: top;
- border: 1px solid #FCE174;
- padding: 5px;
- margin: 5px;
- white-space: normal;
- width: 250px;
- min-height: 100px;
-}
-
-#dashboard ul.widget_categs li {
- padding-right: 5px;
-}
-
-#dashboard ul.widget_categs li.selected a {
- font-weight: bold;
- text-decoration: none;
-}
-
-#dashboard .select-layout {
- float: left;
-}
-
-#dashboard .select-layout img {
- border: 3px solid #FFF6BF;
-}
-
-#dashboard .select-layout.selected img {
- border: 3px solid #4B9FD5;
-}
-
-.admin_page {
- position: relative;
-}
-
-.admin_page table {
- margin-top: 10px;
- margin-bottom: 50px;
-}
-
-.admin_page .empty {
- font-style: italic;
-}
-
-.admin_page .operations {
- width: 260px;
- text-align: right;
-}
-
-.admin_page .operations .link-action { margin-left: 4px; }
-
-.admin_page .owner {
- width: 140px;
- text-align: center;
-}
-
-.admin_page .shared {
- width: 40px;
- text-align: center;
-}
-
-.admin_page .order, .admin_page .global {
- width: 45px;
- text-align: center;
-}
-
-/*OPERATIONS*/
-#dashboard #dashboard-operations {
- position: relative;
- display: inline-block;
- width: 100%;
-}
-
-#dashboard #dashboard-operations ul.operations {
- float: left;
- list-style-type: none;
- border: 1px solid #cdcdcd;
- padding: 0;
- margin: 0;
- border-radius: 3px;
-}
-
-#dashboard #dashboard-operations ul.operations li {
- float: left;
- margin: 0;
- padding: 2px 10px;
- position: relative;
- background-color: #f4f4f4;
- font-size: 85%;
- border-right: 1px solid #cdcdcd;
-}
-
-#dashboard #dashboard-operations ul.operations li.last {
- border-right-width: 0;
-}
-
-#dashboard #dashboard-operations ul.operations li.selected {
- background-color: #d4d4d4;
-}
-
-#dashboard #dashboard-operations ul.operations li a {
- color: #555;
-}
-
-#dashboard .dashboard-column {
- margin: 0;
- padding: 0;
- overflow: visible;
-}
-
-#dashboard .dashboard-column-wrapper {
- float: left;
- margin: 0;
- padding: 0;
-}
-
-#dashboard .column-handle {
- height: 30px;
- width: 100%;
- margin: 0;
- padding: 0;
- display: inline-block;
- line-height: 100px;
- text-align: center;
- font-size: x-large;
- vertical-align: middle;
- background-color: #eee;
-}
-
-#dashboard .block {
- position: relative;
- width: 100%;
-}
-
-#dashboard .widget-header {
- line-height: 16px;
- padding: 3px 5px 5px;
- background-color: #efefef;
- border-bottom: 0;
-}
-
-#dashboard .widget-handle {
- cursor: move;
- margin: 0;
- background-image: url('../../images/move.png');
- background-position: left center;
- background-repeat: no-repeat;
- padding-left: 20px;
-}
-
-#dashboard .widget-actions {
- float: right;
-}
-
-#dashboard .widget-actions a {
- cursor: pointer;
-}
-
-#dashboard .block-hover {
- outline: 2px dashed #ddd;
-}
-
-#dashboard .shadow-block {
- box-shadow: 8px 8px 8px #ddd;
-}
-
-
-
-/*
- * Widget Components
- */
-
-.widget-row {
- font-size: 0;
- margin: 0 -10px -20px;
-}
-
-.widget-span {
- display: inline-block;
- vertical-align: top;
- padding: 0 10px 20px;
- box-sizing: border-box;
- font-size: @baseFontSize;
-}
-
-.widget-span-1 { width: 8.33333333333333%; }
-.widget-span-2 { width: 16.66666666666667%; }
-.widget-span-3 { width: 25%; }
-.widget-span-3-5 { width: 29.16666666666667%; }
-.widget-span-4 { width: 33.33333333333333%; }
-.widget-span-5 { width: 41.66666666666667%; }
-.widget-span-6 { width: 50%; }
-.widget-span-7 { width: 58.33333333333333%; }
-.widget-span-8 { width: 66.666666666667%; }
-.widget-span-9 { width: 75%; }
-.widget-span-10 { width: 83.333333333333%; }
-.widget-span-11 { width: 91.666666666667%; }
-.widget-span-12 { width: 100%; }
-
-.widget-label {
- display: block;
- font-size: @baseFontSize;
- line-height: 1.2;
- font-weight: 300;
-}
-
-.widget-number {
- color: @darkBlue;
-}
-
-.widget-big {
- line-height: 1.5;
- font-size: 24px;
- font-weight: 300;
-}
-
-.widget-medium {
- line-height: 1.5;
- font-size: 18px;
- font-weight: 300;
-}
-
-.widget-measure {
- display: inline-block;
- vertical-align: top;
- margin: 0 15px 10px 0;
-
- .widget-link, .widget-number { .widget-medium; }
- .widget-label { text-transform: capitalize; }
-}
-
-.widget-measure-main {
- display: block;
- margin-top: 10px;
-
- .widget-link, .widget-number { .widget-big; }
- .widget-label { font-size: @bigFontSize; }
-}
-
-.widget-measure-container {
- margin: -10px 0;
-}
-
-.widget-measure-delta {
- margin-top: -5px;
- margin-bottom: 10px;
- line-height: 1.5;
-}
-
-// Widget Histogram
-
-.widget-barchar {
- line-height: 1;
-
- td {
- vertical-align: middle !important;
- }
-
- div.barchart div { height: 1em; }
-}
-
-.widget-measure-container .widget-barchar { margin-bottom: 10px; }
-
-.widget-measure-container .widget-barchart-more {
- margin-top: -5px;
- margin-bottom: 10px;
- padding-left: 5px;
-}
-
-// Description Widget
-
-.description-widget-project {
- display: inline-block;
- line-height: 1.5;
- margin-right: 10px;
- font-size: @bigFontSize;
- font-weight: 300;
- white-space: nowrap;
-
- [class^="icon-"], [class*=" icon-"] {
- position: relative;
- top: 4px;
- }
-}
-
-.description-widget-description {
- margin: 7px 0;
- line-height: 1.5;
-}
-
-.description-widget-key {
- color: @secondFontColor;
- font-size: @smallFontSize;
- font-weight: 300;
- white-space: nowrap;
-}
-
-.description-widget-links {
-
- & > li {
- display: inline-block;
- vertical-align: top;
- padding: 5px 25px 5px 0;
-
- & > a {
- font-size: @baseFontSize;
-
- & > i, & > i:before {
- vertical-align: top;
- font-size: 16px;
- }
- }
- }
-}
-
-.description-widget-link-data {
- margin-top: 7px;
-}
*/
@import (reference) "../variables";
@import (reference) "../mixins";
-@import (reference) "../components/navigator/config";
.quality-gates-side {
background-color: @barBackgroundColor;
border-color: transparent;
&:hover:not(.active):not(.empty) {
- background-color: @navigatorBarBackground;
+ background-color: @barBackgroundColor;
}
&.active {
}
.quality-gate-section-empty + .quality-gate-section {
- border-top: 1px solid @navigatorBorderLightColor;
+ border-top: 1px solid @barBorderColor;
}
.quality-gate-section-name {
@imagesPath: '../images/select2.png';
@imagesPath2x: '../images/select2x2.png';
-@spinnerPath: '../images/spinner.gif';
+@spinnerPath: '../images/loading.gif';
.select2-container {
vertical-align: middle;
}
.select2-search input.select2-active {
- background: #ffff url('../images/spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%);
+ background: #ffff url('../images/loading.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice,
}
.select2-more-results.select2-active {
- background: #f4f4f4 url('../images/spinner.gif') no-repeat 100%;
+ background: #f4f4f4 url('../images/loading.gif') no-repeat 100%;
}
.select2-more-results {
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
- background: #fff url('../images/spinner.gif') no-repeat 100% !important;
+ background: #fff url('../images/loading.gif') no-repeat 100% !important;
}
.select2-default {
@import "components/page";
@import "components/component-name";
@import "components/navbar";
-@import "components/navigator";
@import "components/select-list";
@import "components/graphics";
@import "components/list-groups";
@import "components/react-select";
@import "pages/coding-rules";
-@import "pages/dashboard";
@import "pages/issues";
@import "pages/quality-gates";
@import "pages/maintenance";
@import "pages/login";
@import 'style';
-@import 'deprecated';
@import 'print';
@import 'sonar-colorizer';
@import 'mixins';
@import (reference) "components/ui";
@import (reference) "components/typography";
-/* ACTION PLANS */
-table.actionPlans {
- margin-top: 10px;
-}
-
-table.actionPlans td.progress {
- width: 300px;
- padding: 0px 40px;
-}
-
-table.actionPlans td.noprogress {
- color: #777777;
- font-size: 93%;
- padding-left: 43px;
- padding-right: 40px;
-}
-
-table.actionPlans td.over-due {
- color: #CC0000;
- font-weight: bold;
-}
-
-div.progress {
- width: 100%;
- margin: 4px;
-}
-
-div.progress table {
- width: 100%;
-}
-
-div.progress td {
- height: 10px;
-}
-
-div.progress td a {
- display: block;
- width: 100%;
- height: 100%;
-}
-
-div.progress td.resolved {
- background-color: #078C00;
-}
-
-div.progress td.open {
- background-color: #CC0000;
-}
-
-div.progress div.note {
- color: #777;
- font-size: 93%;
- font-weight: normal;
- white-space: nowrap;
-}
-div.note a {
- color: #777777;
-}
-
-/* ------------------- DASHBOARD ------------------- */
-
-#alerts_widget {
- margin-bottom: 10px;
- padding: 5px 5px 5px 10px;
-}
-
-#alerts_widget img {
- vertical-align: bottom;
-}
-
-span.empty_widget {
- color: #777777;
- font-size: 93%;
-}
-
-.dashbox {
- float: left;
- vertical-align: top;
- text-align: left;
- padding: 0 10px 7px 0;
-
- h3 {
- line-height: 1.2;
- font-size: @bigFontSize;
- font-weight: 300;
- }
-
- a .rating { color: #fff; }
-}
-
-.adminportlet {
- border: 2px dashed #ccc;
- margin-bottom: 10px;
- padding: 10px;
-}
-
-table.header1 {
- background-color: #EFEFEF;
- color: #444;
- border: 1px solid #DDD;
- margin: 0 0 10px 0;
- width: 100%;
-}
-
-table.header1 td {
- padding: 10px 0 10px 10px;
- text-align: left;
- vertical-align: top;
-}
-
-.headerLine {
- background-color: #EFEFEF;
- color: #444;
- border: 1px solid #DDD;
- margin: 0 0 10px 0;
- line-height: 28px;
- height: 28px;
-}
-
-ul.headerLine li {
- float: left;
- display: block;
- padding: 0 10px 0;
- height: 28px;
- vertical-align: middle;
-}
-
-ul.headerLine li.sep {
- background: url("../images/sep12.png") no-repeat scroll 50% 50% transparent;
- padding: 0 5px 0 5px;
-}
-
-ul.headerLine select, ul.headerLine input, ul.headerLine button, ul.headerLine textarea, ul.headerLine span {
- vertical-align: middle;
-}
-
-select.withIcons option, span.withIcons {
- background-repeat: no-repeat;
- background-position: 2px 0;
- padding: 0 2px 0 22px;
- vertical-align: middle;
-}
-
-option.status_open {
- background-image: url('../images/status/OPEN.png');
-}
-
-option.status_reopened {
- background-image: url('../images/status/REOPENED.png');
-}
-
-option.status_resolved {
- background-image: url('../images/status/RESOLVED.png');
-}
-
-option.status_closed {
- background-image: url('../images/status/CLOSED.png');
-}
-
-option.sev_INFO, span.sev_INFO {
- background-image: url('../images/priority/INFO.png');
-}
-
-option.sev_MINOR, span.sev_MINOR {
- background-image: url('../images/priority/MINOR.png');
-}
-
-option.sev_MAJOR, span.sev_MAJOR {
- background-image: url('../images/priority/MAJOR.png');
-}
-
-option.sev_CRITICAL, span.sev_CRITICAL {
- background-image: url('../images/priority/CRITICAL.png');
-}
-
-option.sev_BLOCKER, span.sev_BLOCKER {
- background-image: url('../images/priority/BLOCKER.png');
-}
-
-/* ------------------- VARIATIONS ------------------- */
-.var {
- color: #444 !important;
-}
-
-.varb {
- /* better */
- color: @green !important;
-}
-
-.varw {
- /* worst */
- color: @red !important;
-}
-
-/* ------------------- HELP ------------------- */
-.help {
- border: 1px solid #DDD;
- background-color: #EFEFEF;
- color: #444;
- padding: 5px;
-}
-
-.help h2 {
- padding-left: 23px;
- color: #444;
- vertical-align: bottom;
- font-weight: bold;
- background: url('../images/information.png') no-repeat left center;
-}
-
-.help p {
- padding: 5px 0;
-}
-
-.inline-help {
- padding: 5px;
- margin: 5px;
- background-color: #FFF6BF;
- border: 1px solid #FFD324;
-}
-
-/* ------------------- FORMS ------------------- */
-.admintable {
- border: solid 1px #FFD324;
- background-color: #FFF6BF;
- color: #111;
-}
-
-.admintable td {
- padding: 5px 10px;
-}
-
-.admintable span.desc {
- font-size: 85%;
- font-weight: normal;
-}
-
-/* ------------------- BOXES ------------------- */
-.box {
- border: 1px solid #ccc;
- background-color: #EFEFEF;
- margin-bottom: 5px;
- color: #444;
- padding: 10px;
+.dashboard-page,
+.dashboard-page body {
+ background-color: @barBackgroundColor;
}
-.box a, .box a:visited {
- color: #555;
-}
-
-.admin {
- border: solid 1px #FFD324;
- background-color: #FFF6BF;
- color: #514721;
- margin-bottom: 5px;
- padding: 5px;
-}
-
-.admin h3 {
- font-size: 100%;
- text-align: left;
- font-weight: bold;
- color: #333;
-}
-
-.column {
- vertical-align: top;
- text-align: left;
- padding: 0 0 0 10px;
-}
-
-.column.first {
- padding: 0;
-}
-
-.column h3 {
- padding: 3px 0;
-}
-
-.scrollable {
- height: 144px;
- overflow: auto;
- border: 1px solid @barBorderColor;
-}
-
-.scroll-ie {
- overflow-x: hidden;
- padding-right: 17px;
-}
-
-.red {
- color: #8B0000;
-}
-
-.green {
- color: #050;
-}
-
-ul.bullet {
- margin: 3px 0 3px 25px;
-}
-
-ul.bullet li {
- padding: 2px 0;
- list-style-image: url("../images/bullet.png");
-}
-
-.rule_title {
- font-size: 110%;
-}
-
-.tablinks {
- float: right;
- padding: 0 5px 0 10px;
- text-align: right;
-}
-
-.tablinks li {
- float: left;
- text-align: right;
- margin-left: 5px;
- padding: 0 0 0 5px;
-}
-
-.tablinks li.first {
- background: none;
-}
-
-.tablinks a {
- text-decoration: underline;
- color: #777;
- font-size: 85%;
-}
-
-.tabs-panel {
- border-right: 1px solid #DDD;
- border-bottom: 1px solid #DDD;
- border-left: 1px solid #DDD;
- border-top-width: 0;
- padding: 10px;
-}
-
-/* tabs2 is deprecated since 4.1. It is kept for backward-compatibility */
-.tabs2, .tabs {
+.tabs {
height: 20px;
border-bottom: 1px solid #DDD;
margin: 0;
font-size: 93%;
}
-.tabs2 li, .tabs li {
+.tabs li {
display: inline;
list-style-type: none;
font-weight: normal;
padding: 0;
}
-.tabs2 li a, .tabs li a {
+.tabs li a {
float: left;
color: #777;
vertical-align: bottom;
transition: none;
}
-.tabs2 li a.selected, .tabs li a.selected, .tabs .ui-tabs-active a {
+.tabs li a.selected, .tabs .ui-tabs-active a {
text-decoration: none;
color: #555 !important;
font-weight: bold;
margin: 0 1px 0 0;
}
-.tabbed {
- border: 1px solid silver;
- border-top: 0;
- padding: 5px;
-}
-.comments {
- color: #777;
- font-size: 12px;
- margin-bottom: 10px;
- padding: 4px;
-}
-
-.little {
- font-size: 80%;
-}
-
-.alert_WARN {
- background-color: @orange;
- color: #fff;
- margin: 0;
- padding: 0 3px;
-
- a > & {
- margin-bottom: -1px;
- border-bottom: 1px solid @orange;
- transition: all 0.2s ease;
-
- &:hover { opacity: 0.8; }
- }
-}
-
-.alert_ERROR {
- background-color: @red;
- color: #fff;
- margin: 0;
- padding: 0 3px;
-
- a > & {
- margin-bottom: -1px;
- border-bottom: 1px solid @red;
- transition: all 0.2s ease;
-
- &:hover { opacity: 0.8; }
- }
-}
-
-#comparison span.best {
- font-size: 108%;
- font-weight: bold;
-}
-
.markdown-tips {
font-size: @smallFontSize;
color: @secondFontColor;
}
-
-/* API for Rule and Property Descriptions */
-.rule-desc,
-.markdown {
+.rule-desc, .markdown {
.formatted;
}
list-style-position: inside;
margin: 10px;
}
-/* End of API for Rule Descriptions */
-
-
-
-.tip:hover {
- background: #FFF;
- position: relative;
- z-index: @tip-z-index;
-}
-
-.tip span {
- display: none;
- margin-left: -20px;
- padding: 4px 5px;
-}
-
-.tip:hover span {
- display: inline;
- position: absolute;
- background: #CAE3F2;
- border: 1px solid #4b9fd5;
- color: #262626;
- white-space: nowrap;
- text-decoration: none;
-}
-
-.hbar {
- float: left;
- border: none;
- clear: both;
- width: 4em;
- margin: 0;
- padding: 2px 0 0;
-}
-
-.hbar li {
- background-color: #777;
- color: #FFF;
- font-family: Verdana, Tahoma, Arial, sans-serif;
- font-size: xx-small;
- letter-spacing: -0.075em;
- list-style: none;
- line-height: 1.1em;
- text-align: right;
- vertical-align: middle;
- padding: 0.1em;
-}
-
-div.barchart {
- border: 0;
- margin: 0;
- padding: 0;
- float: left;
-}
-
-div.barchart > div {
- min-width: 1px;
- background-color: #c4d6e1;
- height: 0.9em;
-}
-
-table.matrix thead {
- background-color: #CAE3F2;
- border: 1px solid #4b9fd5;
-}
-
-table.matrix thead th {
- text-align: right;
- border-right: 1px solid #4b9fd5;
- padding: 4px 5px;
-}
-
-table.matrix tbody td {
- border: 1px solid #ddd;
- margin: 0;
- padding: 4px 5px;
-}
-
-table.matrix tbody td.title {
- border: none;
- font-weight: bold;
- margin: 0;
- padding: 5px 0 0 5px;
-}
-
-a.nolink {
- .link-no-underline;
-}
-
-h1 strong, .dashbox .title {
- font-weight: bold;
-}
-
-.even, table.sortable tr.rowodd {
- background-color: #f5f5f5;
-}
-
-.bordered {
- border-bottom: 1px solid #ddd;
-}
-
-table.data, table.spaced {
- width: 100%;
-}
-
-table.data td.barchart {
- width: 100px;
-}
-
-table.without-header {
- border-top: 1px solid #ddd;
-}
-
-.hoverable.selected a {
- color: #fff;
-}
-
-/* GENERIC STYLES */
-.line-block {
- display: block;
- width: 100%;
- height: 24px;
- line-height: 22px;
- margin-bottom: 5px;
-}
-
-.line-info {
- background: url('../images/information.png') no-repeat scroll left 50% transparent;
- padding-left: 18px
-}
-
-div.break10 {
- height: 10px;
-}
-
-div.break30 {
- height: 30px;
-}
-
-.marginbottom10 {
- margin-bottom: 10px;
-}
-
-.marginbottom5 {
- margin-bottom: 5px;
-}
-
-.marginright10 {
- margin-right: 10px;
-}
-
-.marginleft10 {
- margin-left: 10px;
-}
.width100 {
width: 100%;
}
-ul.horizontal {
- list-style-type: none;
-}
-
-ul.horizontal li {
- float: left;
- position: relative;
-}
-
-table.nowrap td, td.nowrap, th.nowrap {
- white-space: nowrap;
-}
-
-table.nowrap td.small, td.nowrap.small, th.nowrap.small {
- line-height: 16px;
-}
-
-.background-gray {
- background-color: #EFEFEF;
- color: #444;
-}
-
-/* CONFIGURATION OF Q PROFILES */
-.bulk-edit {
- display: block;
- padding: 2px 0 2px 2px;
-}
-
-.csv {
- display: block;
- background: url("../images/csv.png") no-repeat scroll left 50% transparent;
- padding: 2px 0 2px 20px;
-}
-
-.add {
- display: block;
- background: url("../images/add.png") no-repeat scroll left 50% transparent;
- padding: 2px 0 2px 20px;
-}
-
-.restore {
- display: block;
- background: url("../images/restore.gif") no-repeat scroll left 50% transparent;
- padding: 2px 0 2px 20px;
-}
-
-.compare {
- display: block;
- background: url("../images/compare.png") no-repeat scroll left 50% transparent;
- padding: 2px 0 2px 20px;
-}
-
-/* Profile diff */
-.diffParam {
- font-family: @monoFontFamily;
-}
-
-.yellowHighlight {
- background: #FFFBCC;
-}
-
-.link-more {
- background-image: url('../images/bullet_arrow_down.png');
- background-repeat: no-repeat;
- padding-right: 20px;
- background-position: right center;
- cursor: pointer;
-}
-
-.form-key-cell {
- padding: 2px 8px 4px 10px;
- text-align: right;
- width: 1%;
- white-space: nowrap;
- vertical-align: top;
-}
-
-.form-val-cell {
- padding: 2px 8px 4px 0;
- text-align: left;
- white-space: normal;
-}
-
-.form-val-cell li {
- margin-bottom: 5px;
-}
-
-.form-val-note {
- color: #999;
-}
-
-.table > thead > tr > th {
- border-top: 0 none;
- font-weight: bold;
- vertical-align: bottom;
- line-height: 16px;
- padding: 4px 5px;
- vertical-align: bottom;
-}
-
-.table > tbody > tr > td {
- line-height: 16px;
- padding: 4px 5px;
- vertical-align: top;
-}
-
-.table > tfoot > tr > td {
- font-size: 93%;
- color: #777;
- padding: 4px 5px;
-}
-
-.table > tfoot > tr > td a {
- color: #777;
-}
-
-.table-bordered > tbody {
- border-left: 1px solid #DDD;
- border-right: 1px solid #DDD;
- border-bottom: 1px solid #DDD;
-}
-
-.table-bordered > tbody > tr > td {
- border-top: 1px solid #DDD;
-}
-
-select.small-width {
- max-width: 120px;
-}
-
-select.medium-width {
- max-width: 175px;
- width: 175px;
-}
-
-
textarea.width100 {
width: 100%;
box-sizing: border-box;
.property .note {
margin-top: 5px;
}
-
-/* ------------------- Accordion navigation styles ------------------- */
-
-.accordion-item {
- border: 1px solid @barBorderColor;
- margin-bottom: 20px;
-}
-
-.accordion-item table.data {
- /* Fix an issue on Google Chrome to prevent the horizontal scroll to appear */
- border-collapse : separate;
-}
-
-.accordion-item-body-medium {
- max-height: 200px;
- overflow: auto;
-}
-
-
-/* ------------------- Rule styles ------------------- */
-
-.rule-search {
- display: inline-block;
- line-height: 16px;
-}
-
-div.rule-title {
- display: inline-block;
- float: left;
- clear: right;
-}
-
-#result_table .rule-desc {
- width: 100%;
- float: left;
- clear: right;
-}
-
-.rule-status, .rule-tags {
- display: inline-block;
- margin-left: 10px;
- float: right;
- padding: 3px 5px 0 0;
- font-size: 85%;
- color: #777;
-}
-
-.rule-tags a {
- color: inherit;
- text-decoration: none;
-}
-
-.rule-status span {
- text-transform: uppercase;
-}
-
-.rule-tags span {
- background-color: #eee;
- padding: 3px 4px;
- margin: 4px 2px;
- border-radius: 2px;
- box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.12) inset;
-}
-
-/* ------------------- Role search styles ------------------- */
-
-.project-search {
- display: inline-block;
- line-height: 16px;
- padding: 4px 2px;
-}
@pageFooterHeight: 60px;
+/*
+ * Navigator
+ */
+
+@navigatorPadding: 10px;
+@navigatorHeaderHeight: 40px;
+
+
/*
* z-index
+++ /dev/null
-Fugue Icons
-
-Copyright (C) 2010 Yusuke Kamiyamane. All rights reserved.
-The icons are licensed under a Creative Commons Attribution
-3.0 license. <http://creativecommons.org/licenses/by/3.0/>
\ No newline at end of file
+++ /dev/null
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 438.5 438.5" xml:space="preserve">
- <path d="M409.1 114.6c-19.6-33.6-46.2-60.2-79.8-79.8C295.7 15.2 259.1 5.4 219.3 5.4c-39.8 0-76.5 9.8-110.1 29.4 -33.6 19.6-60.2 46.2-79.8 79.8C9.8 148.2 0 184.9 0 224.6c0 47.8 13.9 90.7 41.8 128.9 27.9 38.2 63.9 64.6 108.1 79.2 5.1 1 8.9 0.3 11.4-2 2.5-2.3 3.7-5.1 3.7-8.6 0-0.6 0-5.7-0.1-15.4 -0.1-9.7-0.1-18.2-0.1-25.4l-6.6 1.1c-4.2 0.8-9.5 1.1-15.8 1 -6.4-0.1-13-0.8-19.8-2 -6.9-1.2-13.2-4.1-19.1-8.6 -5.9-4.5-10.1-10.3-12.6-17.6l-2.9-6.6c-1.9-4.4-4.9-9.2-9-14.6 -4.1-5.3-8.2-8.9-12.4-10.8l-2-1.4c-1.3-1-2.6-2.1-3.7-3.4 -1.1-1.3-2-2.7-2.6-4 -0.6-1.3-0.1-2.4 1.4-3.3 1.5-0.9 4.3-1.3 8.3-1.3l5.7 0.9c3.8 0.8 8.5 3 14.1 6.9 5.6 3.8 10.2 8.8 13.8 14.8 4.4 7.8 9.7 13.8 15.8 17.8 6.2 4.1 12.4 6.1 18.7 6.1 6.3 0 11.7-0.5 16.3-1.4 4.6-1 8.8-2.4 12.8-4.3 1.7-12.8 6.4-22.6 14-29.4 -10.8-1.1-20.6-2.9-29.3-5.1 -8.7-2.3-17.6-6-26.8-11.1 -9.2-5.1-16.9-11.5-23-19.1 -6.1-7.6-11.1-17.6-15-30 -3.9-12.4-5.9-26.6-5.9-42.8 0-23 7.5-42.6 22.6-58.8 -7-17.3-6.4-36.7 2-58.2 5.5-1.7 13.7-0.4 24.6 3.9 10.9 4.3 18.8 8 23.8 11 5 3 9.1 5.6 12.1 7.7 17.7-4.9 36-7.4 54.8-7.4s37.1 2.5 54.8 7.4l10.8-6.8c7.4-4.6 16.2-8.8 26.3-12.6 10.1-3.8 17.8-4.9 23.1-3.1 8.6 21.5 9.3 40.9 2.3 58.2 15 16.2 22.6 35.8 22.6 58.8 0 16.2-2 30.5-5.9 43 -3.9 12.5-8.9 22.5-15.1 30 -6.2 7.5-13.9 13.9-23.1 19 -9.2 5.1-18.2 8.9-26.8 11.1 -8.7 2.3-18.4 4-29.3 5.1 9.9 8.6 14.8 22.1 14.8 40.5v60.2c0 3.4 1.2 6.3 3.6 8.6 2.4 2.3 6.1 3 11.3 2 44.2-14.7 80.2-41.1 108.1-79.2 27.9-38.2 41.8-81.1 41.8-128.9C438.5 184.9 428.7 148.2 409.1 114.6z"/>
-</svg>
+++ /dev/null
-<svg viewBox="0 0 500 240" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.41">
- <g transform="matrix(.964 0 0 .964 91.858 -35.894)">
- <path d="M143.7 209.7l79.6 76.2H356s.3-40.2 0-41.2C354.3 238.3 236 121 236 121l-30.3 52.7L168 212l-24.3-2.3z" fill="url(#a)" fill-rule="nonzero"/>
- <path d="M95.6 64.3l68.8-3.9c3.3-.3 6.2 1 8.5 3.2l87.1 80.9c4.3 4.2 6.9 14.3 2.6 18.8l-75 74.4c-4.3 4.2-11.5 4.2-16 0l-87.1-86.4c-2.3-2.3-3.6-5.2-3.3-8.4l3.9-69.5c.3-5.6 4.9-8.8 10.5-9.1z" fill="#E8201D" fill-rule="nonzero"/>
- <path d="M95.6 58.8l68.8-3.9c3.3-.3 6.2 1 8.5 3.2l87.1 86.4c4.3 4.2 4.3 11.4 0 15.9l-72.4 71.8c-4.3 4.2-11.5 4.2-16 0l-87.1-86.4c-2.3-2.3-3.6-5.2-3.3-8.4l3.9-67.9c.3-5.9 4.9-10.4 10.5-10.7z" fill="#ED592C" fill-rule="nonzero"/>
- <path d="M187.6 232.2c-4.3 4.2-11.5 4.2-16 0l-87.1-86.4c-2.3-2.3-3.6-5.2-3.3-8.4l3.9-67.9c.3-5.5 4.9-10.1 10.5-10.4l68.8-4.2c3.3-.3 6.2 1 8.5 3.2" fill="#EC4F22" fill-rule="nonzero"/>
- <path d="M99.8 91.6c0 10.1 8.2 23.7 18.7 23.7 10.1 0 18.7-13.6 18.7-23.7S129 73 118.5 73s-18.7 8.5-18.7 18.6z" fill="#DF4221" fill-rule="nonzero"/>
- <ellipse cx="118.1" cy="91.6" rx="18.7" ry="18.5" fill="#DE1B1E"/>
- <path d="M131.2 78.6c-7.2-7.1-19-7.1-26.2 0-7.2 7.1-7.2 18.8 0 26" fill="#C1081D" fill-rule="nonzero"/>
- <ellipse cx="118.1" cy="91.6" rx="11.1" ry="11" fill="#EBF0F2"/>
- <path d="M110.3 83.8c-4.3 4.2-4.3 11 0 15.3 4.3 4.2 11.1 4.2 15.4 0" fill="#C9DFE4" fill-rule="nonzero"/>
- <g fill="#435A57" fill-rule="nonzero">
- <path d="M66.1 44.1c-1.3-1.3-1.3-2.9 0-4.2 1.3-1.3 2.9-1.3 4.3 0l50.1 49.7c1.3 1.3 1.3 2.9 0 4.2-1.3 1.3-5.2 3.6-6.5 2.3l-47.9-52z" fill-opacity=".3"/>
- <path d="M66.1 44.1c-1.3-1.3-1.3-2.9 0-4.2 1.3-1.3 2.9-1.3 4.3 0l50.1 49.7c1.3 1.3 1.3 2.9 0 4.2-1.3 1.3-2.9 1.3-4.3 0L66.1 44.1z"/>
- </g>
- <path d="M120.4 93.8c-1.3 1.3-2.9 1.3-4.3 0l-50-49.7c-1.3-1.3-1.3-2.9 0-4.2" fill="#314442" fill-rule="nonzero"/>
- <path d="M128 163.7c-2 1.9-2 4.9 0 6.8l48.1 47.7c2 1.9 4.9 1.9 6.9 0l62.9-62.4c2-1.9 2-4.9 0-6.8l-48.1-47.7c-2-1.9-4.9-1.9-6.9 0L128 163.7z" fill="#EBF0F2" fill-rule="nonzero"/>
- <path d="M128 163.7l49.8-49 8.5 100.7-3.3 3.2c-2 1.9-4.9 1.9-6.9 0L128 170.8c-2-2.3-2-5.2 0-7.1z" fill="#C9DFE4" fill-rule="nonzero"/>
- </g>
- <defs>
- <linearGradient id="a" x2="1" gradientUnits="userSpaceOnUse" gradientTransform="scale(110.93) rotate(-128 1.66 .488)">
- <stop offset="0%" stop-color="#fff"/>
- <stop offset="100%" stop-color="#ABABAB"/>
- </linearGradient>
- </defs>
-</svg>
+++ /dev/null
-<svg viewBox="0 0 500 240" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="10">
- <path d="M284.45 8v42.5H69.35v113h389.3V8h-174.2z" fill="#F7F7F7" fill-rule="nonzero"/>
- <path fill="#F6F9FD" d="M55.35 38.5h196v113h-196z"/>
- <path fill="#FAF3DB" d="M250.65 0h196v151.5h-196z"/>
- <path fill="none" stroke="#E5E5E5" d="M250.65 0h196v38.8h-196zM55.65 38.9h391v112.8h-391z"/>
- <path d="M302.25 14.6h1.9v8.7h4.2v1.6h-6.1V14.6zM316.35 20.4h-3.9v3h4.4v1.5h-6.2V14.6h6v1.5h-4.1v2.7h3.9v1.6h-.1zM321.25 22l-.9 2.9h-1.9l3.3-10.3h2.4l3.4 10.3h-2l-.9-2.9h-3.4zm3-1.4l-.8-2.5c-.2-.6-.4-1.3-.5-1.9-.2.6-.3 1.3-.5 1.9l-.8 2.5h2.6zM329.75 14.6h1.9v4.7c.2-.4.5-.8.8-1.1l2.7-3.6h2.3l-3.6 4.4 3.8 5.9h-2.2l-2.9-4.7-.9 1.1v3.6h-1.9V14.6zM343.35 14.8c.7-.1 1.6-.2 2.9-.2 1.4 0 2.4.3 3 .8.6.5 1 1.3 1 2.3 0 1-.3 1.8-.9 2.3-.8.8-1.9 1.1-3.3 1.1-.4 0-.7 0-.9-.1v3.9h-1.9V14.8h.1zm1.9 4.8c.2.1.5.1.9.1 1.4 0 2.3-.7 2.3-1.9 0-1.1-.8-1.8-2.1-1.8-.5 0-.9 0-1.1.1v3.5zM358.45 20.4h-3.9v3h4.4v1.5h-6.3V14.6h6v1.5h-4.1v2.7h3.9v1.6zM361.35 14.8c.7-.1 1.8-.2 2.8-.2 1.5 0 2.5.2 3.2.8.6.5.9 1.2.9 2.1 0 1.3-.9 2.2-1.9 2.6.7.3 1.2 1 1.4 2 .3 1.3.6 2.5.8 2.9h-1.9c-.2-.3-.4-1.1-.7-2.4-.3-1.3-.8-1.8-1.9-1.8h-.9V25h-1.9V14.8h.1zm1.8 4.6h1.1c1.3 0 2.1-.7 2.1-1.7 0-1.1-.8-1.7-2-1.7-.6 0-1 0-1.2.1v3.3zM370.75 14.6h1.9v10.3h-1.9zM384.75 19.7c0 3.5-2.1 5.4-4.9 5.4-2.9 0-4.7-2.2-4.7-5.3 0-3.2 2-5.4 4.9-5.4 2.9.1 4.7 2.4 4.7 5.3zm-7.7.2c0 2.1 1.1 3.8 2.9 3.8 1.8 0 2.8-1.7 2.8-3.8 0-1.9-1-3.8-2.8-3.8-1.9-.1-2.9 1.6-2.9 3.8zM387.15 14.8c.8-.1 1.9-.2 3-.2 1.9 0 3.3.4 4.2 1.2 1 .8 1.6 2 1.6 3.8 0 1.8-.6 3.2-1.6 4.1-1 .9-2.7 1.4-4.7 1.4-1.1 0-1.9-.1-2.5-.1V14.8zm1.9 8.7h1c2.5 0 3.9-1.3 3.9-4 0-2.3-1.3-3.6-3.7-3.6-.6 0-1 0-1.3.1v7.5h.1z" fill-rule="nonzero"/>
- <path d="M322.85 121.1v-10.3h1.5l3.3 5.2c.8 1.2 1.4 2.3 1.9 3.4-.1-1.4-.2-2.6-.2-4.2v-4.3h1.3v10.3h-1.3l-3.3-5.2c-.7-1.1-1.4-2.3-1.9-3.4.1 1.3.1 2.5.1 4.3v4.4h-1.4v-.2zM333.65 117.6c0 1.8 1.2 2.6 2.5 2.6 1 0 1.5-.2 2.1-.4l.2 1c-.5.2-1.3.5-2.5.5-2.3 0-3.6-1.5-3.6-3.7s1.3-4 3.5-4c2.4 0 3.1 2.1 3.1 3.5v.6h-5.3v-.1zm4-1c0-.9-.4-2.2-1.9-2.2-1.4 0-2 1.3-2.1 2.2h4zM341.15 113.6l1 3.8.6 2.4c.2-.8.4-1.5.7-2.3l1.2-3.8h1.1l1.1 3.7c.3.9.5 1.7.7 2.4.1-.8.3-1.5.6-2.4l1.1-3.7h1.3l-2.4 7.4h-1.2l-1.1-3.5c-.3-.8-.5-1.6-.7-2.4-.2.9-.4 1.7-.7 2.5l-1.2 3.5h-1.2l-2.2-7.4h1.3v-.2zM358.55 119.7c.4.3 1.1.5 1.8.5 1 0 1.4-.5 1.4-1.1 0-.6-.4-1-1.4-1.4-1.3-.5-2-1.2-2-2.1 0-1.2 1-2.2 2.6-2.2.8 0 1.4.2 1.8.5l-.3 1c-.3-.2-.8-.4-1.5-.4-.8 0-1.2.5-1.2 1 0 .6.4.9 1.4 1.3 1.3.5 1.9 1.1 1.9 2.2 0 1.3-1 2.2-2.8 2.2-.8 0-1.6-.2-2.1-.5l.4-1zM364.55 119.7c.4.3 1.1.5 1.8.5 1 0 1.4-.5 1.4-1.1 0-.6-.4-1-1.4-1.4-1.3-.5-2-1.2-2-2.1 0-1.2 1-2.2 2.6-2.2.8 0 1.4.2 1.8.5l-.3 1c-.3-.2-.8-.4-1.5-.4-.8 0-1.2.5-1.2 1 0 .6.4.9 1.4 1.3 1.3.5 1.9 1.1 1.9 2.2 0 1.3-1 2.2-2.8 2.2-.8 0-1.6-.2-2.1-.5l.4-1zM377.05 119c0 .8 0 1.4.1 2h-1.2l-.1-1.2c-.4.6-1.1 1.4-2.5 1.4-1.2 0-2.6-.6-2.6-3.2v-4.3h1.3v4.1c0 1.4.4 2.4 1.7 2.4.9 0 1.5-.6 1.8-1.2.1-.2.1-.4.1-.7v-4.5h1.3v5.2h.1zM380.05 117.6c0 1.8 1.2 2.6 2.5 2.6 1 0 1.5-.2 2.1-.4l.2 1c-.5.2-1.3.5-2.5.5-2.3 0-3.6-1.5-3.6-3.7s1.3-4 3.5-4c2.4 0 3.1 2.1 3.1 3.5v.6h-5.3v-.1zm3.9-1c0-.9-.4-2.2-1.9-2.2-1.4 0-2 1.3-2.1 2.2h4zM386.75 119.7c.4.3 1.1.5 1.8.5 1 0 1.4-.5 1.4-1.1 0-.6-.4-1-1.4-1.4-1.3-.5-2-1.2-2-2.1 0-1.2 1-2.2 2.6-2.2.8 0 1.4.2 1.8.5l-.3 1c-.3-.2-.8-.4-1.5-.4-.8 0-1.2.5-1.2 1 0 .6.4.9 1.4 1.3 1.3.5 1.9 1.1 1.9 2.2 0 1.3-1 2.2-2.8 2.2-.8 0-1.6-.2-2.1-.5l.4-1z" fill="#565656" fill-rule="nonzero"/>
- <path d="M342.35 73l-4.9 2.6-.7-2.9 6.1-3.2h3.2v27.8h-3.6V73h-.1zM374.45 83c0 9.4-3.5 14.6-9.6 14.6-5.4 0-9.1-5.1-9.2-14.3 0-9.3 4-14.4 9.6-14.4 5.9.1 9.2 5.3 9.2 14.1zm-15 .5c0 7.2 2.2 11.3 5.6 11.3 3.8 0 5.7-4.5 5.7-11.6 0-6.8-1.8-11.3-5.6-11.3-3.3 0-5.7 4-5.7 11.6z" fill="#226B94" fill-rule="nonzero"/>
- <path d="M56.15 109.6s12.2-.3 17.2-2.3c5-2 18.7-4.3 21-4.7 2.3-.3 12.7-.7 14.7 1s9 5 10.3 6.3c1.3 1.3 4.3 4 9.3 3.3 5-.7 12.7-3 15.3-3.7 2.7-.7 4.7-.7 11.3 1.7 6.7 2.3 16 5.7 16 5.7l17.3-3s8 1 12.7 4c4.7 3 14.7 1.7 14.7 1.7l10 2.7 9 3 15.7-1v27H56.15v-41.7z" fill="#E9F1FC" fill-rule="nonzero"/>
- <path d="M446.15 123.6s-13.1-1-13.6-1 3.2-.3-8.8.5-16.8 1.5-22.7 2.5c-5.8 1-11.7 2.8-19.3 2.2-7.7-.7-15.8-2.2-15.8-2.2l-12.2-1.5-14.2-1.5s-16.2-2-24.7-1-12 5.2-20 4.5c-8-.7-14.8-1.8-14.8-1.8l-15.5-.7-13.8.7v27h195.5v-27.7h-.1z" fill="#EDE7D0" fill-rule="nonzero"/>
- <path fill="#565656" fill-rule="nonzero" d="M138.75 110.7h1.3V121h-1.3zM354.75 110.7h1.3V121h-1.3zM142.15 119.7c.4.3 1.1.5 1.8.5 1 0 1.4-.5 1.4-1.1 0-.6-.4-1-1.4-1.4-1.3-.5-2-1.2-2-2.1 0-1.2 1-2.2 2.6-2.2.8 0 1.4.2 1.8.5l-.3 1c-.3-.2-.8-.4-1.5-.4-.8 0-1.2.5-1.2 1 0 .6.4.9 1.4 1.3 1.3.5 1.9 1.1 1.9 2.2 0 1.3-1 2.2-2.8 2.2-.8 0-1.6-.2-2.1-.5l.4-1zM148.25 119.7c.4.3 1.1.5 1.8.5 1 0 1.4-.5 1.4-1.1 0-.6-.4-1-1.4-1.4-1.3-.5-2-1.2-2-2.1 0-1.2 1-2.2 2.6-2.2.8 0 1.4.2 1.8.5l-.3 1c-.3-.2-.8-.4-1.5-.4-.8 0-1.2.5-1.2 1 0 .6.4.9 1.4 1.3 1.3.5 1.9 1.1 1.9 2.2 0 1.3-1 2.2-2.8 2.2-.8 0-1.6-.2-2.1-.5l.4-1zM160.65 119c0 .8 0 1.4.1 2h-1.2l-.1-1.2c-.4.6-1.1 1.4-2.5 1.4-1.2 0-2.6-.6-2.6-3.2v-4.3h1.3v4.1c0 1.4.4 2.4 1.7 2.4.9 0 1.5-.6 1.8-1.2.1-.2.1-.4.1-.7v-4.5h1.3v5.2h.1zM163.65 117.6c0 1.8 1.2 2.6 2.5 2.6 1 0 1.5-.2 2.1-.4l.2 1c-.5.2-1.3.5-2.5.5-2.3 0-3.6-1.5-3.6-3.7s1.3-4 3.5-4c2.4 0 3.1 2.1 3.1 3.5v.6h-5.3v-.1zm4-1c0-.9-.4-2.2-1.9-2.2-1.4 0-2 1.3-2.1 2.2h4zM170.45 119.7c.4.3 1.1.5 1.8.5 1 0 1.4-.5 1.4-1.1 0-.6-.4-1-1.4-1.4-1.3-.5-2-1.2-2-2.1 0-1.2 1-2.2 2.6-2.2.8 0 1.4.2 1.8.5l-.3 1c-.3-.2-.8-.4-1.5-.4-.8 0-1.2.5-1.2 1 0 .6.4.9 1.4 1.3 1.3.5 1.9 1.1 1.9 2.2 0 1.3-1 2.2-2.8 2.2-.8 0-1.6-.2-2.1-.5l.4-1z"/>
- <path d="M125.65 97.2v-2.3l2.9-2.9c7.1-6.7 10.3-10.3 10.3-14.5 0-2.8-1.4-5.4-5.5-5.4-2.5 0-4.6 1.3-5.9 2.3l-1.2-2.6c1.9-1.6 4.7-2.8 7.9-2.8 6 0 8.5 4.1 8.5 8.1 0 5.1-3.7 9.3-9.6 14.9l-2.2 2v.1h12.5v3.1h-17.7zM164.15 72.6h-10.6l-1.1 7.1c.6-.1 1.2-.2 2.3-.2 2.1 0 4.3.5 6 1.5 2.2 1.2 4 3.6 4 7.1 0 5.4-4.3 9.5-10.3 9.5-3 0-5.6-.9-6.9-1.7l.9-2.9c1.2.7 3.4 1.5 5.9 1.5 3.5 0 6.6-2.3 6.6-6 0-3.6-2.4-6.1-8-6.1-1.6 0-2.8.2-3.8.3l1.8-13.3h13.3v3.2h-.1zM169.05 90.2c0-3.5 2.1-6 5.5-7.4v-.1c-3.1-1.5-4.4-3.8-4.4-6.2 0-4.4 3.7-7.4 8.6-7.4 5.4 0 8.1 3.4 8.1 6.8 0 2.3-1.2 4.9-4.6 6.5v.1c3.5 1.4 5.6 3.8 5.6 7.2 0 4.8-4.1 8.1-9.4 8.1-5.9-.1-9.4-3.6-9.4-7.6zm15-.2c0-3.4-2.3-5-6.1-6.1-3.2.9-5 3.1-5 5.7-.1 2.8 2 5.3 5.6 5.3 3.3.1 5.5-2 5.5-4.9zm-10.3-13.9c0 2.8 2.1 4.3 5.3 5.1 2.4-.8 4.2-2.5 4.2-5 0-2.2-1.3-4.5-4.7-4.5-3.1 0-4.8 2-4.8 4.4z" fill="#226B94" fill-rule="nonzero"/>
-</svg>
+++ /dev/null
-<svg viewBox="0 0 500 240" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.41">
- <path d="M41 175.5L144 273h183s1-143 0-143-72-82-72-82L39 89l47 45-45 41.5z" fill="url(#a)" fill-rule="nonzero" transform="translate(102.336 -34.6)"/>
- <path d="M332.74 69.6h-163.7c-18.6 0-33.8-15.2-33.8-33.8 0-18.6 15.2-33.8 33.8-33.8h163.7c18.6 0 33.8 15.2 33.8 33.8 0 18.6-15.2 33.8-33.8 33.8z" fill="#C54045" fill-rule="nonzero"/>
- <path d="M332.74 151.6h-163.7c-18.6 0-33.8-15.2-33.8-33.8 0-18.6 15.2-33.8 33.8-33.8h163.7c18.6 0 33.8 15.2 33.8 33.8 0 18.6-15.2 33.8-33.8 33.8z" fill="#8FB963" fill-rule="nonzero"/>
- <g fill="#fff" fill-rule="nonzero">
- <path d="M213.74 107.9c1.6 1.2 2.4 2.9 2.4 5.3 0 2.5-.8 4.3-2.4 5.5-1.6 1.2-3.7 1.8-6.3 1.8h-2.6v7.7h-4.2V106h6.6c2.7.1 4.9.7 6.5 1.9zm-3.2 8.5c.8-.6 1.2-1.7 1.2-3.3 0-2.6-1.5-4-4.6-4h-2.3v8.2h2.3c1.4.1 2.6-.2 3.4-.9zM231.34 125.3c.2.3.5.6 1 .7l-.9 2.7c-1-.1-1.8-.3-2.4-.7-.6-.4-1.1-1-1.4-1.8-.6.9-1.3 1.5-2.2 1.9-.9.4-1.8.6-2.9.6-1.7 0-3-.5-4-1.4-1-1-1.5-2.2-1.5-3.8 0-1.8.7-3.2 2-4.2s3.2-1.5 5.7-1.5h2.1v-1c0-1.1-.3-1.9-.8-2.3-.5-.4-1.3-.7-2.4-.7-1.2 0-2.7.3-4.5.9l-1-2.8c2.1-.8 4.2-1.2 6.2-1.2 4.3 0 6.5 1.9 6.5 5.8v7.1c.1.9.3 1.3.5 1.7zm-4.4-1.6v-3.4h-1.7c-2.7 0-4 1-4 3 0 .8.2 1.4.6 1.9.4.5 1 .7 1.8.7 1.4-.1 2.5-.8 3.3-2.2zM247.34 112.8l-1.6 2.5c-1.4-1-2.8-1.4-4.2-1.4-.9 0-1.5.2-2 .5s-.7.7-.7 1.2c0 .4.1.7.3 1 .2.3.5.5 1 .7.5.2 1.2.5 2.2.8 1.8.5 3.2 1.1 4.1 2 .9.8 1.3 1.9 1.3 3.4 0 1.7-.7 3-2.1 4-1.4 1-3.1 1.4-5.1 1.4-1.4 0-2.7-.2-3.8-.6-1.1-.4-2.1-1-3-1.8l2.1-2.3c1.4 1.1 2.9 1.7 4.6 1.7.9 0 1.7-.2 2.2-.5.6-.4.8-.8.8-1.4 0-.5-.1-.9-.3-1.2-.2-.3-.6-.6-1.1-.8-.5-.2-1.3-.5-2.5-.8-1.7-.5-3-1.1-3.8-2-.8-.9-1.2-1.9-1.2-3.2 0-.9.3-1.8.8-2.5s1.3-1.3 2.3-1.8c1-.4 2.1-.6 3.4-.6 2.6-.3 4.6.4 6.3 1.7zM262.64 112.8l-1.6 2.5c-1.4-1-2.8-1.4-4.2-1.4-.9 0-1.5.2-2 .5s-.7.7-.7 1.2c0 .4.1.7.3 1 .2.3.5.5 1 .7.5.2 1.2.5 2.2.8 1.8.5 3.2 1.1 4.1 2 .9.8 1.3 1.9 1.3 3.4 0 1.7-.7 3-2.1 4-1.4 1-3.1 1.4-5.1 1.4-1.4 0-2.7-.2-3.8-.6-1.1-.4-2.1-1-3-1.8l2.1-2.3c1.4 1.1 2.9 1.7 4.6 1.7.9 0 1.7-.2 2.2-.5.6-.4.8-.8.8-1.4 0-.5-.1-.9-.3-1.2-.2-.3-.6-.6-1.1-.8-.5-.2-1.3-.5-2.5-.8-1.7-.5-3-1.1-3.8-2-.8-.9-1.2-1.9-1.2-3.2 0-.9.3-1.8.8-2.5s1.3-1.3 2.3-1.8c1-.4 2.1-.6 3.4-.6 2.6-.3 4.6.4 6.3 1.7zM280.34 121.1h-10.7c.1 1.6.6 2.8 1.3 3.5.7.7 1.7 1.1 2.9 1.1.7 0 1.5-.1 2.1-.4.7-.2 1.4-.6 2.1-1.1l1.7 2.3c-1.9 1.5-4 2.3-6.3 2.3-2.6 0-4.6-.8-6-2.4-1.4-1.6-2.1-3.7-2.1-6.5 0-1.7.3-3.3.9-4.7.6-1.4 1.5-2.5 2.6-3.2 1.1-.8 2.5-1.2 4-1.2 2.4 0 4.2.8 5.5 2.3 1.3 1.5 2 3.6 2 6.3.1.2.1.8 0 1.7zm-3.9-2.9c0-3-1.1-4.5-3.3-4.5-1 0-1.8.4-2.4 1.1-.6.7-.9 1.9-1 3.5h6.7v-.1zM298.54 128.3h-3.6l-.3-2.2c-.5.8-1.2 1.5-2 1.9-.8.4-1.8.7-2.8.7-2.1 0-3.7-.8-4.8-2.4-1.1-1.6-1.7-3.8-1.7-6.6 0-1.8.3-3.3.8-4.7.5-1.4 1.4-2.4 2.4-3.2 1-.8 2.3-1.1 3.7-1.1 1.6 0 3 .6 4.2 1.8v-8.6l4.1.4v24zm-5.7-3.2c.6-.4 1.1-.9 1.6-1.7v-7.8c-.5-.6-1-1-1.5-1.3-.5-.3-1.1-.4-1.7-.4-1.1 0-2 .5-2.6 1.5-.6 1-.9 2.4-.9 4.4 0 2.1.3 3.6.8 4.5.5.9 1.4 1.4 2.4 1.4.7 0 1.4-.2 1.9-.6z"/>
- </g>
- <g fill="#fff" fill-rule="nonzero">
- <path d="M208.14 26.2v6.6h6.8v3.1h-6.8v9.2h-4.2v-22h12.6l-.5 3.1h-7.9zM231.24 42.3c.2.3.5.6 1 .7l-.9 2.7c-1-.1-1.8-.3-2.4-.7-.6-.4-1.1-1-1.4-1.8-.6.9-1.3 1.5-2.2 1.9-.9.4-1.8.6-2.9.6-1.7 0-3-.5-4-1.4-1-1-1.5-2.2-1.5-3.8 0-1.8.7-3.2 2-4.2s3.2-1.5 5.7-1.5h2.1v-1c0-1.1-.3-1.9-.8-2.3-.5-.4-1.3-.7-2.4-.7-1.2 0-2.7.3-4.5.9l-1-2.8c2.1-.8 4.2-1.2 6.2-1.2 4.3 0 6.5 1.9 6.5 5.8v7.1c.1.9.2 1.3.5 1.7zm-4.4-1.6v-3.4h-1.7c-2.7 0-4 1-4 3 0 .8.2 1.4.6 1.9.4.5 1 .7 1.8.7 1.4-.1 2.5-.8 3.3-2.2zM239.74 20.4c.5.5.7 1.1.7 1.8s-.2 1.3-.7 1.8c-.5.5-1.1.7-1.9.7-.8 0-1.4-.2-1.8-.7-.5-.5-.7-1.1-.7-1.8s.2-1.3.7-1.8c.5-.5 1.1-.7 1.8-.7.8 0 1.4.2 1.9.7zm-3.9 24.9v-17h4.1v17h-4.1zM249.14 42.2c.1.2.4.3.7.3.3 0 .6-.1 1-.2l.9 2.9c-.9.4-1.9.6-2.9.6-1.3 0-2.3-.4-3-1.1-.7-.7-1-1.8-1-3.2v-20l4.1-.4v20.1c-.1.4 0 .8.2 1zM267.94 38.1h-10.7c.1 1.6.6 2.8 1.3 3.5.7.7 1.7 1.1 2.9 1.1.7 0 1.5-.1 2.1-.4.7-.2 1.4-.6 2.1-1.1l1.7 2.3c-1.9 1.5-4 2.3-6.3 2.3-2.6 0-4.6-.8-6-2.4-1.4-1.6-2.1-3.7-2.1-6.5 0-1.7.3-3.3.9-4.7.6-1.4 1.5-2.5 2.6-3.2 1.1-.8 2.5-1.2 4-1.2 2.4 0 4.2.8 5.5 2.3 1.3 1.5 2 3.6 2 6.3.1.2 0 .8 0 1.7zm-4-2.9c0-3-1.1-4.5-3.3-4.5-1 0-1.8.4-2.4 1.1-.6.7-.9 1.9-1 3.5h6.7v-.1zM286.14 45.3h-3.6l-.3-2.2c-.5.8-1.2 1.5-2 1.9-.8.4-1.8.7-2.8.7-2.1 0-3.7-.8-4.8-2.4-1.1-1.6-1.7-3.8-1.7-6.6 0-1.8.3-3.3.8-4.7.5-1.4 1.4-2.4 2.4-3.2 1-.8 2.3-1.1 3.7-1.1 1.6 0 3 .6 4.2 1.8v-8.6l4.1.4v24zm-5.7-3.2c.6-.4 1.1-.9 1.6-1.7v-7.8c-.5-.6-1-1-1.5-1.3-.5-.3-1.1-.4-1.7-.4-1.1 0-2 .5-2.6 1.5-.6 1-.9 2.4-.9 4.4 0 2.1.3 3.6.8 4.5.5.9 1.4 1.4 2.4 1.4.7 0 1.3-.2 1.9-.6z"/>
- </g>
- <defs>
- <linearGradient id="a" x2="1" gradientUnits="userSpaceOnUse" gradientTransform="scale(175.3) rotate(-128 .864 .24)">
- <stop offset="0%" stop-color="#fff"/>
- <stop offset="100%" stop-color="#ABABAB"/>
- </linearGradient>
- </defs>
-</svg>
// SCANNER
PropertyDefinition.builder(TIMEMACHINE_PERIOD_PREFIX + 1)
.name("Leak Period")
- .description("Period used to compare measures and track new issues. Values are : <ul class='bullet'><li>Number of days before " +
+ .description("Period used to compare measures and track new issues. Values are : <ul><li>Number of days before " +
"analysis, for example 5.</li><li>A custom date. Format is yyyy-MM-dd, for example 2010-12-25</li><li>'previous_analysis' to " +
"compare to previous analysis</li><li>'previous_version' to compare to the previous version in the project history</li>" +
"<li>A version, for example '1.2' or 'BASELINE'</li></ul>" +