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
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
erp5
Commits
8c082b15
Commit
8c082b15
authored
May 18, 2018
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_xhtml_style: XXX adust style for editors
FIXME: this changes appearance too much
parent
c5ee45a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.css
...inTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.css
+8
-3
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.css
View file @
8c082b15
...
@@ -19,9 +19,13 @@ along with this program; if not, write to the Free Software
...
@@ -19,9 +19,13 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
*/
input
,
textarea
,
select
,
button
,
body
,
div
,
span
,
fieldset
{
/* XXX is this everything ? */
.field
,
.breadcrumb
>
a
,
.actions
>
ul
>
li
>
a
,
.logged_in_as
,
textarea
,
.transition_message
{
font-family
:
<
dtml-var
font_family
>
;
font-family
:
<
dtml-var
font_family
>
;
font-size
:
<
dtml-var
font_size
>
;
font-size
:
<
dtml-var
font_size
>
;
}
input
,
textarea
,
select
,
button
,
body
,
div
,
span
,
fieldset
{
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
}
}
...
@@ -80,10 +84,11 @@ body, div, span, fieldset {
...
@@ -80,10 +84,11 @@ body, div, span, fieldset {
color
:
<
dtml-var
font_color
>
;
color
:
<
dtml-var
font_color
>
;
}
}
/* XXX why do we have this ???
div, span, fieldset {
div, span, fieldset {
background-color: inherit;
background-color: inherit;
}
}
*/
body
{
body
{
background-color
:
<
dtml-var
background_color
>
;
background-color
:
<
dtml-var
background_color
>
;
}
}
...
@@ -411,7 +416,7 @@ fieldset.bottom .field .input {
...
@@ -411,7 +416,7 @@ fieldset.bottom .field .input {
}
}
.content
.field
.error
{
.content
.field
.error
{
background-color
:
inherit
;
/* background-color: inherit; */
/*monaco*/
color
:
#f40
;
color
:
#f40
;
}
}
...
...
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