| 1 |
/* Mark Posts Admin Styles */ |
| 2 |
.new-markers { |
| 3 |
height: 20px; |
| 4 |
padding: 10px 0 5px 0; |
| 5 |
} |
| 6 |
|
| 7 |
.new-markers |
| 8 |
.js-new-markers-intro { |
| 9 |
display: none; |
| 10 |
} |
| 11 |
|
| 12 |
.new-marker, |
| 13 |
.mark-posts-marker { |
| 14 |
background: rgba(255, 255, 255); /* for IE */ |
| 15 |
background: rgba(255, 255, 255, .65); |
| 16 |
color: #444; |
| 17 |
line-height: 27px; /* in case of multiple lines for markers*/ |
| 18 |
padding: 0 5px; |
| 19 |
margin: 0 0 0 3px; |
| 20 |
-webkit-border-radius: 3px; |
| 21 |
-moz-border-radius: 3px; |
| 22 |
border-radius: 3px; |
| 23 |
display: inline-block; |
| 24 |
font-weight: bold; |
| 25 |
} |
| 26 |
|
| 27 |
.mark-posts-marker { |
| 28 |
margin-top: 6px; |
| 29 |
} |
| 30 |
|
| 31 |
span.mark-posts-color { |
| 32 |
position: absolute; |
| 33 |
top: -41px; |
| 34 |
right: 30px; |
| 35 |
width: 20px; |
| 36 |
height: 20px; |
| 37 |
display: block; |
| 38 |
margin-left: 10px; |
| 39 |
} |
| 40 |
|
| 41 |
span.mark-posts-color, |
| 42 |
#mark_posts_options h3.hndle { |
| 43 |
-webkit-transition: 100ms linear; /* Chrome 1-25, Safari 3.2+ */ |
| 44 |
-moz-transition: 100ms linear; /* Firefox 4-15 */ |
| 45 |
-o-transition: 100ms linear; /* Opera 10.50–12.00 */ |
| 46 |
transition: 100ms linear; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ |
| 47 |
} |
| 48 |
|
| 49 |
.mark_posts_pre { |
| 50 |
position: absolute; |
| 51 |
width: 5px; |
| 52 |
height: 100%; |
| 53 |
top: 0; |
| 54 |
left: 0; |
| 55 |
} |
| 56 |
|
| 57 |
a.mark-posts-initial { |
| 58 |
display: inline-block; |
| 59 |
margin-left: 25px; |
| 60 |
} |
| 61 |
|
| 62 |
.mark-posts-copy { |
| 63 |
margin-top: 25px; |
| 64 |
padding-top: 25px; |
| 65 |
} |
| 66 |
|
| 67 |
#wpbody-content .quick-edit-row-page .inline-edit-col-right.mark-posts-quickedit { |
| 68 |
margin-top: 0; |
| 69 |
width: 50%; |
| 70 |
float: right; |
| 71 |
} |
| 72 |
|