Browse Source

Delete unnecessary datatables css

pull/301/head
Halil ibrahim Kalkan 8 years ago
parent
commit
dcb0ac850c
  1. 3
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/Bundling/SharedThemeGlobalStyleContributor.cs
  2. 3
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/compilerconfig.json
  3. 49
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/compilerconfig.json.defaults
  4. 20
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore.mvc.ui.theme.shared/datatables/datatables.css
  5. 1
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore.mvc.ui.theme.shared/datatables/datatables.min.css
  6. 24
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore.mvc.ui.theme.shared/datatables/datatables.scss

3
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/Bundling/SharedThemeGlobalStyleContributor.cs

@ -17,8 +17,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Bundling
{
public override void ConfigureBundle(BundleConfigurationContext context)
{
//TODO: Should this go to Basic Theme???
context.Files.Add("/libs/abp/aspnetcore.mvc.ui.theme.shared/datatables/datatables.css");
}
}
}

3
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/compilerconfig.json

@ -0,0 +1,3 @@
[
]

49
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/compilerconfig.json.defaults

@ -0,0 +1,49 @@
{
"compilers": {
"less": {
"autoPrefix": "",
"cssComb": "none",
"ieCompat": true,
"strictMath": false,
"strictUnits": false,
"relativeUrls": true,
"rootPath": "",
"sourceMapRoot": "",
"sourceMapBasePath": "",
"sourceMap": false
},
"sass": {
"includePath": "",
"indentType": "space",
"indentWidth": 2,
"outputStyle": "nested",
"Precision": 5,
"relativeUrls": true,
"sourceMapRoot": "",
"sourceMap": false
},
"stylus": {
"sourceMap": false
},
"babel": {
"sourceMap": false
},
"coffeescript": {
"bare": false,
"runtimeMode": "node",
"sourceMap": false
}
},
"minifiers": {
"css": {
"enabled": true,
"termSemicolons": true,
"gzip": false
},
"javascript": {
"enabled": true,
"termSemicolons": true,
"gzip": false
}
}
}

20
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore.mvc.ui.theme.shared/datatables/datatables.css

@ -1,20 +0,0 @@
.table tbody td, .table tbody {
height: initial;
font-size: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em; }
.table td:first-child, .table th:first-child {
padding-left: 0.5em;
height: initial; }
.pagination {
background-color: initial; }
.table thead td, .table thead th {
height: initial; }
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
bottom: 1.5em; }

1
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore.mvc.ui.theme.shared/datatables/datatables.min.css

@ -1 +0,0 @@
.table tbody td,.table tbody{height:initial;font-size:1em;padding-top:.5em;padding-bottom:.5em;}.table td:first-child,.table th:first-child{padding-left:.5em;height:initial;}.pagination{background-color:initial;}.table thead td,.table thead th{height:initial;}table.dataTable thead .sorting::before,table.dataTable thead .sorting_asc::before,table.dataTable thead .sorting_desc::before,table.dataTable thead .sorting_asc_disabled::before,table.dataTable thead .sorting_desc_disabled::before,table.dataTable thead .sorting::after,table.dataTable thead .sorting_asc::after,table.dataTable thead .sorting_desc::after,table.dataTable thead .sorting_asc_disabled::after,table.dataTable thead .sorting_desc_disabled::after{bottom:1.5em;}

24
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore.mvc.ui.theme.shared/datatables/datatables.scss

@ -1,24 +0,0 @@
.table tbody td, .table tbody {
height: initial;
font-size: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.table td:first-child, .table th:first-child {
padding-left: 0.5em;
height: initial;
}
.pagination {
background-color: initial;
}
.table thead td, .table thead th {
height: initial;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
bottom: 1.5em;
}
Loading…
Cancel
Save