diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-10-20 20:02:12 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-10-20 20:02:12 +0200 |
commit | 118b434a5aad35df8eefea85624ab9abafab56f0 (patch) | |
tree | 551e0123c5b17ca98ef29bcf75a867644299bfa7 /client/components/main/popup.styl | |
parent | 8e0ad9119190ac0cfa22827fa278b498eba02d6c (diff) | |
download | wekan-118b434a5aad35df8eefea85624ab9abafab56f0.tar.gz wekan-118b434a5aad35df8eefea85624ab9abafab56f0.tar.bz2 wekan-118b434a5aad35df8eefea85624ab9abafab56f0.zip |
Provide a default date for lists and cards creation date
See https://github.com/wekan/wekan/pull/362#issuecomment-149645497
for motivation.
This commit also contains cosmetic changes to the import Popup and
on the code style to be more consistent with the code base.
Diffstat (limited to 'client/components/main/popup.styl')
-rw-r--r-- | client/components/main/popup.styl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/main/popup.styl b/client/components/main/popup.styl index 3bef4f7d..8a685069 100644 --- a/client/components/main/popup.styl +++ b/client/components/main/popup.styl @@ -17,9 +17,11 @@ $popupWidth = 300px margin: 4px -10px width: $popupWidth + p, + textarea, input[type="text"], input[type="email"], - input[type="password"] + input[type="password"], input[type="file"] margin: 4px 0 12px width: 100% @@ -30,8 +32,6 @@ $popupWidth = 300px textarea height: 72px - margin: 4px 0 12px - width: 100% .header height: 36px |