add/remove policy data from subsection

This commit is contained in:
Chris Dodge
2012-10-09 10:32:12 -04:00
parent ef1fb321b8
commit 20a8395f4f
4 changed files with 53 additions and 30 deletions

View File

@@ -124,13 +124,15 @@ label {
}
.new-unit-item,
.new-subsection-item {
.new-subsection-item,
.new-policy-item {
@include grey-button;
margin: 5px 8px;
padding: 3px 10px 4px 10px;
font-size: 10px;
.new-folder-icon,
.new-policy-icon,
.new-unit-icon {
position: relative;
top: 2px;

View File

@@ -171,6 +171,14 @@
background: url(../img/new-unit-icon.png) right no-repeat;
}
.new-policy-icon {
display: inline-block;
width: 23px;
height: 12px;
margin-right: 8px;
background: url(../img/new-unit-icon.png) right no-repeat;
}
.textbook-icon {
display: inline-block;
width: 32px;