diff --git a/src/main/webapp/styles/inspector.css b/src/main/webapp/styles/inspector.css index 7c01f67c1..e54d8ca20 100644 --- a/src/main/webapp/styles/inspector.css +++ b/src/main/webapp/styles/inspector.css @@ -4,7 +4,7 @@ left: 0; padding: 0; margin: 0 12px 0 0; - width: 188px; + width: 238px; height: 100%; border: 0; border-right: 1px solid #ddd; @@ -15,11 +15,15 @@ } .main-spy { - margin-left: 200px; + margin-left: 250px; height: 100%; overflow: auto; } +.agent-list .searchbox { + width: 225px; +} + .agent-list .nav li > a:hover, .agent-list .nav li > a:focus { text-decoration: none; @@ -31,12 +35,17 @@ } .agent-list .nav-list .nav-header { padding-left: 10px; + padding-right: 10px; } .agent-list .nav-list li > a, .agent-list .nav-list .nav-header { margin: 0; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + -o-text-overow: ellipsis; } .agent-list .nav-list li > a { diff --git a/src/main/webapp/styles/linkInfoDetails.css b/src/main/webapp/styles/linkInfoDetails.css index baff6fcd9..3357568e8 100644 --- a/src/main/webapp/styles/linkInfoDetails.css +++ b/src/main/webapp/styles/linkInfoDetails.css @@ -15,12 +15,15 @@ .linkInfoDetails .info { position: fixed; width: 380px; + padding: 10px; + background: #fff; } .linkInfoDetails .alert { line-height: 25px; + margin-bottom: 0; } .linkInfoDetails .contents { - padding-top: 48px; + padding: 65px 15px 30px; } \ No newline at end of file diff --git a/src/main/webapp/styles/main.css b/src/main/webapp/styles/main.css index 99809f87f..6a3ccf9b9 100644 --- a/src/main/webapp/styles/main.css +++ b/src/main/webapp/styles/main.css @@ -99,7 +99,6 @@ canvas {outline:none} left: 0; right: 0; overflow: auto; - padding: 10px 15px; } diff --git a/src/main/webapp/styles/nodeInfoDetails.css b/src/main/webapp/styles/nodeInfoDetails.css index 512cf8cf9..8c4513e7e 100644 --- a/src/main/webapp/styles/nodeInfoDetails.css +++ b/src/main/webapp/styles/nodeInfoDetails.css @@ -15,12 +15,15 @@ .nodeInfoDetails .info { position: fixed; width: 380px; + padding: 10px; + background: #fff; } .nodeInfoDetails .alert { line-height: 25px; + margin-bottom: 0; } .nodeInfoDetails .contents { - padding-top: 48px; + padding: 65px 15px 30px; } \ No newline at end of file diff --git a/src/main/webapp/views/agentList.html b/src/main/webapp/views/agentList.html index 84a2ccd97..8ff4907aa 100644 --- a/src/main/webapp/views/agentList.html +++ b/src/main/webapp/views/agentList.html @@ -1,6 +1,6 @@