Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Carlos Ramos Carreño
erp5
Commits
b7987db6
Commit
b7987db6
authored
10 years ago
by
Sven Franck
Committed by
Romain Courteaud
10 years ago
Browse files
Options
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
4
8.
22388.20394
</string>
</value>
<value>
<string>
938.161
5
8.
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>
...
...
This diff is collapsed.
Click to expand it.
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>
...
...
This diff is collapsed.
Click to expand it.
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