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
Nikola Balog
erp5
Commits
a8b888ae
Commit
a8b888ae
authored
May 26, 2020
by
Sven Franck
Committed by
Xiaowu Zhang
May 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_corporate_identity: improve display of links and tables in minimal website
parent
227402e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
8 deletions
+26
-8
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/ci_web_css/ci_web.css.css
...ins/erp5_corporate_identity_web/ci_web_css/ci_web.css.css
+26
-8
No files found.
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/ci_web_css/ci_web.css.css
View file @
a8b888ae
...
@@ -16,9 +16,9 @@ fieldset {
...
@@ -16,9 +16,9 @@ fieldset {
.ci-web
.ci-web-page-content
h2
,
.ci-web
.ci-web-page-content
h2
,
.ci-web
.ci-web-page-content
h3
,
.ci-web
.ci-web-page-content
h3
,
.ci-web
.ci-web-page-banner
h1
,
.ci-web
.ci-web-page-banner
h1
,
.ci-web
.ci-web-page-banner
h2
,
.ci-web
.ci-web-page-banner
h2
,
.ci-web
.ci-web-page-banner
h3
,
.ci-web
.ci-web-page-banner
h3
,
.ci-web
details
,
.ci-web
details
,
.ci-web
menu
,
.ci-web
menu
,
.ci-web
.ci-web-page-banner
.breadcrumb
a
,
.ci-web
.ci-web-page-banner
.breadcrumb
a
,
.ci-web
.ci-web-page-banner
.widget
{
.ci-web
.ci-web-page-banner
.widget
{
...
@@ -112,7 +112,7 @@ fieldset {
...
@@ -112,7 +112,7 @@ fieldset {
font-weight
:
bold
;
font-weight
:
bold
;
}
}
@media
(
max-width
:
45em
)
{
@media
(
max-width
:
45em
)
{
.ci-web
.ci-web-header-bar-logo-left
span
{
.ci-web
.ci-web-header-bar-logo-left
span
{
display
:
block
;
display
:
block
;
width
:
auto
;
width
:
auto
;
...
@@ -197,26 +197,38 @@ ci-web-header-bar-search-right
...
@@ -197,26 +197,38 @@ ci-web-header-bar-search-right
margin-top
:
.5em
;
margin-top
:
.5em
;
}
}
.ci-web
.ci-web-page-content
table
{
.ci-web
.ci-web-page-content
table
{
border-collapse
:
collapse
;
margin
:
auto
;
border
:
1px
solid
#808080
;
border
:
1px
solid
#808080
;
border-collapse
:
collapse
;
border-spacing
:
0
;
}
}
.ci-web
.ci-web-page-content
table
thead
{
.ci-web
.ci-web-page-content
table
thead
{
background
:
#F0F0F0
;
background
:
#F0F0F0
;
}
}
.ci-web
.ci-web-page-content
table
thead
th
,
.ci-web
.ci-web-page-content
table
thead
th
,
.ci-web
.ci-web-page-content
table
thead
td
{
.ci-web
.ci-web-page-content
table
thead
td
{
padding
:
1em
.25em
;
/* padding: 1em .25em; */
padding
:
1em
0.5em
;
border-bottom
:
1px
solid
;
}
}
.ci-web
.ci-web-page-content
table
tbody
th
,
.ci-web
.ci-web-page-content
table
tbody
th
,
.ci-web
.ci-web-page-content
table
tbody
td
{
.ci-web
.ci-web-page-content
table
tbody
td
{
padding
:
0
.25em
;
/* padding: 0 .25em; */
padding
:
.25em
0.5em
;
border-bottom
:
1px
solid
;
}
}
.ci-web
.ci-web-page-content
table
tbody
tr
:last-child
th
,
.ci-web
.ci-web-page-content
table
tbody
tr
:last-child
td
{
border-bottom
:
none
;
}
.ci-web
.ci-web-page-content
img
{
.ci-web
.ci-web-page-content
img
{
width
:
100%
;
width
:
100%
;
}
}
/* As header h* and link a use the same color,
keep the underline to differenciate links */
.ci-web
.ci-web-page-content
a
{
.ci-web
.ci-web-page-content
a
{
/* As header h* and link a use the same color,
keep the underline to differenciate links */
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
...
@@ -247,6 +259,12 @@ ci-web-header-bar-search-right
...
@@ -247,6 +259,12 @@ ci-web-header-bar-search-right
.ci-web
.ci-web-page-content
tr
{
.ci-web
.ci-web-page-content
tr
{
display
:
block
;
display
:
block
;
}
}
.ci-web
.ci-web-page-content
table
thead
th
,
.ci-web
.ci-web-page-content
table
thead
td
,
.ci-web
.ci-web-page-content
table
tbody
th
,
.ci-web
.ci-web-page-content
table
tbody
td
{
border-bottom
:
0
none
;
}
.ci-web
.ci-web-page-content
thead
tr
{
.ci-web
.ci-web-page-content
thead
tr
{
position
:
absolute
!important
;
position
:
absolute
!important
;
height
:
1px
;
height
:
1px
;
...
...
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