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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
7450efb8
Commit
7450efb8
authored
Jul 06, 2016
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Clean up a bit the CSS
parent
7e8f58e6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
303 deletions
+33
-303
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
+8
-112
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+2
-2
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
...teItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
+23
-189
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
View file @
7450efb8
...
...
@@ -274,7 +274,7 @@ textarea {
border
:
none
;
background-color
:
#FFFFFF
;
color
:
#1F1F1F
;
border-radius
:
.325em
;
border-radius
:
0
.325em
;
border-width
:
1px
;
border-style
:
solid
;
border-color
:
rgba
(
0
,
0
,
0
,
0.3
);
...
...
@@ -304,7 +304,7 @@ select {
border
:
none
;
background-color
:
#FFFFFF
;
color
:
#1F1F1F
;
border-radius
:
.325em
;
border-radius
:
0
.325em
;
border-width
:
1px
;
border-style
:
solid
;
border-color
:
rgba
(
0
,
0
,
0
,
0.3
);
...
...
@@ -312,15 +312,6 @@ select {
-moz-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.2
);
outline-offset
:
0
;
/*
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
&:after {
content: "â–¶";
text-align: right;
float:right
}*/
}
select
:hover
,
select
:active
,
...
...
@@ -337,13 +328,6 @@ textarea {
height
:
15em
;
width
:
100%
;
margin
:
0
;
/*
padding: 0.5em;
border: none;
background-color: @colortextboxbackground;
color: @colortextboxforeground;
border-radius: 0;
*/
font-family
:
"Courier New"
,
Courier
,
monospace
;
}
::-webkit-input-placeholder
{
...
...
@@ -362,11 +346,6 @@ textarea {
}
input
[
type
=
submit
],
button
{
/*
margin: 0;
margin-bottom: 1em;
padding: 0.5em 2em;
*/
margin
:
0
;
padding
:
0
;
border
:
none
;
...
...
@@ -411,7 +390,7 @@ img {
div
[
data-gadget-scope
=
'panel'
]
{
background-color
:
#444444
;
border-color
:
#888888
;
color
:
#
fff
;
color
:
#
FFFFFF
;
width
:
17em
;
min-height
:
100%
;
max-height
:
none
;
...
...
@@ -439,20 +418,6 @@ div[data-gadget-scope='panel'] {
div
[
data-gadget-scope
=
'panel'
]
div
[
data-role
=
"header"
]
{
display
:
flex
;
justify-content
:
flex-start
;
/*
> div {
&:first-of-type {
border-color: rgba(255,255,255, .3);
border-style: solid;
border-width: 0 1px 0 0;
}
&:last-of-type {
border-color: rgba(255,255,255, .3);
border-style: solid;
border-width: 0 0 0 1px;
}
}
*/
}
div
[
data-gadget-scope
=
'panel'
]
div
[
data-role
=
"header"
]
.panel_img
{
text-align
:
center
;
...
...
@@ -469,13 +434,6 @@ div[data-gadget-scope='panel'] div[data-role="header"] a {
display
:
block
;
line-height
:
2.6em
;
color
:
#FFFFFF
;
/*
&[name="panel"] {
@media @desktop {
display: none;
}
}
*/
}
div
[
data-gadget-scope
=
'panel'
]
div
[
data-role
=
"header"
]
button
::before
,
div
[
data-gadget-scope
=
'panel'
]
div
[
data-role
=
"header"
]
a
::before
{
...
...
@@ -497,12 +455,7 @@ div[data-gadget-scope='panel'] ul {
margin-top
:
2.6em
;
}
div
[
data-gadget-scope
=
'panel'
]
ul
li
a
{
color
:
#ffffff
;
/*
border-color: rgba(255,255,255, .3);
border-width: 1px 0 0 0;
border-style: solid;
*/
color
:
#FFFFFF
;
padding
:
.4em
;
padding-left
:
1em
;
display
:
block
;
...
...
@@ -520,7 +473,7 @@ div[data-gadget-scope='editor_panel'] {
background-color
:
#444444
;
border-color
:
#888888
;
box-shadow
:
5px
0
0
5px
rgba
(
0
,
0
,
0
,
0.15
);
color
:
#
fff
;
color
:
#
FFFFFF
;
width
:
17em
;
min-height
:
100%
;
max-height
:
none
;
...
...
@@ -538,7 +491,7 @@ div[data-gadget-scope='editor_panel'].visible {
}
div
[
data-gadget-scope
=
'editor_panel'
]
div
[
data-role
=
"header"
]
{
background-color
:
#252525
;
color
:
#
fff
;
color
:
#
FFFFFF
;
display
:
flex
;
justify-content
:
space-between
;
border-color
:
rgba
(
255
,
255
,
255
,
0.3
);
...
...
@@ -767,11 +720,6 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content
{
padding
:
2em
;
padding-top
:
9em
;
/*
.ui-has-subheader {
padding-top: 7em;
}
*/
/* middle screen */
/* form validation (assuming label>span is used) */
}
...
...
@@ -842,13 +790,6 @@ div[data-gadget-scope='header'] .ui-header ul {
border-bottom-style
:
solid
;
}
@media
only
screen
and
(
min-width
:
62em
)
{
.gadget-content
{
/*
.left, .right, .center, .bottom {
padding: 0 2%;
}
*/
}
.gadget-content
.left
,
.gadget-content
.right
{
vertical-align
:
top
;
...
...
@@ -918,7 +859,7 @@ div[data-gadget-scope='erp5_searchfield'] button {
.document_table
.ui-table-header
button
{
padding
:
0.5em
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.14
);
border-radius
:
0.3
1
5em
;
border-radius
:
0.3
2
5em
;
margin-right
:
0.5em
;
}
.document_table
.ui-table-header
button
:last-of-type
{
...
...
@@ -951,11 +892,6 @@ div[data-gadget-scope='erp5_searchfield'] button {
vertical-align
:
middle
;
}
.document_table
table
thead
{
/*
background-color: #eeeeee;
background-color: rgba(0, 0, 0, .04);
color: #777777;
*/
background-color
:
#0E81C2
;
color
:
#FFFFFF
;
}
...
...
@@ -970,36 +906,6 @@ div[data-gadget-scope='erp5_searchfield'] button {
.document_table
table
a
{
color
:
#1F1F1F
;
}
.document_table
table
tbody
{
/*
@media @smartphone {
tr {
line-height: 3em;
}
th {
display: none;
&:first-of-type {
display: block;
a {
display: block;
text-align: left;
padding-left: 0.5em;
&:after {
// XXX copy/pasted
font-family: FontAwesome;
content: "\f0da";
text-align: right;
float:right;
padding-right: 0.5em;
padding-left: 0.5em;
}
}
}
}
}
*/
}
.document_table
table
tbody
tr
:nth-child
(
even
)
{
background-color
:
#eeeeee
;
background-color
:
rgba
(
0
,
0
,
0
,
0.04
);
...
...
@@ -1008,16 +914,6 @@ div[data-gadget-scope='erp5_searchfield'] button {
background
:
#e4ebf1
;
}
@media
only
screen
and
(
min-width
:
62em
),
only
screen
and
(
min-width
:
28em
)
and
(
max-width
:
62em
)
{
.document_table
table
tbody
{
/*
// Column border
td, th {
&:not(:last-child) {
border-right: 1px solid #DDD;
}
}
*/
}
.document_table
table
tbody
a
{
display
:
block
;
padding
:
0.4em
0.25em
;
...
...
@@ -1097,7 +993,7 @@ div[data-gadget-scope='erp5_searchfield'] button {
.document_table
table
tfoot
.ui-controlgroup-controls
a
{
padding
:
0.5em
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.14
);
border-radius
:
0.3
1
5em
;
border-radius
:
0.3
2
5em
;
margin-right
:
0.5em
;
}
.document_table
table
tfoot
.ui-controlgroup-controls
a
:last-of-type
{
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
7450efb8
...
...
@@ -230,7 +230,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
952.2
1277.40593.7202
</string>
</value>
<value>
<string>
952.2
4208.10266.65160
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -248,7 +248,7 @@
</tuple>
<state>
<tuple>
<float>
1467
621439.3
</float>
<float>
1467
798268.0
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
7450efb8
This diff is collapsed.
Click to expand it.
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