Commit 65dbd3cf by marco Committed by Jay Zoldak

padding around icons for flags and pins

parent 0a43c0ff
...@@ -2475,19 +2475,21 @@ body.discussion { ...@@ -2475,19 +2475,21 @@ body.discussion {
opacity: 1; opacity: 1;
} }
} }
.notpinned .icon .notpinned .icon {
{ display: block;
display: inline-block; float: left;
margin: 3px;
width: 10px; width: 10px;
height: 14px; height: 14px;
padding-right: 3px; padding-right: 3px;
background: transparent url('../images/unpinned.png') no-repeat 0 0; background: transparent url('../images/unpinned.png') no-repeat 0 0;
} }
.pinned .icon .pinned .icon {
{ display: block;
display: inline-block; float: left;
margin: 3px;
width: 10px; width: 10px;
height: 14px; height: 14px;
padding-right: 3px; padding-right: 3px;
...@@ -2526,7 +2528,9 @@ display:none; ...@@ -2526,7 +2528,9 @@ display:none;
.notflagged .icon .notflagged .icon
{ {
display: inline-block; display: block;
float: left;
margin: 3px;
width: 10px; width: 10px;
height: 14px; height: 14px;
padding-right: 3px; padding-right: 3px;
...@@ -2535,7 +2539,9 @@ display:none; ...@@ -2535,7 +2539,9 @@ display:none;
.flagged .icon .flagged .icon
{ {
display: inline-block; display: block;
float: left;
margin: 3px;
width: 10px; width: 10px;
height: 14px; height: 14px;
padding-right: 3px; padding-right: 3px;
......
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