update core to 7.36
This commit is contained in:
@@ -225,10 +225,10 @@ ul.action-links li a {
|
||||
|
||||
/* Animated throbber */
|
||||
html.js input.form-autocomplete {
|
||||
background-position: 1% 4px;
|
||||
background-position: 1% center;
|
||||
}
|
||||
html.js input.throbbing {
|
||||
background-position: 1% -16px;
|
||||
background-position: 1% center;
|
||||
}
|
||||
|
||||
/* Comment form */
|
||||
|
@@ -704,7 +704,6 @@ ul.links {
|
||||
}
|
||||
.comment .submitted .comment-permalink {
|
||||
font-size: 0.786em;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
.comment .content {
|
||||
font-size: 0.929em;
|
||||
@@ -1326,14 +1325,6 @@ input.form-button-disabled:active,
|
||||
color: #717171;
|
||||
}
|
||||
|
||||
/* Animated throbber */
|
||||
html.js input.form-autocomplete {
|
||||
background-position: 100% 4px; /* LTR */
|
||||
}
|
||||
html.js input.throbbing {
|
||||
background-position: 100% -16px; /* LTR */
|
||||
}
|
||||
|
||||
/* Comment form */
|
||||
.comment-form label {
|
||||
float: left; /* LTR */
|
||||
|
Reference in New Issue
Block a user