Skip to content

Commit

Permalink
Merge pull request RLOpenCatalyst#1026 from RLOpenCatalyst/stage
Browse files Browse the repository at this point in the history
Catalyst release 3.6.0
  • Loading branch information
Karthik K N committed Dec 9, 2016
2 parents 1ec0624 + 10c267c commit da16d90
Show file tree
Hide file tree
Showing 192 changed files with 24,051 additions and 8,367 deletions.
2 changes: 2 additions & 0 deletions client/cat3/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ module.exports = function(grunt) {
{'catalyst/partials/sections/dashboard/workzone/orchestration/orchestration.css':'src/partials/sections/dashboard/workzone/orchestration/orchestration.scss'},
{'catalyst/partials/sections/dashboard/workzone/application/application.css':'src/partials/sections/dashboard/workzone/application/application.scss'},
{'catalyst/partials/sections/dashboard/analytics/analytics.css':'src/partials/sections/dashboard/analytics/analytics.scss'},
{'catalyst/partials/sections/dashboard/design/design.css':'src/partials/sections/dashboard/design/design.scss'},
{'catalyst/partials/sections/dashboard/bots/bots.css':'src/partials/sections/dashboard/bots/bots.scss'},
{'catalyst/partials/sections/dashboard/setting/setting.css':'src/partials/sections/dashboard/setting/setting.scss'}
]
}
Expand Down
85 changes: 42 additions & 43 deletions client/cat3/bower.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,44 @@
{
"name": "catalyst",
"version": "3.0.0",
"main": "index.js",
"license": "MIT",
"homepage": "index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"authors": [
"revinjacob"
],
"dependencies": {
"angular": "~1.4.4",
"angular-route": "~1.4.4",
"angular-strap": "~2.3.1",
"angular-ui-router": "~0.2.15",
"font-awesome": "~4.4.0",
"angular-animate": "~1.4.6",
"angular-datatables": "~0.5.0",
"angular-sanitize": "~1.4.7",
"angular-touch": "~1.4.7",
"font-awesome": "~4.4.0",
"jquery": "~2.1.4",
"ngstorage": "~0.3.9",
"angular-ui-grid": "^3.1.1",
"lodash": "^4.11.2",
"ng-file-upload": "^12.0.4",
"angular-nvd3": "^1.0.7"
},
"exportsOverride": {
"font-awesome": {
"fonts": "fonts/*",
"css": "css/font-awesome.css",
"less": "less/*"
},
"lodash": {
"lodash": "lodash.js"
}
}
"name": "catalyst",
"version": "3.0.0",
"main": "index.js",
"license": "MIT",
"homepage": "index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"authors": [
"revinjacob"
],
"dependencies": {
"angular": "~1.4.4",
"angular-route": "~1.4.4",
"angular-strap": "~2.3.1",
"angular-ui-router": "~0.2.15",
"font-awesome": "~4.4.0",
"angular-animate": "~1.4.6",
"angular-datatables": "~0.5.0",
"angular-sanitize": "~1.4.7",
"angular-touch": "~1.4.7",
"jquery": "~2.1.4",
"ngstorage": "~0.3.9",
"angular-ui-grid": "^3.1.1",
"lodash": "^4.11.2",
"ng-file-upload": "^12.0.4",
"angular-nvd3": "^1.0.7"
},
"exportsOverride": {
"font-awesome": {
"fonts": "fonts/*",
"css": "css/font-awesome.css",
"less": "less/*"
},
"lodash": {
"lodash": "lodash.js"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
.dtp { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 2000; font-size: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.dtp > .dtp-content { background: #fff; max-width: 300px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); max-height: 520px; position: relative; left: 50%; }
.dtp > .dtp-content > .dtp-date-view > header.dtp-header { background: #689F38; color: #fff; text-align: center; padding: 0.3em; }

.dtp div.dtp-date, .dtp div.dtp-time { background: #8BC34A; text-align: center; color: #fff; padding: 10px; }
.dtp div.dtp-date > div { padding: 0; margin: 0; }
.dtp div.dtp-actual-month { font-size: 1.5em; }
.dtp div.dtp-actual-num { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-maxtime { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-year { font-size: 1.5em; color: #DCEDC8; }
.dtp div.dtp-picker { padding: 1em; text-align: center; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time { font-weight: 500; text-align: center; }
.dtp div.dtp-picker-month { padding-bottom:20px!important; text-transform: uppercase!important; }

.dtp .dtp-close { position: absolute; top: 0.5em; right: 1em; }
.dtp .dtp-close > a { color: #fff; }
.dtp .dtp-close > a > i { font-size: 1em; }

.dtp table.dtp-picker-days { margin: 0; min-height: 251px;}
.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td { border: none; }
.dtp table.dtp-picker-days tr > td { font-weight: 700; font-size: 0.8em; text-align: center; padding: 0.5em 0.3em; }
.dtp table.dtp-picker-days tr > td > span.dtp-select-day { color: #BDBDBD!important; padding: 0.4em 0.5em 0.5em 0.6em;}
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a { color: #212121; text-decoration: none; padding: 0.4em 0.5em 0.5em 0.6em; border-radius: 50%!important; }
.dtp table.dtp-picker-days tr > td > a.selected{ background: #8BC34A; color: #fff; }
.dtp table.dtp-picker-days tr > th { color: #757575; text-align: center; font-weight: 700; padding: 0.4em 0.3em; }

.dtp .p10 > a { color: #689F38; text-decoration: none; }
.dtp .p10 { width: 10%; display: inline-block; }
.dtp .p20 { width: 20%; display: inline-block; }
.dtp .p60 { width: 60%; display: inline-block; }
.dtp .p80 { width: 80%; display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm { position: relative; top: 10px; color: #212121; font-weight: 500; padding: 0.7em 0.5em; border-radius: 50%!important;text-decoration: none; background: #eee; font-size:1em; }
.dtp .dtp-actual-meridien a.selected { background: #689F38; color: #fff; }

.dtp .dtp-picker-time > .dtp-select-hour { cursor: pointer; }
.dtp .dtp-picker-time > .dtp-select-minute { cursor: pointer; }

.dtp .dtp-buttons { padding: 0 1em 1em 1em; text-align: right; }

.dtp.hidden, .dtp .hidden { display: none; }
.dtp .invisible { visibility: hidden; }

.dtp .left { float: left; }
.dtp .right { float: right; }
.dtp .clearfix { clear: both; }

.dtp .center { text-align: center; }
Loading

0 comments on commit da16d90

Please sign in to comment.