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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
erp5
Commits
ed7ae725
Commit
ed7ae725
authored
Sep 20, 2019
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_corporate_identity: add space between <p> and align span when it's too long
parent
b5eb9d7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/template_css/book.css.css
...l_skins/erp5_corporate_identity/template_css/book.css.css
+9
-1
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/template_css/book.pdf.css.css
...ins/erp5_corporate_identity/template_css/book.pdf.css.css
+10
-1
No files found.
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/template_css/book.css.css
View file @
ed7ae725
...
...
@@ -772,10 +772,12 @@ NOTE: logos will disappear in wkhtmltopdf if they go beyond the available space
}
.ci-book
.ci-book-img
>
img
~
span
{
margin-left
:
3cm
;
display
:
inline-block
;
}
.ci-book
.ci-book-img
+
span
{
margin-left
:
3cm
;
display
:
inline-block
;
}
.ci-book
table
caption
,
...
...
@@ -791,8 +793,14 @@ NOTE: logos will disappear in wkhtmltopdf if they go beyond the available space
/* editor adding <p>... */
html
.ci-book
table
td
p
{
margin
:
0
;
padding
:
0
;
text-indent
:
0
;
display
:
inline-block
;
}
html
.ci-book
table
td
p
:first-child
{
padding
:
0
;
}
html
.ci-book
table
td
p
:not
(
:first-child
)
{
padding-left
:
5px
;
}
/* === code boxes === */
.ci-book
pre
{
...
...
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/template_css/book.pdf.css.css
View file @
ed7ae725
...
...
@@ -800,10 +800,12 @@ NOTE: logos will disappear in wkhtmltopdf if they go beyond the available space
}
.ci-book
.ci-book-img
>
img
~
span
{
margin-left
:
3cm
;
display
:
inline-block
;
}
.ci-book
.ci-book-img
+
span
{
margin-left
:
3cm
;
display
:
inline-block
;
}
.ci-book
table
caption
,
.ci-book
.ci-book-caption
{
...
...
@@ -818,8 +820,15 @@ NOTE: logos will disappear in wkhtmltopdf if they go beyond the available space
/* editor adding <p>... */
html
.ci-book
table
td
p
{
margin
:
0
;
padding
:
0
;
text-indent
:
0
;
display
:
inline-block
;
}
html
.ci-book
table
td
p
:first-child
{
padding
:
0
;
}
html
.ci-book
table
td
p
:not
(
:first-child
)
{
padding-left
:
5px
;
}
/* === code boxes === */
.ci-book
pre
{
...
...
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