summaryrefslogtreecommitdiffstats
path: root/client/components/forms/datepicker.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-19 14:10:53 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-19 14:10:53 +0300
commit9a509778d35bcbc0aab642f78d110c12e3f05c68 (patch)
tree2062456c966c712f408c89f4e227590c4b513877 /client/components/forms/datepicker.styl
parent5dafea405dbff1c64aa57e627e6f5a603dc784f1 (diff)
parent12b08b9915097d63e35d1443277ae0b39c40474a (diff)
downloadwekan-9a509778d35bcbc0aab642f78d110c12e3f05c68.tar.gz
wekan-9a509778d35bcbc0aab642f78d110c12e3f05c68.tar.bz2
wekan-9a509778d35bcbc0aab642f78d110c12e3f05c68.zip
Merge branch 'devel'
Diffstat (limited to 'client/components/forms/datepicker.styl')
-rw-r--r--client/components/forms/datepicker.styl17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/components/forms/datepicker.styl b/client/components/forms/datepicker.styl
new file mode 100644
index 00000000..a2558094
--- /dev/null
+++ b/client/components/forms/datepicker.styl
@@ -0,0 +1,17 @@
+.datepicker-container
+ .fields
+ .left
+ width: 56%
+ .right
+ width: 38%
+ .datepicker
+ width: 100%
+ table
+ width: 100%
+ border: none
+ border-spacing: 0
+ border-collapse: collapse
+ thead
+ background: none
+ td, th
+ box-sizing: border-box \ No newline at end of file