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
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
Bryan Kaperick
erp5
Commits
1557a388
Commit
1557a388
authored
May 28, 2015
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] CSS allow multiple buttons in header, fix panel padding
parent
c66b4608
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+13
-4
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
1557a388
...
...
@@ -1546,7 +1546,7 @@ html .ui-panel .ui-header, html .ui-panel .ui-content {\n
min-height: 39px;\n
}\n
*/\n
/*
XXX: Romain mini app, remove later */
\n
/*
we should not need to set this, JQM does it too */
\n
html .ui-panel .ui-panel-inner {\n
padding: 0;\n
}\n
...
...
@@ -2149,12 +2149,21 @@ html .ui-footer .ui-title {\n
margin: 0 45px;\n
}\n
\n
/*
max width for buttons */
\n
/*
XXX: Original requested max width for buttons, prevents multiple button menu
\n
.ui-header .ui-controlgroup,\n
.ui-panel .ui-header .ui-controlgroup {\n
max-width: 45px;\n
min-width: 45px;\n
}\n
*/\n
/* I prefer this */\n
.ui-header .ui-controlgroup, .ui-panel .ui-header .ui-controlgroup {\n
min-width: 45px;\n
max-width: none;\n
}\n
.ui-header .ui-controlgroup-horizontal .ui-controlgroup-controls a.ui-btn {\n
width: auto;\n
}\n
\n
/* logo dimensions, left/right padding needed, because img does not fill space*/\n
/* html .ui-header .ui-title img {\n
...
...
@@ -4824,7 +4833,7 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
943.
9410.37394.25582
</string>
</value>
<value>
<string>
943.
21092.51756.1126
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -4842,7 +4851,7 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n
</tuple>
<state>
<tuple>
<float>
14328
18115.51
</float>
<float>
14328
25565.05
</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