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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gabriel Monnerat
erp5
Commits
c1661d22
Commit
c1661d22
authored
Nov 06, 2020
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: Fix CSS
parent
94bb5b2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
...emplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
+9
-6
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
+8
-2
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
View file @
c1661d22
...
...
@@ -8,7 +8,7 @@
* Shared
**********************************************/
/**********************************************
* http://meyerweb.com/eric/tools/css/reset/
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
**********************************************/
...
...
@@ -1004,6 +1004,9 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content
div
[
data-gadget-scope
=
'm'
]
{
animation
:
fadein
0.2s
ease-out
;
}
.gadget-content
div
[
data-gadget-scope
=
'erp5_form'
]
>
a
{
padding-left
:
3pt
;
}
.gadget-content
input
[
type
=
'submit'
]
{
padding
:
6pt
;
margin-top
:
30pt
;
...
...
@@ -1074,9 +1077,6 @@ div[data-gadget-scope='header'] .ui-header ul {
padding-top
:
6em
;
}
}
.gadget-content
.field_container
>
a
{
padding-left
:
3pt
;
}
.gadget-content
.field_container
>
div
>
div
>
div
.ui-field-contain
{
padding
:
3pt
0
;
}
...
...
@@ -1095,6 +1095,9 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content
.ui-content-header-plain
{
font-size
:
150%
;
}
.gadget-content
.ui-content-header-plain
>
h3
>
a
{
padding-left
:
3pt
;
}
.gadget-content
.worklist-empty
{
max-width
:
442px
;
/* original size of the embedded image */
...
...
@@ -1180,7 +1183,7 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content
.ui-field-contain
>
label
{
color
:
hsl
(
0
,
0%
,
42%
);
}
.gadget-content
.ui-field-contain
>
a
{
.gadget-content
.ui-field-contain
>
label
>
a
{
padding-left
:
3pt
;
}
.gadget-content
.required
>
.ui-field-contain
>
label
{
...
...
@@ -3275,4 +3278,4 @@ hmtl .ui-icon-carat-u::before {
}
.ui-icon-clone
::before
{
content
:
"\f24d"
;
}
}
\ No newline at end of file
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
c1661d22
...
...
@@ -1190,12 +1190,18 @@ div[data-gadget-scope='header'] .ui-header {
animation: fadein @transition-timing;
}
// Dialog page template main submit button
div[data-gadget-scope='erp5_form'] {
& > a {
padding-left: 3pt;
}
}
// Dialog page template main submit button
input[type='submit'] {
.renderPageSubmitButton(@coloraccent);
text-shadow: @foreground-text-shadow;
}
// Dialog page template update button
// Dialog page template update button
button[name='action_update'] {
.renderPageSubmitButton(@grey);
}
...
...
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