generated from smedev/Template-for-SMEServer-Contribs-Package
Compare commits
2 Commits
11_0_0-5_e
...
11_0_0-7_e
Author | SHA1 | Date | |
---|---|---|---|
1b96ccecdb | |||
febcf861a8 |
@@ -13,13 +13,13 @@
|
||||
.dataTables_wrapper .dataTables_filter {
|
||||
float: right;
|
||||
text-align: right;
|
||||
margin-bottom:2%
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_length {
|
||||
float: left;
|
||||
margin-right:2%;
|
||||
margin-top:1.5%;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_paginate {
|
||||
@@ -33,6 +33,6 @@
|
||||
.dataTables_wrapper .dt-buttons {
|
||||
float: left;
|
||||
margin-right: 10px; /* Or any desired space between buttons and search */
|
||||
margin-top:2%;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
|
@@ -24,4 +24,6 @@ $(window).on('pageshow', function(){
|
||||
$(".sme-remove-button").button({"icon": "ui-icon-trash"});
|
||||
$(".sme-password-button").button({"icon": "ui-icon-refresh"});
|
||||
$(".sme-lock-button").button({"icon": "ui-icon-key"});
|
||||
$(".sme-email-button").button({"icon": "ui-icon-mail-closed"});
|
||||
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
%define name smeserver-manager-jsquery
|
||||
%define version 11.0.0
|
||||
%define release 5
|
||||
%define release 7
|
||||
Summary: Jsquery and associated plugins plus server-manager (2) specific overrides.
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
@@ -22,6 +22,12 @@ AutoReqProv: no
|
||||
Jsquery and associated plugins plus server-manager (2) specific overrides.
|
||||
|
||||
%changelog
|
||||
* Wed Oct 02 2024 Brian Read <brianr@koozali.org> 11.0.0-7.sme
|
||||
- Add in email icon for user accounts table [SME: 12751]
|
||||
|
||||
* Tue May 07 2024 Brian Read <brianr@koozali.org> 11.0.0-6.sme
|
||||
- Another try at margins around the table controls [SME: 12674]
|
||||
|
||||
* Mon May 06 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
|
||||
- Add some margin around table controls [SME: 12674]
|
||||
|
||||
|
Reference in New Issue
Block a user