Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rjs_json_form
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
rjs_json_form
Commits
ac7df36b
Commit
ac7df36b
authored
Jun 19, 2018
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update from upstream
parent
8dd6d7a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
erp5css.less
erp5css.less
+43
-0
No files found.
erp5css.less
View file @
ac7df36b
...
...
@@ -568,6 +568,10 @@ img {
}
.ui-info-error {
color: red;
}
/**********************************************
* Gadget: panel
**********************************************/
...
...
@@ -1956,6 +1960,45 @@ div[data-gadget-scope='maximize'] button {
}
}
/**********************************************
* Front page
**********************************************/
div[data-gadget-url$="gadget_erp5_page_front.html"] {
> ul {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
> li {
flex-shrink: 1;
@media @smartphone {
flex-basis: 100%;
margin-bottom: @margin-size;
}
@media @tablet, @desktop {
margin-right: @quadruple-margin-size;
margin-bottom: @quadruple-margin-size;
flex-basis: 20em;
}
vertical-align: top;
padding: @half-margin-size;
border: @border;
border-radius: @border-radius;
box-shadow: 2px 2px 2px rgba(0,0,0,.15);
h2 {
font-weight: @header-font-weight;
background: @colorheaderbackground;
color: @white;
padding: @margin-size;
}
li {
padding: @half-margin-size @margin-size;
}
}
}
}
/**********************************************
* JSONForm
**********************************************/
...
...
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