From cc0ca1e7c8c54fb30e1a7cd0cd07a2efc5d70f90 Mon Sep 17 00:00:00 2001 From: Denny Lim Date: Tue, 19 Nov 2013 05:18:30 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9E=84=EB=8C=80=ED=98=84]=20[NOBTS]=20nodeI?= =?UTF-8?q?nfo,=20linkInfo,=20inspector=20UI=20CSS=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2939 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/styles/inspector.css | 13 +++++++++++-- src/main/webapp/styles/linkInfoDetails.css | 5 ++++- src/main/webapp/styles/main.css | 1 - src/main/webapp/styles/nodeInfoDetails.css | 5 ++++- src/main/webapp/views/agentList.html | 2 +- 5 files changed, 20 insertions(+), 6 deletions(-) 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 @@
- +