~canonical-sysadmins/wordpress/4.5.2

« back to all changes in this revision

Viewing changes to wp-content/plugins/akismet/_inc/akismet.css

  • Committer: Manuel Seelaus
  • Date: 2015-12-09 17:47:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: manuel.seelaus@canonical.com-20151209174718-coxethm2swbeqksy
Merge WP4.4 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    color: #AAA;
34
34
    font-style: italic;
35
35
}
36
 
span.comment-link a {
 
36
table.comments td.comment p a {
37
37
    text-decoration: underline;
38
38
}
39
 
span.comment-link:after {
40
 
    content: " "attr(title) " ";
 
39
table.comments td.comment p a:after {
 
40
    content: attr(href);
41
41
    color: #aaa;
42
 
    text-decoration: none;
 
42
    display: inline-block; /* Show the URL without the link's underline extending under it. */
 
43
    padding: 0 1ex; /* Because it's inline block, we can't just use spaces in the content: attribute to separate it from the link text. */
43
44
}
44
45
.mshot-arrow {
45
46
    width: 0;
63
64
    border-radius: 6px;
64
65
    -webkit-border-radius: 6px;
65
66
}
 
67
.akismet-mshot {
 
68
    position: absolute;
 
69
    z-index: 100;
 
70
}
 
71
.akismet-mshot .mshot-image {
 
72
    margin: 0;
 
73
    height: 338px;
 
74
    width: 450px;
 
75
}
66
76
h2.ak-header {
67
77
    padding: 30px;
68
78
    background: #649316 url('img/logo-full-2x.png') no-repeat 20px center;