| 1 |
/* Mark Posts Dashboard Widget Styles */ |
| 2 |
|
| 3 |
h3.mark_posts_headline { |
| 4 |
padding: 0 2% 8px 2%; |
| 5 |
border-bottom: 1px solid #eee; |
| 6 |
} |
| 7 |
|
| 8 |
.markers_right_now { |
| 9 |
overflow: hidden; |
| 10 |
padding: 0; |
| 11 |
margin: 0 0 17px 0; |
| 12 |
} |
| 13 |
|
| 14 |
.markers_right_now:last-child { |
| 15 |
margin-bottom: 0; |
| 16 |
} |
| 17 |
|
| 18 |
.markers_right_now li { |
| 19 |
width: 46%; |
| 20 |
float: left; |
| 21 |
padding: 8px 1% 0 1%; |
| 22 |
margin: 0; |
| 23 |
} |
| 24 |
|
| 25 |
.markers_right_now li a { |
| 26 |
line-height: 1.4em; |
| 27 |
font-size: 13px; |
| 28 |
} |
| 29 |
|
| 30 |
.markers_right_now li a:before { |
| 31 |
font: 400 20px/1 dashicons; |
| 32 |
content: '\f159'; |
| 33 |
speak: none; |
| 34 |
display: block; |
| 35 |
float: left; |
| 36 |
margin: 0 5px 0 0; |
| 37 |
padding: 0; |
| 38 |
text-indent: 0; |
| 39 |
text-align: center; |
| 40 |
position: relative; |
| 41 |
-webkit-font-smoothing: antialiased; |
| 42 |
text-decoration: none !important; |
| 43 |
} |