You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by ev...@apache.org on 2017/03/14 16:44:24 UTC

[2/5] incubator-spot git commit: Fixin line break type on css

Fixin line break type on css


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/15bb19f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/15bb19f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/15bb19f2

Branch: refs/heads/master
Commit: 15bb19f27d75c90233e6cdafe5ace1077bdd1005
Parents: ff851a2
Author: bryanmontesv <br...@gmail.com>
Authored: Tue Mar 7 07:41:15 2017 -0800
Committer: Montes Velazquez <jo...@intel.com>
Committed: Tue Mar 14 10:35:20 2017 -0600

----------------------------------------------------------------------
 spot-oa/ui/css/main.css | 590 +++++++++++++++++++++----------------------
 1 file changed, 295 insertions(+), 295 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/15bb19f2/spot-oa/ui/css/main.css
----------------------------------------------------------------------
diff --git a/spot-oa/ui/css/main.css b/spot-oa/ui/css/main.css
index 45ee6fd..8268fed 100755
--- a/spot-oa/ui/css/main.css
+++ b/spot-oa/ui/css/main.css
@@ -1,295 +1,295 @@
-/* All devices */
-.spot-maximized {
-    width: 100% !important;
-    height: 100% !important;
-}
-
-
-
-.spot-minimized {
-    position: absolute;
-    top: -1000000px;
-    left: -1000000px;
-}
-
-.row.spot-row {
-    margin: 0;
-    width: 100%;
-}
-
-.spot-frame > .spot-frame-content > .panel > .panel-heading {
-    height: 35px;
-}
-
-.spot-frame > .spot-frame-content > .panel > .panel-heading .panel-toolbar {
-    list-style: none;
-    padding: 0;
-    margin: 0;
-}
-
-.spot-frame > .spot-frame-content > .panel > .panel-heading .panel-toolbar li {
-    display: inline-block;
-    padding-left: 5px;
-    cursor: pointer;
-}
-
-.spot-frame > .spot-frame-content > .panel > .panel-body {
-    padding: 0;
-}
-
-.spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container.container-box {
-    overflow: hidden !important;
-}
-
-.spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container.container-box > .inner-container-box {
-    max-height: 100%;
-    overflow: auto;
-}
-
-.spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container {
-    width: 100%;
-    overflow-x: auto;
-}
-
-.spot-frame .panel-body-container.container-box > * {
-    height: 100%;
-    width: 100%;
-    padding: 0;
-    margin: 0;
-    border: none;
-}
-
-/* Extra small devices (phones, less than 768px) */
-
-/* Small devices (tablets, 768px and up) */
-@media (max-width: 991px) {
-    .spot-row {
-        min-height: 400px;
-    }
-
-    .spot-frame,
-    .spot-frame > .spot-frame-content,
-    .spot-frame > .spot-frame-content > .panel,
-    .spot-frame > .spot-frame-content > .panel > .panel-body,
-    .spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container,
-    .spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container.container-box > *
-    {
-        min-height: inherit;
-    }
-}
-
-/* Medium devices (desktops, 992px and up, two columns) */
-@media (min-width: 992px) {
-    html, body {
-        height: 100%;
-        overflow-x: hidden;
-    }
-
-    #spot-nav {
-        position: fixed;
-        z-index: 3;
-        width: 100%;
-    }
-
-    #spot-content, #spot-content-wrapper {
-        height: 100%;
-        width: 100%;
-    }
-
-    #spot-content-wrapper {
-        padding: 94px 0 0 0;
-    }
-
-    #spot-content > .spot-row {
-        margin: 0;
-    }
-
-    .spot-frame {
-        height: 100%;
-        padding: 0;
-    }
-
-    .spot-frame > .spot-frame-content {
-        height: 100%;
-        padding: 10px;
-    }
-
-    .spot-frame > .spot-frame-content > .panel {
-        width: 100%;
-        height: 100%;
-        margin: 0;
-        position: relative;
-    }
-
-    .spot-frame > .spot-frame-content > .panel > .panel-heading {
-        width: 100%;
-        position: absolute;
-        z-index: 2;
-    }
-
-    .spot-frame > .spot-frame-content > .panel > .panel-body {
-        height: 100%;
-        width: 100%;
-        padding: 35px 0 0 0;
-        overflow: hidden;
-    }
-
-    .spot-frame > .spot-frame-content > .panel.no-heading > .panel-body {
-        width: 100%;
-        padding-top: 0px;
-    }
-
-    .spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container {
-        height: 100%;
-    }
-}
-
-/* Large devices (large desktops, 1200px and up) */
-
-/*******************************
- **           Spot             **
- *******************************/
-
-
-/*******************************
- **       STORYBOARD          **
- *******************************/
-/*
-prevent the active panel from collapsing
- */
-#spot-executive-threat-briefing.panel-group [aria-expanded=true] {
-    /*
-    http://caniuse.com/#feat=pointer-events
-    Works for MOST modern browsers. (- Opera Mobile)
-    */
-    pointer-events: none;
-}
-
-#spot-executive-threat-briefing.panel-group a[aria-expanded=true] {
-    text-decoration: underline;
-}
-
-.storyboard #incident_list, .storyboard .comment_summary  {
-    list-style: none;
-    text-align: left;
-}
-
-/**    IMPACT ANALYSIS     **/
-.sb_impact rect.background {
-    fill: none;
-    pointer-events: all;
-}
-
-.sb_impact .axis {
-    shape-rendering: crispEdges;
-}
-
-.sb_impact .axis path, .sb_impact .axis line {
-    fill: none;
-    stroke: #000;
-    stroke-width: .5px;
-}
-
-.sb_impact svg{
-    font: 10px sans-serif;
-}
-
-/**         MAP VIEW       **/
-.sb_globe_view .land {
-    fill: #939598;
-    stroke-opacity: 1;
-}
-
-.sb_globe_view .graticule {
-    fill: none;
-    stroke: black;
-    stroke-width: .5;
-    opacity: .2;
-}
-
-.sb_globe_view .labels {
-    font: 8px sans-serif;
-    fill: black;
-    opacity: .5;
-    display: none;
-}
-
-.sb_globe_view .noclicks {
-    pointer-events: none;
-}
-
-.sb_globe_view .point {
-    opacity: .6;
-}
-
-.sb_globe_view .arcs {
-    opacity: .1;
-    stroke: #939598;
-    stroke-width: 3;
-}
-
-.sb_globe_view .flyers {
-    stroke-width: 3;
-    opacity: 1.0;
-    stroke: #A31C24;
-}
-
-.sb_globe_view .arc, .sb_globe_view .flyer {
-    stroke-linejoin: round;
-    fill: none;
-}
-
-.sb_globe_view .arc {
-}
-
-.sb_globe_view .flyer {
-}
-
-.sb_globe_view .flyer:hover {
-}
-
-/**       TIMELINE         **/
-
-.timeline .spot-chart {
-    overflow-x: hidden;
-}
-
-.timeline svg {
-    font: 10px sans-serif;
-}
-
-.timeline .zoom {
-    fill: transparent;
-    cursor: pointer;
-}
-
-.timeline .y-axis g line {
-    stroke: grey;
-    fill: none;
-    stroke-width: 1px;
-}
-
-.timeline .graph-body .line circle {
-    opacity: 0.4;
-}
-
-/* TOOLTIP */
-
-.spot-tooltip .tooltip-inner {
-    word-wrap: break-word;
-}
-
-.spot-text-wrapper {
-    white-space: nowrap;
-    overflow: hidden;
-    text-overflow: ellipsis;
-    width: 12em;
-}
-
-.spot-text-wrapper.spot-text-sm {
-    width: 6em;
-}
-
-.spot-text-wrapper.spot-text-lg {
-    width: 18em;
-}
+/* All devices */
+.spot-maximized {
+    width: 100% !important;
+    height: 100% !important;
+}
+
+
+
+.spot-minimized {
+    position: absolute;
+    top: -1000000px;
+    left: -1000000px;
+}
+
+.row.spot-row {
+    margin: 0;
+    width: 100%;
+}
+
+.spot-frame > .spot-frame-content > .panel > .panel-heading {
+    height: 35px;
+}
+
+.spot-frame > .spot-frame-content > .panel > .panel-heading .panel-toolbar {
+    list-style: none;
+    padding: 0;
+    margin: 0;
+}
+
+.spot-frame > .spot-frame-content > .panel > .panel-heading .panel-toolbar li {
+    display: inline-block;
+    padding-left: 5px;
+    cursor: pointer;
+}
+
+.spot-frame > .spot-frame-content > .panel > .panel-body {
+    padding: 0;
+}
+
+.spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container.container-box {
+    overflow: hidden !important;
+}
+
+.spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container.container-box > .inner-container-box {
+    max-height: 100%;
+    overflow: auto;
+}
+
+.spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container {
+    width: 100%;
+    overflow-x: auto;
+}
+
+.spot-frame .panel-body-container.container-box > * {
+    height: 100%;
+    width: 100%;
+    padding: 0;
+    margin: 0;
+    border: none;
+}
+
+/* Extra small devices (phones, less than 768px) */
+
+/* Small devices (tablets, 768px and up) */
+@media (max-width: 991px) {
+    .spot-row {
+        min-height: 400px;
+    }
+
+    .spot-frame,
+    .spot-frame > .spot-frame-content,
+    .spot-frame > .spot-frame-content > .panel,
+    .spot-frame > .spot-frame-content > .panel > .panel-body,
+    .spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container,
+    .spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container.container-box > *
+    {
+        min-height: inherit;
+    }
+}
+
+/* Medium devices (desktops, 992px and up, two columns) */
+@media (min-width: 992px) {
+    html, body {
+        height: 100%;
+        overflow-x: hidden;
+    }
+
+    #spot-nav {
+        position: fixed;
+        z-index: 3;
+        width: 100%;
+    }
+
+    #spot-content, #spot-content-wrapper {
+        height: 100%;
+        width: 100%;
+    }
+
+    #spot-content-wrapper {
+        padding: 94px 0 0 0;
+    }
+
+    #spot-content > .spot-row {
+        margin: 0;
+    }
+
+    .spot-frame {
+        height: 100%;
+        padding: 0;
+    }
+
+    .spot-frame > .spot-frame-content {
+        height: 100%;
+        padding: 10px;
+    }
+
+    .spot-frame > .spot-frame-content > .panel {
+        width: 100%;
+        height: 100%;
+        margin: 0;
+        position: relative;
+    }
+
+    .spot-frame > .spot-frame-content > .panel > .panel-heading {
+        width: 100%;
+        position: absolute;
+        z-index: 2;
+    }
+
+    .spot-frame > .spot-frame-content > .panel > .panel-body {
+        height: 100%;
+        width: 100%;
+        padding: 35px 0 0 0;
+        overflow: hidden;
+    }
+
+    .spot-frame > .spot-frame-content > .panel.no-heading > .panel-body {
+        width: 100%;
+        padding-top: 0px;
+    }
+
+    .spot-frame > .spot-frame-content > .panel > .panel-body > .panel-body-container {
+        height: 100%;
+    }
+}
+
+/* Large devices (large desktops, 1200px and up) */
+
+/*******************************
+ **           Spot             **
+ *******************************/
+
+
+/*******************************
+ **       STORYBOARD          **
+ *******************************/
+/*
+prevent the active panel from collapsing
+ */
+#spot-executive-threat-briefing.panel-group [aria-expanded=true] {
+    /*
+    http://caniuse.com/#feat=pointer-events
+    Works for MOST modern browsers. (- Opera Mobile)
+    */
+    pointer-events: none;
+}
+
+#spot-executive-threat-briefing.panel-group a[aria-expanded=true] {
+    text-decoration: underline;
+}
+
+.storyboard #incident_list, .storyboard .comment_summary  {
+    list-style: none;
+    text-align: left;
+}
+
+/**    IMPACT ANALYSIS     **/
+.sb_impact rect.background {
+    fill: none;
+    pointer-events: all;
+}
+
+.sb_impact .axis {
+    shape-rendering: crispEdges;
+}
+
+.sb_impact .axis path, .sb_impact .axis line {
+    fill: none;
+    stroke: #000;
+    stroke-width: .5px;
+}
+
+.sb_impact svg{
+    font: 10px sans-serif;
+}
+
+/**         MAP VIEW       **/
+.sb_globe_view .land {
+    fill: #939598;
+    stroke-opacity: 1;
+}
+
+.sb_globe_view .graticule {
+    fill: none;
+    stroke: black;
+    stroke-width: .5;
+    opacity: .2;
+}
+
+.sb_globe_view .labels {
+    font: 8px sans-serif;
+    fill: black;
+    opacity: .5;
+    display: none;
+}
+
+.sb_globe_view .noclicks {
+    pointer-events: none;
+}
+
+.sb_globe_view .point {
+    opacity: .6;
+}
+
+.sb_globe_view .arcs {
+    opacity: .1;
+    stroke: #939598;
+    stroke-width: 3;
+}
+
+.sb_globe_view .flyers {
+    stroke-width: 3;
+    opacity: 1.0;
+    stroke: #A31C24;
+}
+
+.sb_globe_view .arc, .sb_globe_view .flyer {
+    stroke-linejoin: round;
+    fill: none;
+}
+
+.sb_globe_view .arc {
+}
+
+.sb_globe_view .flyer {
+}
+
+.sb_globe_view .flyer:hover {
+}
+
+/**       TIMELINE         **/
+
+.timeline .spot-chart {
+    overflow-x: hidden;
+}
+
+.timeline svg {
+    font: 10px sans-serif;
+}
+
+.timeline .zoom {
+    fill: transparent;
+    cursor: pointer;
+}
+
+.timeline .y-axis g line {
+    stroke: grey;
+    fill: none;
+    stroke-width: 1px;
+}
+
+.timeline .graph-body .line circle {
+    opacity: 0.4;
+}
+
+/* TOOLTIP */
+
+.spot-tooltip .tooltip-inner {
+    word-wrap: break-word;
+}
+
+.spot-text-wrapper {
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    width: 12em;
+}
+
+.spot-text-wrapper.spot-text-sm {
+    width: 6em;
+}
+
+.spot-text-wrapper.spot-text-lg {
+    width: 18em;
+}