Merge "Fix selector syntax"

This commit is contained in:
Jenkins 2013-08-06 21:00:04 +00:00 committed by Gerrit Code Review
commit 8cc1517c26

View File

@ -2105,7 +2105,7 @@ div.network {
/**** Resource Topology CSS ****/
.link {stroke: #000;stroke-width: 1.5px;}
.node {cursor:pointer;}
.node text {font: 12px sans-serif;}
.node .text {font: 12px sans-serif;}
#resource_container {position:relative;}
#stack_box {position:absolute;width:300px;top:10px;left:10px;}
@ -2119,4 +2119,4 @@ div.network {
#info_box h3 {font-size:9pt;line-height:20px;}
#info_box p {margin:0;font-size:9pt;line-height:14px;}
#info_box a {margin:0;font-size:9pt;line-height:14px;}
#info_box .error {color:darkred;}
#info_box .error {color:darkred;}