hangb пре 7 година
родитељ
комит
5b92d54462
1 измењених фајлова са 9 додато и 3 уклоњено
  1. 9 3
      src/main/webapp/resources/lib/treeview/css/angular.treeview.css

+ 9 - 3
src/main/webapp/resources/lib/treeview/css/angular.treeview.css

@@ -66,7 +66,7 @@ div.treeView>ul>li:nth-child(4)>.collapsed{
 div.treeView>ul>li:nth-child(4)>.normal{
   display: inline-block;
   width: 24px;
-  height: 18px;
+  height: 20px;
   background: url("../img/icon_05.png") no-repeat 0 center;
 }
 div.treeView>ul>li:nth-child(5)>.expanded{
@@ -77,10 +77,14 @@ div.treeView>ul>li:nth-child(5)>.collapsed{
 }
 div.treeView>ul>li>span{
   display: inline-block;
+  padding-left: 36px;
   font-size: 14px;
   color: #333;
   font-weight: bold;
 }
+div.treeView>ul>li>span.selected{
+    padding-left: 36px;
+}
 div.treeView>ul>li>div>ul>li>span{
   font-size: 14px;
   font-weight: bold;
@@ -95,6 +99,8 @@ div.treeView>ul>li>div>ul>li>div>ul>li>span{
 }
 div.treeView>ul>li>i{
   margin-left: 10px;
+  position: absolute;
+  top: 8px;
 }
 div.treeView>ul>li>div>ul>li>i{
   margin-left: 22px;
@@ -122,7 +128,7 @@ div[data-tree-model] li .expanded {
   /*background-image: url("../img/icon_02.png");*/
   /*background-repeat: no-repeat;*/
   width: 24px;
-  height: 18px;
+  height: 20px;
 }
 
 div[data-tree-model] li .collapsed {
@@ -131,7 +137,7 @@ div[data-tree-model] li .collapsed {
   /*background-image: url("static/img/left/icon_02.png");*/
   /*background-repeat: no-repeat;*/
   width: 24px;
-  height: 18px;
+  height: 20px;
 }
 
 div[data-tree-model] li .normal {