summaryrefslogtreecommitdiffstats
path: root/client/components/main/popup.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-05-27 17:17:00 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-05-27 17:23:25 +0200
commitdcc64f44f9f81d32c8071c6bdac86546eaeb57a0 (patch)
treeb8977727227a3ddbb2874ea3f86f1e26e03c8835 /client/components/main/popup.styl
parent42f6dc686f313ba294e3cbcfb0ebde50678580fe (diff)
downloadwekan-dcc64f44f9f81d32c8071c6bdac86546eaeb57a0.tar.gz
wekan-dcc64f44f9f81d32c8071c6bdac86546eaeb57a0.tar.bz2
wekan-dcc64f44f9f81d32c8071c6bdac86546eaeb57a0.zip
UI improvements
* Implement visibility choice on board creation; * Rework the board header bar. Remove links to un-implemented features; * Implement a board star counter (visible if the board have >2 stars); * Define a new icon (a thin cross) to close elements; * Remove $(document).on('mouseover') event handlers that were basically fired hundreds of times for nothing, we now define a proper Tracker dependency to execute jquery-ui plugin initialization only when something has changed; * Bug fixes related to list scrolling.
Diffstat (limited to 'client/components/main/popup.styl')
-rw-r--r--client/components/main/popup.styl79
1 files changed, 4 insertions, 75 deletions
diff --git a/client/components/main/popup.styl b/client/components/main/popup.styl
index 9faad876..141f4261 100644
--- a/client/components/main/popup.styl
+++ b/client/components/main/popup.styl
@@ -91,6 +91,10 @@
top: 0
right: 0
+
+ &.no-title .header
+ background: none
+
.content-wrapper
width: 100%
@@ -527,78 +531,3 @@
&.limited li.exceeds-limit
display: none
-
-.pop-over-emoji-list li > a
- padding: 2px 4px
-
- .emoji
- margin: 0 6px
-
-.pop-over-card-list li > a
- padding: 2px 4px
-
-.login-signup-popover
- padding: 15px
-
- .form-tabs
- display: none
-
- h1
- margin-bottom: 15px
-
- p
- margin: 8px 0
-
- .form-parts-container
- position: relative
-
- .active-box
- position: absolute
- top: 0
- background: #e2e2e2
- border: 1px solid #c9c9c9
- border-radius: 3px
- z-index: 1
- height: 100%
- width: 49%
- transition-property: all
- transition-duration: .4s
- opacity: 1
-
- &.start
- opacity: 0
- left: 25%
-
- .signup-form,
- .login-form
- position: relative
- box-sizing: border-box
- padding: 20px
- width: 50%
- z-index: 2
- opacity: .3
- transition-property: opacity
- transition-duration: .2s
-
- .active
- opacity: 1
-
-
- .js-signup-form-pos
- left: 0
-
- .login-form
- position: absolute
- top: 0
-
- .login-form .icon-google
- position: absolute
- left: 5px
- top: 3px
-
- .login-form .button.google
- padding-left: 40px
- margin: 0 0 15px 0
-
- .js-login-form-pos
- left: 50%