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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
8c1f381b
Commit
8c1f381b
authored
Jun 29, 2016
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Start using less mixin to reduce duplication
parent
de435d33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
26 deletions
+17
-26
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+2
-2
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
...teItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
+15
-24
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
8c1f381b
...
@@ -230,7 +230,7 @@
...
@@ -230,7 +230,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
952.1
0134.56146.36130
</string>
</value>
<value>
<string>
952.1
2715.63499.47547
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -248,7 +248,7 @@
...
@@ -248,7 +248,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
1467
039078.03
</float>
<float>
1467
193792.99
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
8c1f381b
...
@@ -78,9 +78,17 @@
...
@@ -78,9 +78,17 @@
///////////////////////////////////////////////
// Extend
///////////////////////////////////////////////
.hide_text(@width: 3em) {
// https://css-tricks.com/forums/topic/hide-text-but-not-the-before-pseudo-class/
width: @width;
overflow: hidden;
text-indent: -9999px;
white-space: nowrap;
}
...
@@ -531,11 +539,7 @@ div[data-gadget-scope='panel'] {
...
@@ -531,11 +539,7 @@ div[data-gadget-scope='panel'] {
button, a {
button, a {
// https://css-tricks.com/forums/topic/hide-text-but-not-the-before-pseudo-class/
.hide_text();
width: 3em;
overflow: hidden;
text-indent: -9999px;
white-space: nowrap;
background-color: #252525;
background-color: #252525;
&::before {
&::before {
...
@@ -670,11 +674,7 @@ div[data-gadget-scope='editor_panel'] {
...
@@ -670,11 +674,7 @@ div[data-gadget-scope='editor_panel'] {
button, a {
button, a {
// https://css-tricks.com/forums/topic/hide-text-but-not-the-before-pseudo-class/
.hide_text();
width: 3em;
overflow: hidden;
text-indent: -9999px;
white-space: nowrap;
background-color: #252525;
background-color: #252525;
&::before {
&::before {
...
@@ -739,10 +739,7 @@ div[data-gadget-scope='header'] .ui-header {
...
@@ -739,10 +739,7 @@ div[data-gadget-scope='header'] .ui-header {
// Default size
// Default size
width: 8em;
width: 8em;
@media @smartphone {
@media @smartphone {
width: 3em;
.hide_text();
overflow: hidden;
text-indent: -9999px;
white-space: nowrap;
}
}
&::before {
&::before {
...
@@ -1104,10 +1101,7 @@ div[data-gadget-scope='erp5_searchfield'] {
...
@@ -1104,10 +1101,7 @@ div[data-gadget-scope='erp5_searchfield'] {
}
}
@media @smartphone {
@media @smartphone {
width: 2em;
.hide_text(@width: 2em);
overflow: hidden;
text-indent: -9999px;
white-space: nowrap;
}
}
&::before {
&::before {
...
@@ -1287,10 +1281,7 @@ div[data-gadget-scope='erp5_searchfield'] {
...
@@ -1287,10 +1281,7 @@ div[data-gadget-scope='erp5_searchfield'] {
}
}
@media @smartphone {
@media @smartphone {
width: 2em;
.hide_text(@width: 2em);
overflow: hidden;
text-indent: -9999px;
white-space: nowrap;
}
}
&::before {
&::before {
...
...
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