mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
Merge remote-tracking branch 'crizz0/ticket/8785' into develop
* crizz0/ticket/8785: [ticket/8785] Deletes additional add and add_bcc buttons [ticket/8785] Fixed problem with add empty.png and travis will now pass [ticket/8785] and again a fresh line [ticket/8785] Just one blank line [ticket/8785] pm_layout.html back to more standard code [ticket/8785] <hr /> will only displayed when needed [ticket/8785] Adds blank lines at file end [ticket/8785] Adds a new optical improvement, new file and fixes html bugs [ticket/8785] Adds two <hr /> to seperate recipients and BCC [ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200px [ticket/8785] Little spaces mistake [ticket/8785] Rebuilding posting_editor pm head + new language vars
This commit is contained in:
@@ -751,6 +751,31 @@ dl.details dd {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
fieldset.fields1 ul.recipients {
|
||||
list-style-type: none;
|
||||
line-height: 1.8;
|
||||
max-height: 150px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
fieldset.fields1 dd.recipients {
|
||||
clear: left;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
fieldset.fields1 ul.recipients input.button2{
|
||||
font-size: 0.8em;
|
||||
margin-right: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
fieldset.fields1 dl.pmlist > dt {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
fieldset.fields1 dl.pmlist dd.recipients {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
/* Pagination
|
||||
---------------------------------------- */
|
||||
|
Reference in New Issue
Block a user