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
d70b1d5a
Commit
d70b1d5a
authored
Oct 14, 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: fixed header icon and spinner
parent
03915a84
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
20 deletions
+29
-20
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+25
-16
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_js.xml
...emplateItem/web_page_module/rjs_gadget_erp5_header_js.xml
+4
-4
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
d70b1d5a
...
@@ -110,6 +110,7 @@
...
@@ -110,6 +110,7 @@
/* global reference font-size (.9em = 14.4px) */\n
/* global reference font-size (.9em = 14.4px) */\n
html.ui-mobile body div p,\n
html.ui-mobile body div p,\n
html.ui-mobile body div a,\n
html.ui-mobile body div a,\n
html.ui-mobile body div button,\n
html.ui-mobile body div h1,\n
html.ui-mobile body div h1,\n
html.ui-mobile body div h2,\n
html.ui-mobile body div h2,\n
html.ui-mobile body div h3,\n
html.ui-mobile body div h3,\n
...
@@ -181,6 +182,15 @@ html.ui-mobile body td a.ui-btn {\n
...
@@ -181,6 +182,15 @@ html.ui-mobile body td a.ui-btn {\n
=========================================================================\n
=========================================================================\n
*/\n
*/\n
\n
\n
/*\n
-------------------------------------------------------------------------\n
------------------------------- Loader ----------------------------------\n
-------------------------------------------------------------------------\n
*/\n
/* don\'t fade spinner */\n
html body .ui-icon-spinner.ui-icon-spin {\n
opacity: 1;\n
}\n
\n
\n
/*\n
/*\n
-------------------------------------------------------------------------\n
-------------------------------------------------------------------------\n
...
@@ -1542,6 +1552,15 @@ html body .ui-tag-list .ui-controlgroup-horizontal .ui-btn {\n
...
@@ -1542,6 +1552,15 @@ html body .ui-tag-list .ui-controlgroup-horizontal .ui-btn {\n
.ui-btn-icon-bottom:after {\n
.ui-btn-icon-bottom:after {\n
left: 49%;\n
left: 49%;\n
}\n
}\n
/* set icon dimensions */\n
.ui-btn-icon-left:after,\n
.ui-btn-icon-right:after, \n
.ui-btn-icon-top:after, \n
.ui-btn-icon-bottom:after, \n
.ui-btn-icon-notext:after {\n
width: auto;\n
height: auto;\n
}\n
\n
\n
/*\n
/*\n
-------------------------------------------------------------------------\n
-------------------------------------------------------------------------\n
...
@@ -1929,7 +1948,6 @@ html .ui-header .ui-btn {\n
...
@@ -1929,7 +1948,6 @@ html .ui-header .ui-btn {\n
.responsive.ui-btn:after,\n
.responsive.ui-btn:after,\n
.ui-header .responsive.ui-btn-icon-left:after,\n
.ui-header .responsive.ui-btn-icon-left:after,\n
.ui-footer .responsive.ui-btn-icon-left:after {\n
.ui-footer .responsive.ui-btn-icon-left:after {\n
left: 0.37em;\n
text-indent: 0;\n
text-indent: 0;\n
}\n
}\n
.responsive.ui-btn,\n
.responsive.ui-btn,\n
...
@@ -2707,10 +2725,10 @@ html .ui-icon.pull-right {\n
...
@@ -2707,10 +2725,10 @@ html .ui-icon.pull-right {\n
margin-left: .3em;\n
margin-left: .3em;\n
}\n
}\n
html .ui-icon-spin:after {\n
html .ui-icon-spin:after {\n
-webkit-animation: spin
2
s infinite linear;\n
-webkit-animation: spin
1
s infinite linear;\n
-moz-animation: spin
2
s infinite linear;\n
-moz-animation: spin
1
s infinite linear;\n
-o-animation: spin
2
s infinite linear;\n
-o-animation: spin
1
s infinite linear;\n
animation: spin
2
s infinite linear;\n
animation: spin
1
s infinite linear;\n
}\n
}\n
@-moz-keyframes spin {\n
@-moz-keyframes spin {\n
0% {\n
0% {\n
...
@@ -4226,15 +4244,6 @@ html .ui-btn[class*="ui-icon-"]:after {\n
...
@@ -4226,15 +4244,6 @@ html .ui-btn[class*="ui-icon-"]:after {\n
}\n
}\n
}\n
}\n
\n
\n
/* revert for no-svg BREAKS OPERA */\n
/*\n
.ui-nosvg .ui-page .ui-btn[class*="ui-icon-"]:after,\n
.ui-nosvg .ui-page .ui-btn[class*="ui-icon-"]:after {\n
margin-top: -11px;\n
top: 50%;\n
content: "";\n
}\n
*/\n
/* FALLBACK Icons - JQM compat: user, reorder, search, delete */\n
/* FALLBACK Icons - JQM compat: user, reorder, search, delete */\n
/* bars */\n
/* bars */\n
.ui-nosvg .ui-icon-reorder:after {\n
.ui-nosvg .ui-icon-reorder:after {\n
...
@@ -4391,7 +4400,7 @@ html .ui-btn[class*="ui-icon-"]:after {\n
...
@@ -4391,7 +4400,7 @@ html .ui-btn[class*="ui-icon-"]:after {\n
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
938.1
5820.36055.62600
</string>
</value>
<value>
<string>
938.1
6005.6007.42325
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -4409,7 +4418,7 @@ html .ui-btn[class*="ui-icon-"]:after {\n
...
@@ -4409,7 +4418,7 @@ html .ui-btn[class*="ui-icon-"]:after {\n
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
14132
80129.44
</float>
<float>
14132
91362.58
</float>
<string>
GMT
</string>
<string>
GMT
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_js.xml
View file @
d70b1d5a
...
@@ -321,7 +321,7 @@
...
@@ -321,7 +321,7 @@
title:
"Loading",\n
title:
"Loading",\n
icon:
default_right_icon,\n
icon:
default_right_icon,\n
url:
"",\n
url:
"",\n
class:
"ui-disabled"\n
class:
"ui-disabled
ui-icon-spin
"\n
};\n
};\n
}
else
if
(!gadget.stats.submitted)
{\n
}
else
if
(!gadget.stats.submitted)
{\n
default_right_icon =
"spinner"
;\n
default_right_icon =
"spinner"
;\n
...
@@ -540,7 +540,7 @@
...
@@ -540,7 +540,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
actor
</string>
</key>
<key>
<string>
actor
</string>
</key>
<value>
<string>
romai
n
</string>
</value>
<value>
<string>
sve
n
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
comment
</string>
</key>
<key>
<string>
comment
</string>
</key>
...
@@ -554,7 +554,7 @@
...
@@ -554,7 +554,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
938.
4424.15337.59562
</string>
</value>
<value>
<string>
938.
15847.29908.51046
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -572,7 +572,7 @@
...
@@ -572,7 +572,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
141
2596556.28
</float>
<float>
141
3281825.19
</float>
<string>
GMT
</string>
<string>
GMT
</string>
</tuple>
</tuple>
</state>
</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