Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
b7987db6
Commit
b7987db6
authored
Oct 15, 2014
by
Sven Franck
Committed by
Romain Courteaud
Nov 17, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: fix appearance of collapsible, speed up spinner
parent
942670b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
9 deletions
+21
-9
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+18
-6
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_frontpage_html.xml
...tem/web_page_module/rjs_gadget_erp5_pt_frontpage_html.xml
+3
-3
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
b7987db6
...
...
@@ -774,6 +774,18 @@ html.ui-mobile head + body .ui-field-contain > :last-child {\n
top: 2.15em;\n
}\n
}\n
/*\n
-------------------------------------------------------------------------\n
---------------------------- Collapsible --------------------------------\n
-------------------------------------------------------------------------\n
*/\n
.ui-collapsible .ui-listview .ui-last-child {\n
-webkit-border-bottom-left-radius: .625em;\n
border-bottom-left-radius: .625em;\n
-webkit-border-bottom-right-radius: .625em;\n
border-bottom-right-radius: .625em;\n
\n
}\n
\n
/*\n
-------------------------------------------------------------------------\n
...
...
@@ -2713,10 +2725,10 @@ html .ui-icon.pull-right {\n
margin-left: .3em;\n
}\n
html .ui-icon-spin:after {\n
-webkit-animation: spin
1
s infinite linear;\n
-moz-animation: spin
1
s infinite linear;\n
-o-animation: spin
1
s infinite linear;\n
animation: spin
1
s infinite linear;\n
-webkit-animation: spin
.5
s infinite linear;\n
-moz-animation: spin
.5
s infinite linear;\n
-o-animation: spin
.5
s infinite linear;\n
animation: spin
.5
s infinite linear;\n
}\n
@-moz-keyframes spin {\n
0% {\n
...
...
@@ -4388,7 +4400,7 @@ html .ui-btn[class*="ui-icon-"]:after {\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
938.161
48.22388.20394
</string>
</value>
<value>
<string>
938.161
58.8004.25992
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -4406,7 +4418,7 @@ html .ui-btn[class*="ui-icon-"]:after {\n
</tuple>
<state>
<tuple>
<float>
1413
299820.02
</float>
<float>
1413
361727.89
</float>
<string>
GMT
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_frontpage_html.xml
View file @
b7987db6
...
...
@@ -126,7 +126,7 @@
<script
id=
"table-template"
type=
"text/x-handlebars-template"
>
\n
<div
data-role=
"collapsible"
>
\n
<h3>
{{definition_title}}
</h3>
\n
<ul
data-role=
"listview"
data-theme=
"c"
class=
"document-listview
ui-corner-all
"
>
\n
<ul
data-role=
"listview"
data-theme=
"c"
class=
"document-listview"
>
\n
<!--<li data-role="list-divider"><h1>{{definition_title}}</h1></li>-->
\n
{{#each documentlist}}\n
<li><a
class=
"ui-body-inherit"
href=
"{{link}}"
>
{{title}}
</a></li>
\n
...
...
@@ -276,7 +276,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
938.1617
3.13985.45960
</string>
</value>
<value>
<string>
938.1617
9.61167.15104
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -294,7 +294,7 @@
</tuple>
<state>
<tuple>
<float>
14133
01675.99
</float>
<float>
14133
60430.58
</float>
<string>
GMT
</string>
</tuple>
</state>
...
...
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