mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12735] Fix line breaks
PHPBB3-12735
This commit is contained in:
parent
710e0e7aa6
commit
20e9480ba5
1 changed files with 10 additions and 3 deletions
|
@ -218,11 +218,18 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||||
white-space: nowrap; /* For Opera */
|
white-space: nowrap; /* For Opera */
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-box #keywords { width: 95px; }
|
#search-box #keywords {
|
||||||
#search-box input { border: 1px solid transparent; }
|
width: 95px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-box input {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/* .button1 style defined later, just a few tweaks for the search button version */
|
/* .button1 style defined later, just a few tweaks for the search button version */
|
||||||
#search-box input.button1 { padding: 1px 5px; }
|
#search-box input.button1 {
|
||||||
|
padding: 1px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#search-box li {
|
#search-box li {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
Loading…
Add table
Reference in a new issue