polished policy styles
This commit is contained in:
BIN
cms/static/img/plus-icon-small.png
Normal file
BIN
cms/static/img/plus-icon-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 947 B |
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user