summaryrefslogtreecommitdiffstats
path: root/client/components/forms/datepicker.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-18 16:19:48 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-18 16:19:48 +0300
commit1984a6b1c80dbd8b4eff89aa92913f943bacc63b (patch)
tree5ab5ade69721a03896ba1bfa6e19879dffee59b7 /client/components/forms/datepicker.styl
parentc0c7b269a794fb28ddf5ffc17744f6724041de96 (diff)
parent1d904adc610afa3106acc00886a0a848e26e1cb1 (diff)
downloadwekan-1984a6b1c80dbd8b4eff89aa92913f943bacc63b.tar.gz
wekan-1984a6b1c80dbd8b4eff89aa92913f943bacc63b.tar.bz2
wekan-1984a6b1c80dbd8b4eff89aa92913f943bacc63b.zip
Merge branch 'feuerball11-feature-custom-fields' into 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