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/31 14:10:49 UTC

[4/6] qpid-dispatch git commit: DISPATCH-544 Clean up css of hide/show left panel buttons for Firefox

DISPATCH-544 Clean up css of hide/show left panel buttons for Firefox


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

Branch: refs/heads/master
Commit: 72bb33e642ebebec33d40863b4c28f837fc9d673
Parents: bcfc2dc
Author: Ernest Allen <ea...@redhat.com>
Authored: Sat Oct 29 15:01:13 2016 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Sat Oct 29 15:01:13 2016 -0400

----------------------------------------------------------------------
 console/stand-alone/plugin/css/dispatch.css | 8 ++++++--
 console/stand-alone/plugin/css/plugin.css   | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/72bb33e6/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 ed1a966..cb82e6b 100644
--- a/console/stand-alone/plugin/css/dispatch.css
+++ b/console/stand-alone/plugin/css/dispatch.css
@@ -221,7 +221,9 @@ div.grid-values.ngCellText span {
   border: 1px solid red;
 }
 #topologyForm {
-    border: 1px solid white;
+  border-right: 1px solid lightgray;
+  border-bottom: 1px solid lightgray;
+    /*border: 1px solid white;*/
     padding: 2px;
     /* position: relative; */
     /* top: -8px; */
@@ -691,10 +693,12 @@ div.topoGrid .ui-grid-viewport {
   position: absolute;
   right: 0.5em;
   top: 1em;
+  border: 0;
 }
 
 .showLeft {
   position: absolute;
   top: 1em;
   left: 0.5em;
-}
\ No newline at end of file
+  border: 0;
+}

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/72bb33e6/console/stand-alone/plugin/css/plugin.css
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/css/plugin.css b/console/stand-alone/plugin/css/plugin.css
index ddbf9e5..fcc4842 100644
--- a/console/stand-alone/plugin/css/plugin.css
+++ b/console/stand-alone/plugin/css/plugin.css
@@ -294,7 +294,7 @@ div.qdr-overview.pane {
 }
 div.qdr-topology.pane.left {
 	width: auto;
-  border-right: 1px solid lightgray;
+  /*border-right: 1px solid lightgray; */
 }
 
 /* the selected row in the name table */


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