mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix the path to the voting images on php.net and mirrors
This commit is contained in:
@@ -28,6 +28,13 @@ div.warning {
|
||||
background-image: url(/images/dialog-warning.png);
|
||||
}
|
||||
|
||||
/* Voting images ---------------------------------------------------------- */
|
||||
div#usernotes a.usernotes-voteu,
|
||||
div#usernotes a.usernotes-voted,
|
||||
div#usernotes a.usernotes-voteu:hover,
|
||||
div#usernotes a.usernotes-voted:hover {
|
||||
background-image: url(/images/notes-features.png);
|
||||
}
|
||||
|
||||
|
||||
#mirrors-container {
|
||||
|
||||
@@ -27,3 +27,12 @@ div.tip {
|
||||
div.warning {
|
||||
background-image: url(//static.php.net/www.php.net/images/dialog-warning.png);
|
||||
}
|
||||
|
||||
/* Voting images ---------------------------------------------------------- */
|
||||
div#usernotes a.usernotes-voteu,
|
||||
div#usernotes a.usernotes-voted,
|
||||
div#usernotes a.usernotes-voteu:hover,
|
||||
div#usernotes a.usernotes-voted:hover {
|
||||
background-image: url(//static.php.net/images/notes-features.png);
|
||||
}
|
||||
|
||||
|
||||
@@ -700,7 +700,6 @@ div#usernotes a.usernotes-voteu {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url(/images/notes-features.png);
|
||||
background-position:0px 0px;
|
||||
text-indent: -99999px;
|
||||
}
|
||||
@@ -708,16 +707,13 @@ div#usernotes a.usernotes-voted {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url(/images/notes-features.png);
|
||||
background-position:0px 16px;
|
||||
text-indent: -99999px;
|
||||
}
|
||||
div#usernotes a.usernotes-voteu:hover {
|
||||
background-image: url(/images/notes-features.png);
|
||||
background-position:-16px 0px;
|
||||
}
|
||||
div#usernotes a.usernotes-voted:hover {
|
||||
background-image: url(/images/notes-features.png);
|
||||
background-position:-16px 16px;
|
||||
}
|
||||
div#usernotes div.features {
|
||||
|
||||
@@ -432,7 +432,6 @@ hr {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url(/images/notes-features.png);
|
||||
background-position:0px 0px;
|
||||
text-indent: -99999px;
|
||||
}
|
||||
@@ -440,16 +439,13 @@ hr {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url(/images/notes-features.png);
|
||||
background-position:0px 16px;
|
||||
text-indent: -99999px;
|
||||
}
|
||||
#usernotes a.usernotes-voteu:hover {
|
||||
background-image: url(/images/notes-features.png);
|
||||
background-position:-16px 0px;
|
||||
}
|
||||
#usernotes a.usernotes-voted:hover {
|
||||
background-image: url(/images/notes-features.png);
|
||||
background-position:-16px 16px;
|
||||
}
|
||||
#usernotes div.features {
|
||||
|
||||
Reference in New Issue
Block a user