You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2016/10/21 23:15:31 UTC

qpid-dispatch git commit: DISPATCH-537 Create a style specifically for the loading placeholder

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 176e52c0b -> 4d8418690


DISPATCH-537 Create a style specifically for the loading placeholder


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/4d841869
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/4d841869
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/4d841869

Branch: refs/heads/master
Commit: 4d8418690f051804d52906e913b8455007601111
Parents: 176e52c
Author: Ernest Allen <ea...@redhat.com>
Authored: Fri Oct 21 19:15:05 2016 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Fri Oct 21 19:15:05 2016 -0400

----------------------------------------------------------------------
 console/stand-alone/plugin/css/dispatch.css | 27 +++++++++++++++++-------
 1 file changed, 19 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/4d841869/console/stand-alone/plugin/css/dispatch.css
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/css/dispatch.css b/console/stand-alone/plugin/css/dispatch.css
index d2f4914..74958dd 100644
--- a/console/stand-alone/plugin/css/dispatch.css
+++ b/console/stand-alone/plugin/css/dispatch.css
@@ -51,12 +51,6 @@ path.link.selected {
   stroke: #00F  !important;
 }
 
-
-path.link.highlighted {
-    stroke: #0F0 !important;
-
-}
-
 path.link.temp {
   opacity: 0.3;
 }
@@ -64,6 +58,21 @@ path.link.temp.over {
   opacity: 0.8;
   stroke-dasharray: 10,2;
 }
+path.link.small {
+  stroke-width: 2.5;
+  stroke: green;
+}
+path.link.highlighted {
+    stroke: #0F0 !important;
+}
+marker#start-arrow-highlighted,
+marker#end-arrow-highlighted {
+    fill: #0F0;
+}
+marker#start-arrow-small,
+marker#end-arrow-small {
+    fill: green;
+}
 
 path.link.dragline {
   pointer-events: none;
@@ -73,7 +82,6 @@ path.link.hidden {
   stroke-width: 0;
 }
 
-
 circle.node {
     stroke-width: 1.5px;
     cursor: pointer;
@@ -669,4 +677,7 @@ div.topoGrid .ui-grid-viewport {
 
 .pane-viewport {
 	top: 24px !important;
-}
\ No newline at end of file
+}
+.dynatree-node.loading {
+  position: initial;
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org