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
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
51096a5b
Commit
51096a5b
authored
Jan 15, 2021
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
romain_dev: thread use line separator instead of background color
parent
584f9bf4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
bt5/romain_dev/PathTemplateItem/web_page_module/romain_thread_reader_css.css
...TemplateItem/web_page_module/romain_thread_reader_css.css
+6
-3
bt5/romain_dev/PathTemplateItem/web_page_module/romain_thread_reader_css.xml
...TemplateItem/web_page_module/romain_thread_reader_css.xml
+2
-2
bt5/romain_dev/SkinTemplateItem/portal_skins/romain_dev/gadget_thread_reader.less.txt
...tem/portal_skins/romain_dev/gadget_thread_reader.less.txt
+3
-3
No files found.
bt5/romain_dev/PathTemplateItem/web_page_module/romain_thread_reader_css.css
View file @
51096a5b
...
@@ -3,9 +3,11 @@ div[data-gadget-url$="gadget_thread_reader.html"] > ol {
...
@@ -3,9 +3,11 @@ div[data-gadget-url$="gadget_thread_reader.html"] > ol {
}
}
div
[
data-gadget-url
$
=
"gadget_thread_reader.html"
]
>
ol
>
li
{
div
[
data-gadget-url
$
=
"gadget_thread_reader.html"
]
>
ol
>
li
{
padding-bottom
:
2em
;
padding-bottom
:
2em
;
}
/*
div
[
data-gadget-url
$
=
"gadget_thread_reader.html"
]
>
ol
>
li
:nth-child
(
even
)
{
&:nth-child(even) {
background-color
:
rgba
(
230
,
230
,
230
,
0.65
);
background-color: rgba(230, 230, 230, 0.65);
}
*/
}
}
div
[
data-gadget-url
$
=
"gadget_thread_reader.html"
]
>
ol
>
li
>
div
.post_content
{
div
[
data-gadget-url
$
=
"gadget_thread_reader.html"
]
>
ol
>
li
>
div
.post_content
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -28,5 +30,6 @@ div[data-gadget-url$="gadget_thread_reader.html"] > ol > li > div.post_avatar {
...
@@ -28,5 +30,6 @@ div[data-gadget-url$="gadget_thread_reader.html"] > ol > li > div.post_avatar {
text-transform
:
uppercase
;
text-transform
:
uppercase
;
}
}
div
[
data-gadget-url
$
=
"gadget_thread_reader.html"
]
>
ol
>
li
+
li
{
div
[
data-gadget-url
$
=
"gadget_thread_reader.html"
]
>
ol
>
li
+
li
{
border-top
:
solid
1px
#0E81C2
;
padding-top
:
1em
;
padding-top
:
1em
;
}
}
bt5/romain_dev/PathTemplateItem/web_page_module/romain_thread_reader_css.xml
View file @
51096a5b
...
@@ -240,7 +240,7 @@
...
@@ -240,7 +240,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
989.218
22.53724.24473
</string>
</value>
<value>
<string>
989.218
35.12698.21896
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
1610
638751.46
</float>
<float>
1610
706932.15
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/romain_dev/SkinTemplateItem/portal_skins/romain_dev/gadget_thread_reader.less.txt
View file @
51096a5b
...
@@ -13,11 +13,11 @@ div[data-gadget-url$="gadget_thread_reader.html"] {
...
@@ -13,11 +13,11 @@ div[data-gadget-url$="gadget_thread_reader.html"] {
& > li {
& > li {
padding-bottom: 2em;
padding-bottom: 2em;
/*
&:nth-child(even) {
&:nth-child(even) {
background-color: rgba(230, 230, 230, 0.65);
background-color: rgba(230, 230, 230, 0.65);
}
}
*/
& > div.post_content {
& > div.post_content {
display: inline-block;
display: inline-block;
& > div {
& > div {
...
@@ -45,7 +45,7 @@ div[data-gadget-url$="gadget_thread_reader.html"] {
...
@@ -45,7 +45,7 @@ div[data-gadget-url$="gadget_thread_reader.html"] {
& + li {
& + li {
// Separate posts
// Separate posts
//
border-top: solid 1px @colorsubheaderbackground;
border-top: solid 1px @colorsubheaderbackground;
padding-top: 1em;
padding-top: 1em;
}
}
}
}
...
...
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