mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-19 17:56:41 +10:00
[임대현] [NOBTS] nodeInfo, linkInfo, inspector UI CSS 개선
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2939 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -99,7 +99,6 @@ canvas {outline:none}
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow: auto;
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="agent-list">
|
||||
<div class="control-group" ng-class="{success: searchAgents.name}">
|
||||
<input type="text" ng-model="searchAgents.name" placeholder="Search Agents" style="width:174px;">
|
||||
<input type="text" ng-model="searchAgents.name" class="searchbox" placeholder="Search Agents">
|
||||
</div>
|
||||
<ul class="nav nav-list">
|
||||
<li ng-repeat="(key, group) in agentGroup">
|
||||
|
||||
Reference in New Issue
Block a user