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
758962e2
Commit
758962e2
authored
Jul 08, 2016
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Drop prefixes
parent
71ab8c02
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
90 deletions
+8
-90
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
+3
-48
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
+3
-40
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
View file @
758962e2
...
@@ -281,8 +281,6 @@ textarea {
...
@@ -281,8 +281,6 @@ textarea {
border-width
:
1px
;
border-width
:
1px
;
border-style
:
solid
;
border-style
:
solid
;
border-color
:
rgba
(
0
,
0
,
0
,
0.3
);
border-color
:
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.2
);
-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
);
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.2
);
outline-offset
:
0
;
outline-offset
:
0
;
}
}
...
@@ -301,8 +299,6 @@ textarea:focus {
...
@@ -301,8 +299,6 @@ textarea:focus {
}
}
input
:not
([
type
=
submit
])
:not
([
type
=
file
])
:not
([
type
=
checkbox
])
:not
([
type
=
radio
])
:not
([
type
=
color
])
:focus
,
input
:not
([
type
=
submit
])
:not
([
type
=
file
])
:not
([
type
=
checkbox
])
:not
([
type
=
radio
])
:not
([
type
=
color
])
:focus
,
textarea
:focus
{
textarea
:focus
{
-webkit-box-shadow
:
0
0
12px
#3388cc
;
-moz-box-shadow
:
0
0
12px
#3388cc
;
box-shadow
:
0
0
12px
#3388cc
;
box-shadow
:
0
0
12px
#3388cc
;
}
}
select
{
select
{
...
@@ -318,8 +314,6 @@ select {
...
@@ -318,8 +314,6 @@ select {
border-width
:
1px
;
border-width
:
1px
;
border-style
:
solid
;
border-style
:
solid
;
border-color
:
rgba
(
0
,
0
,
0
,
0.3
);
border-color
:
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.2
);
-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
);
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.2
);
outline-offset
:
0
;
outline-offset
:
0
;
}
}
...
@@ -327,12 +321,7 @@ select:hover,
...
@@ -327,12 +321,7 @@ select:hover,
select
:active
,
select
:active
,
select
:focus
{
select
:focus
{
background-color
:
#e0e0e0
;
background-color
:
#e0e0e0
;
background
:
-webkit-gradient
(
linear
,
0%
0%
,
0%
100%
,
from
(
#eeeeee
),
to
(
#f5f5f5
));
background
:
linear-gradient
(
#f5f5f5
,
#eeeeee
);
background
:
-webkit-linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
background
:
linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
background
:
-moz-linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
background
:
-o-linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
background
:
-ms-linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
}
}
textarea
{
textarea
{
height
:
15em
;
height
:
15em
;
...
@@ -561,12 +550,7 @@ div[data-gadget-scope='header'] .ui-header a:hover,
...
@@ -561,12 +550,7 @@ div[data-gadget-scope='header'] .ui-header a:hover,
div
[
data-gadget-scope
=
'header'
]
.ui-header
button
:active
,
div
[
data-gadget-scope
=
'header'
]
.ui-header
button
:active
,
div
[
data-gadget-scope
=
'header'
]
.ui-header
a
:active
{
div
[
data-gadget-scope
=
'header'
]
.ui-header
a
:active
{
background-color
:
#085078
;
background-color
:
#085078
;
background
:
-webkit-gradient
(
linear
,
0%
0%
,
0%
100%
,
from
(
#85D8CE
),
to
(
#0E81C2
));
background-image
:
linear-gradient
(
#0E81C2
,
#85D8CE
);
background
:
-webkit-linear-gradient
(
bottom
,
#85D8CE
,
#0E81C2
);
background
:
linear-gradient
(
bottom
,
#85D8CE
,
#0E81C2
);
background
:
-moz-linear-gradient
(
bottom
,
#85D8CE
,
#0E81C2
);
background
:
-o-linear-gradient
(
bottom
,
#85D8CE
,
#0E81C2
);
background
:
-ms-linear-gradient
(
bottom
,
#85D8CE
,
#0E81C2
);
}
}
div
[
data-gadget-scope
=
'header'
]
.ui-header
>
.ui-btn-left
button
,
div
[
data-gadget-scope
=
'header'
]
.ui-header
>
.ui-btn-left
button
,
div
[
data-gadget-scope
=
'header'
]
.ui-header
>
.ui-btn-left
a
{
div
[
data-gadget-scope
=
'header'
]
.ui-header
>
.ui-btn-left
a
{
...
@@ -633,8 +617,6 @@ div[data-gadget-scope='header'] .ui-header h1 {
...
@@ -633,8 +617,6 @@ div[data-gadget-scope='header'] .ui-header h1 {
white-space
:
nowrap
;
white-space
:
nowrap
;
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
-ms-text-overflow
:
ellipsis
;
}
}
div
[
data-gadget-scope
=
'header'
]
.ui-header
h1
>
span
{
div
[
data-gadget-scope
=
'header'
]
.ui-header
h1
>
span
{
padding-left
:
4em
;
padding-left
:
4em
;
...
@@ -650,8 +632,6 @@ div[data-gadget-scope='header'] .ui-header h1 a {
...
@@ -650,8 +632,6 @@ div[data-gadget-scope='header'] .ui-header h1 a {
white-space
:
nowrap
;
white-space
:
nowrap
;
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
-ms-text-overflow
:
ellipsis
;
}
}
div
[
data-gadget-scope
=
'header'
]
.ui-header
h1
a
::before
{
div
[
data-gadget-scope
=
'header'
]
.ui-header
h1
a
::before
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -779,16 +759,9 @@ div[data-gadget-scope='header'] .ui-header ul {
...
@@ -779,16 +759,9 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content
ul
.document-listview
li
a
:active
,
.gadget-content
ul
.document-listview
li
a
:active
,
.gadget-content
ul
.document-listview
li
a
:focus
{
.gadget-content
ul
.document-listview
li
a
:focus
{
background-color
:
#e0e0e0
;
background-color
:
#e0e0e0
;
background
:
-webkit-gradient
(
linear
,
0%
0%
,
0%
100%
,
from
(
#eeeeee
),
to
(
#f5f5f5
));
background
:
linear-gradient
(
#f5f5f5
,
#eeeeee
);
background
:
-webkit-linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
background
:
linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
background
:
-moz-linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
background
:
-o-linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
background
:
-ms-linear-gradient
(
bottom
,
#eeeeee
,
#f5f5f5
);
}
}
.gadget-content
ul
.document-listview
li
a
:focus
{
.gadget-content
ul
.document-listview
li
a
:focus
{
-webkit-box-shadow
:
0
0
12px
#3388cc
;
-moz-box-shadow
:
0
0
12px
#3388cc
;
box-shadow
:
0
0
12px
#3388cc
;
box-shadow
:
0
0
12px
#3388cc
;
}
}
.gadget-content
ul
.document-listview
li
:first-child
{
.gadget-content
ul
.document-listview
li
:first-child
{
...
@@ -1041,22 +1014,6 @@ div[data-gadget-scope='erp5_searchfield'] button {
...
@@ -1041,22 +1014,6 @@ div[data-gadget-scope='erp5_searchfield'] button {
/**********************************************
/**********************************************
* Keyframes
* Keyframes
**********************************************/
**********************************************/
@-moz-keyframes
spin
{
from
{
-moz-transform
:
rotate
(
0deg
);
}
to
{
-moz-transform
:
rotate
(
360deg
);
}
}
@-webkit-keyframes
spin
{
from
{
-webkit-transform
:
rotate
(
0deg
);
}
to
{
-webkit-transform
:
rotate
(
360deg
);
}
}
@keyframes
spin
{
@keyframes
spin
{
from
{
from
{
transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
...
@@ -1090,8 +1047,6 @@ div[data-gadget-scope='erp5_searchfield'] button {
...
@@ -1090,8 +1047,6 @@ div[data-gadget-scope='erp5_searchfield'] button {
}
}
.ui-icon-spinner
::before
{
.ui-icon-spinner
::before
{
content
:
"\f110"
;
content
:
"\f110"
;
-webkit-animation
:
spin
.5s
infinite
linear
;
-moz-animation
:
spin
.5s
infinite
linear
;
animation
:
spin
.5s
infinite
linear
;
animation
:
spin
.5s
infinite
linear
;
}
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
758962e2
...
@@ -230,7 +230,7 @@
...
@@ -230,7 +230,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
952.2
6052.1948.19029
</string>
</value>
<value>
<string>
952.2
7049.47586.45516
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -248,7 +248,7 @@
...
@@ -248,7 +248,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
14679
07631.75
</float>
<float>
14679
67442.23
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
758962e2
...
@@ -324,8 +324,6 @@ input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])
...
@@ -324,8 +324,6 @@ input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])
border-style: solid;
border-style: solid;
border-color: rgba(0, 0, 0, 0.3);
border-color: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
outline-offset: 0;
outline-offset: 0;
...
@@ -342,8 +340,6 @@ input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])
...
@@ -342,8 +340,6 @@ input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])
outline-offset: 0;
outline-offset: 0;
}
}
&:focus {
&:focus {
-webkit-box-shadow: 0 0 12px #3388cc;
-moz-box-shadow: 0 0 12px #3388cc;
box-shadow: 0 0 12px #3388cc;
box-shadow: 0 0 12px #3388cc;
}
}
}
}
...
@@ -364,20 +360,13 @@ select {
...
@@ -364,20 +360,13 @@ select {
border-width: 1px;
border-width: 1px;
border-style: solid;
border-style: solid;
border-color: rgba(0, 0, 0, 0.3);
border-color: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
outline-offset: 0;
outline-offset: 0;
&:hover, &:active, &:focus {
&:hover, &:active, &:focus {
background-color: #e0e0e0;
background-color: #e0e0e0;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#f5f5f5));
background: linear-gradient(#f5f5f5, #eeeeee);
background: -webkit-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -moz-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -o-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -ms-linear-gradient(bottom, #eeeeee, #f5f5f5);
}
}
}
}
...
@@ -650,12 +639,7 @@ div[data-gadget-scope='header'] .ui-header {
...
@@ -650,12 +639,7 @@ div[data-gadget-scope='header'] .ui-header {
button, a {
button, a {
&:hover, &:active {
&:hover, &:active {
background-color: @colorheaderbackground;
background-color: @colorheaderbackground;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#85D8CE), to(#0E81C2));
background-image: linear-gradient(#0E81C2, #85D8CE);
background: -webkit-linear-gradient(bottom, #85D8CE, #0E81C2);
background: linear-gradient(bottom, #85D8CE, #0E81C2);
background: -moz-linear-gradient(bottom, #85D8CE, #0E81C2);
background: -o-linear-gradient(bottom, #85D8CE, #0E81C2);
background: -ms-linear-gradient(bottom, #85D8CE, #0E81C2);
}
}
}
}
...
@@ -734,8 +718,6 @@ div[data-gadget-scope='header'] .ui-header {
...
@@ -734,8 +718,6 @@ div[data-gadget-scope='header'] .ui-header {
white-space: nowrap;
white-space: nowrap;
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
// Title which is not a link
// Title which is not a link
& > span {
& > span {
...
@@ -753,8 +735,6 @@ div[data-gadget-scope='header'] .ui-header {
...
@@ -753,8 +735,6 @@ div[data-gadget-scope='header'] .ui-header {
white-space: nowrap;
white-space: nowrap;
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
&::before {
&::before {
display: inline-block;
display: inline-block;
...
@@ -907,16 +887,9 @@ div[data-gadget-scope='header'] .ui-header {
...
@@ -907,16 +887,9 @@ div[data-gadget-scope='header'] .ui-header {
}
}
&:hover, &:active, &:focus {
&:hover, &:active, &:focus {
background-color: #e0e0e0;
background-color: #e0e0e0;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#f5f5f5));
background: linear-gradient(#f5f5f5, #eeeeee);
background: -webkit-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -moz-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -o-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -ms-linear-gradient(bottom, #eeeeee, #f5f5f5);
}
}
&:focus {
&:focus {
-webkit-box-shadow: 0 0 12px #3388cc;
-moz-box-shadow: 0 0 12px #3388cc;
box-shadow: 0 0 12px #3388cc;
box-shadow: 0 0 12px #3388cc;
}
}
}
}
...
@@ -1209,14 +1182,6 @@ div[data-gadget-scope='erp5_searchfield'] {
...
@@ -1209,14 +1182,6 @@ div[data-gadget-scope='erp5_searchfield'] {
/**********************************************
/**********************************************
* Keyframes
* Keyframes
**********************************************/
**********************************************/
@-moz-keyframes spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
@keyframes spin {
from {transform:rotate(0deg);}
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
to {transform:rotate(360deg);}
...
@@ -1248,8 +1213,6 @@ div[data-gadget-scope='erp5_searchfield'] {
...
@@ -1248,8 +1213,6 @@ div[data-gadget-scope='erp5_searchfield'] {
opacity: 1;
opacity: 1;
&::before {
&::before {
content: "\f110";
content: "\f110";
-webkit-animation: spin .5s infinite linear;
-moz-animation: spin .5s infinite linear;
animation: spin .5s infinite linear;
animation: spin .5s infinite linear;
}
}
}
}
...
...
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