Skip to content

Commit

Permalink
Issue #223
Browse files Browse the repository at this point in the history
  • Loading branch information
asra authored and asra committed Mar 3, 2017
1 parent 27f027a commit 7e20c71
Show file tree
Hide file tree
Showing 347 changed files with 59 additions and 125,192 deletions.
7 changes: 3 additions & 4 deletions Slack.Automation/Promact.Erp.Web/App_Start/BundleConfig.cs
Expand Up @@ -25,14 +25,13 @@ public static void RegisterBundles(BundleCollection bundles)
bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/bootstrap.css",
"~/Content/site.css",
"~/Content/css/erp-custom.css",
"~/Content/js/theme/bootstrap-daterangepicker/daterangepicker.css"
"~/Content/css/erp-custom.css"

));

bundles.Add(new ScriptBundle("~/bundles/themejs").Include(
"~/Content/js/icheck.js",
"~/Content/js/switchery.js",
"~/Content/js/theme/bootstrap-daterangepicker/daterangepicker.js",
"~/Content/js/theme/custom.js"

));
Expand Down
Expand Up @@ -8,7 +8,6 @@
z-index: 9999;
position: absolute;
}

.nav-sm .container.body .col-md-3.left_col.menu_fixed {
position: fixed;
height: 100%;
Expand Down
Expand Up @@ -11,4 +11,4 @@ md2-chips .md2-chips-container {box-shadow: none !important;}
.taskmail-details table{margin:30px 0;}
.taskmail-details .tsk-view label{float:left;padding-right:10px;width:104px;text-align:right}
.taskmail-details .btn-back {padding:6px 15px;font-size:14px;}
.taskmail-details .btn-back .fa-arrow-left{font-size: 13px;padding: 0px 5px 0px 0px;vertical-align: middle;margin-top:-1px;}
.taskmail-details .btn-back .fa-arrow-left{font-size: 13px;padding: 0px 5px 0px 0px;vertical-align: middle;}
2 changes: 1 addition & 1 deletion Slack.Automation/Promact.Erp.Web/Content/css/green.css
@@ -1,5 +1,5 @@
/* iCheck plugin Square skin, green
----------------------------------- */
-------------------- --------------- */
.icheckbox_square-green,
.iradio_square-green {
display: inline-block;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 7e20c71

Please sign in to comment.