summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.special.aggregategroups.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Translate/resources/css/ext.translate.special.aggregategroups.css')
-rw-r--r--www/wiki/extensions/Translate/resources/css/ext.translate.special.aggregategroups.css33
1 files changed, 18 insertions, 15 deletions
diff --git a/www/wiki/extensions/Translate/resources/css/ext.translate.special.aggregategroups.css b/www/wiki/extensions/Translate/resources/css/ext.translate.special.aggregategroups.css
index 7b7b3385..98c80b09 100644
--- a/www/wiki/extensions/Translate/resources/css/ext.translate.special.aggregategroups.css
+++ b/www/wiki/extensions/Translate/resources/css/ext.translate.special.aggregategroups.css
@@ -1,31 +1,22 @@
span.tp-aggregate-remove-ag-button,
span.tp-aggregate-remove-button {
- background: url(../images/remove.png) no-repeat scroll left center transparent;
- /* @embed */
- background-image: -webkit-linear-gradient(transparent, transparent), url('../images/remove.svg');
- /* @embed */
- background-image: linear-gradient(transparent, transparent), url('../images/remove.svg');
+ background: no-repeat scroll left center transparent;
+ background-image: /* @embed */ linear-gradient( transparent, transparent ), url( ../images/remove.svg );
padding: 10px;
cursor: pointer;
}
span.tp-aggregate-edit-ag-button {
- background: url(../images/action-edit.png) no-repeat scroll left center transparent;
- /* @embed */
- background-image: -webkit-linear-gradient(transparent, transparent), url('../images/action-edit.svg');
- /* @embed */
- background-image: linear-gradient(transparent, transparent), url('../images/action-edit.svg');
+ background: no-repeat scroll left center transparent;
+ background-image: /* @embed */ linear-gradient( transparent, transparent ), url( ../images/action-edit.svg );
background-size: 18px 18px;
padding: 10px;
cursor: pointer;
}
a.tpt-add-new-group {
- background: url(../images/add.png) no-repeat scroll left center transparent;
- /* @embed */
- background-image: -webkit-linear-gradient(transparent, transparent), url('../images/add.svg');
- /* @embed */
- background-image: linear-gradient(transparent, transparent), url('../images/add.svg');
+ background: no-repeat scroll left center transparent;
+ background-image: /* @embed */ linear-gradient( transparent, transparent ), url( ../images/add.svg );
padding-left: 20px;
}
@@ -48,3 +39,15 @@ div.hidden {
.tp-aggregategroup-edit-description {
width: 500px;
}
+
+.client-nojs .tpt-add-new-group,
+.client-nojs .tp-aggregate-edit-ag-button,
+.client-nojs .tp-aggregate-remove-button,
+.client-nojs .tp-aggregate-remove-ag-button,
+.client-nojs .mw-tpa-group input {
+ display: none;
+}
+
+.client-js .tux-nojs {
+ display: none;
+}