Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
erp5
Commits
5dde17a5
Commit
5dde17a5
authored
Aug 22, 2022
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xhtml_style: make editors in bottom group use full height
parent
b010e977
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/gadget_editor.css.css
...TemplateItem/portal_skins/erp5_core/gadget_editor.css.css
+19
-0
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.css
...inTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.css
+5
-1
No files found.
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/gadget_editor.css.css
View file @
5dde17a5
...
...
@@ -2,3 +2,22 @@ div[data-gadget-url$="gadget_editor.html"] > textarea,
div
[
data-gadget-url
$
=
"gadget_editor.html"
]
>
pre
code
{
font-family
:
"Courier New"
,
Courier
,
monospace
;
}
/*
* xhtml: make editors in bottom group use full height
*/
.main_form
,
.main_form
.master
,
.main_form
.master
.document
,
.main_form
.master
.document
.content
,
.main_form
fieldset
.bottom
,
.main_form
fieldset
.bottom
>
.field
,
.main_form
fieldset
.bottom
>
.field
>
.input
,
.main_form
fieldset
.bottom
>
.field
>
.input
>
div
[
data-gadget-url
$
=
"gadget_editor.html"
],
.main_form
fieldset
.bottom
>
.field
>
.input
>
div
[
data-gadget-url
$
=
"gadget_editor.html"
]
div
[
data-gadget-scope
=
"editor"
],
.main_form
fieldset
.bottom
>
.field
>
.input
>
div
[
data-gadget-url
$
=
"gadget_editor.html"
]
iframe
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
flex
:
1
1
auto
;
}
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.css
View file @
5dde17a5
...
...
@@ -19,6 +19,10 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
html
,
body
{
height
:
100%
;
}
input
,
textarea
,
select
,
button
,
body
,
div
,
span
,
fieldset
{
font-family
:
<
dtml-var
font_family
>
;
font-size
:
<
dtml-var
font_size
>
;
...
...
@@ -28,7 +32,7 @@ input, textarea, select, button, body, div, span, fieldset {
iframe
{
width
:
100%
;
height
:
50vh
;
min-
height
:
50vh
;
}
div
.input
>
select
,
div
.input
>
input
,
div
.listbox
select
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment