mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping
This commit is contained in:
commit
76f3d08383
1 changed files with 3 additions and 5 deletions
|
@ -899,12 +899,15 @@ html>body dd label input { vertical-align: text-bottom;} /* Tweak for Moz to ali
|
||||||
dd input {
|
dd input {
|
||||||
font-size: 1.00em;
|
font-size: 1.00em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
margin: 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd select {
|
dd select {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
font-size: 1em;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
margin: 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd textarea {
|
dd textarea {
|
||||||
|
@ -912,11 +915,6 @@ dd textarea {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd select {
|
|
||||||
width: auto;
|
|
||||||
font-size: 1.00em;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset dl {
|
fieldset dl {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue