polished policy styles

This commit is contained in:
Tom Giannattasio
2012-10-11 14:50:43 -04:00
parent c3e2a544da
commit 8da5087de8
4 changed files with 36 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 947 B

View File

@@ -139,6 +139,14 @@
background: url(../img/plus-icon.png) no-repeat;
}
.plus-icon-small {
display: inline-block;
width: 6px;
height: 6px;
margin-right: 8px;
background: url(../img/plus-icon-small.png) no-repeat center;
}
.folder-icon {
display: inline-block;
width: 15px;

View File

@@ -20,6 +20,30 @@
@include tree-view;
}
}
.policy-list {
.policy-list-name {
margin-right: 5px;
}
.policy-list-value {
margin-right: 10px;
}
li {
margin-bottom: 10px;
}
}
.new-policy-item {
margin: 10px 0;
.plus-icon-small {
position: relative;
top: -1px;
vertical-align: middle;
}
}
}
.subsection-name-input {