Commit 0251e68f authored by Sven Franck's avatar Sven Franck Committed by Romain Courteaud

erp5_web_renderjs_ui: make breadcrumb look nice

parent e30a4c96
......@@ -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.16076.54392.60535</string> </value>
<value> <string>938.16104.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>1413295536.24</float>
<float>1413297220.53</float>
<string>GMT</string>
</tuple>
</state>
......
......@@ -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>romain</string> </value>
<value> <string>sven</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>1412595274.24</float>
<float>1413297257.24</float>
<string>GMT</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment