Commit 9eca5577 by marco

updated flag icons to be font-awesome based

parent 646ff9ea
...@@ -2691,20 +2691,35 @@ display:none; ...@@ -2691,20 +2691,35 @@ display:none;
} }
} }
<<<<<<< HEAD
.notflagged .icon .notflagged .icon
{ {
display: block; display: block;
=======
}
.notflagged .icon {
display: block;
>>>>>>> updated flag icons to be font-awesome based
float: left; float: left;
margin: 3px; margin: 3px;
width: 10px; width: 10px;
height: 14px; height: 14px;
padding-right: 3px; padding-right: 3px;
<<<<<<< HEAD
} }
.flagged .icon .flagged .icon
{ {
display: block; display: block;
color: $gray-l2; color: $gray-l2;
=======
color: $gray-l2;
}
.flagged .icon {
display: block;
>>>>>>> updated flag icons to be font-awesome based
float: left; float: left;
margin: 3px; margin: 3px;
width: 10px; width: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment