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
141
Merge Requests
141
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
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
0251e68f
Commit
0251e68f
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: make breadcrumb look nice
parent
e30a4c96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+8
-3
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_html.xml
...plateItem/web_page_module/rjs_gadget_erp5_header_html.xml
+5
-4
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
0251e68f
...
...
@@ -140,7 +140,8 @@ html.ui-mobile body .ui-header h1.ui-title {\n
html.ui-mobile body th a,\n
html.ui-mobile body td a,\n
html.ui-mobile body th a.ui-btn,\n
html.ui-mobile body td a.ui-btn {\n
html.ui-mobile body td a.ui-btn,\n
html.ui-mobile body .ui-header .ui-title .ui-btn {\n
font-size: 100%;\n
}\n
\n
...
...
@@ -1809,6 +1810,10 @@ html .ui-header img.ui-title {\n
padding-top: .5em;\n
padding-bottom: .5em;\n
}\n
/* set breadcrumb dimensions */\n
html .ui-header .ui-title .ui-btn {\n
margin: -.9em 0;\n
}\n
\n
/* move title to left if only one controlgroup with menu */\n
html .ui-header .ui-title {\n
...
...
@@ -4391,7 +4396,7 @@ html .ui-btn[class*="ui-icon-"]:after {\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
938.16
076.54392.60535
</string>
</value>
<value>
<string>
938.16
104.22669.9489
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -4409,7 +4414,7 @@ html .ui-btn[class*="ui-icon-"]:after {\n
</tuple>
<state>
<tuple>
<float>
141329
5536.24
</float>
<float>
141329
7220.53
</float>
<string>
GMT
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_html.xml
View file @
0251e68f
...
...
@@ -121,12 +121,13 @@
<!-- custom script -->
\n
<script
src=
"gadget_erp5_header.js"
type=
"text/javascript"
></script>
\n
\n
<script
id=
"header-title-link-template"
type=
"text/x-handlebars-template"
><a
href=
"{{url}}"
>
{{title}}
</a></script>
\n
<script
id=
"header-title-link-template"
type=
"text/x-handlebars-template"
><a
class=
"ui-btn ui-btn-icon-left ui-icon-caret-up"
href=
"{{url}}"
>
{{title}}
</a></script>
\n
<script
id=
"header-title-template"
type=
"text/x-handlebars-template"
>
{{title}}
</script>
\n
\n
<script
id=
"header-link-template"
type=
"text/x-handlebars-template"
>
\n
<a
role=
"button"
href=
"{{url}}"
class=
"responsive ui-btn ui-icon-{{icon}} ui-btn-icon-left ui-first-child ui-last-child {{class}}"
>
{{title}}
</a>
\n
</script>
\n
\n
<script
id=
"header-button-template"
type=
"text/x-handlebars-template"
>
\n
<form><button
name=
\'{{name}}\'
type=
\'submit\'
class=
\'responsive
ui-btn
ui-icon-{{icon}}
ui-btn-icon-left
ui-first-child
ui-last-child
{{class}}\'
>
{{title}}
</button></form>
\n
</script>
\n
...
...
@@ -296,7 +297,7 @@
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
romai
n
</string>
</value>
<value>
<string>
sve
n
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -310,7 +311,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
938.
4401.55907.17169
</string>
</value>
<value>
<string>
938.
16099.57174.3840
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -328,7 +329,7 @@
</tuple>
<state>
<tuple>
<float>
141
2595274
.24
</float>
<float>
141
3297257
.24
</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