mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 19:26:53 +02:00
Merge pull request #5908 from phpbb-es/ticket/16404
[ticket/16404] Small bug in prosilver
This commit is contained in:
@ -281,7 +281,7 @@ dd.option {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search .postbody {
|
.search .postbody {
|
||||||
width: 68%
|
width: 68%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Topic review panel
|
/* Topic review panel
|
||||||
|
@ -145,7 +145,7 @@ dd textarea {
|
|||||||
/* Browser-specific tweaks */
|
/* Browser-specific tweaks */
|
||||||
button::-moz-focus-inner {
|
button::-moz-focus-inner {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Quick-login on index page */
|
/* Quick-login on index page */
|
||||||
|
Reference in New Issue
Block a user