Commit 34890a48 by Jansa Jose

Merge branch 'master' of https://gitlab.techware.co.in/tobin/dcarfixers_angular into jensa

parents 54e31d19 3f347699
...@@ -754,7 +754,7 @@ ...@@ -754,7 +754,7 @@
} }
} }
}, },
"readable-stream": { "readable-stream": {
"version": "2.3.6", "version": "2.3.6",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
......
...@@ -576,8 +576,11 @@ bs-datepicker-container{ ...@@ -576,8 +576,11 @@ bs-datepicker-container{
padding:0px; padding:0px;
.bs-datepicker-head{ .bs-datepicker-head{
background: #2655bf; background: #2655bf;
height: 40px;
padding:4px;
} }
.bs-datepicker-body{ .bs-datepicker-body{
padding:0px;
table{ table{
thead{ thead{
tr{ tr{
...@@ -589,10 +592,13 @@ bs-datepicker-container{ ...@@ -589,10 +592,13 @@ bs-datepicker-container{
tbody{ tbody{
tr{ tr{
td{ td{
padding:5px; padding:1px;
span{ span{
border-radius: 0px; border-radius: 0px;
font-size: 16px; font-size:12px;
width:25px;
height:25px;
} }
.selected{ .selected{
background: #2655bf; background: #2655bf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment