summaryrefslogtreecommitdiffstats
path: root/client/styles/main.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-06-11 12:35:08 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-06-11 12:35:08 +0200
commit216887490e3be0ba141484afc11d37475e91562d (patch)
treeb1ba81dc991f06966713864525f6f993d3fa9e90 /client/styles/main.styl
parent765b0168eaaeb28550dfb698de0b6cec9f9c2113 (diff)
downloadwekan-216887490e3be0ba141484afc11d37475e91562d.tar.gz
wekan-216887490e3be0ba141484afc11d37475e91562d.tar.bz2
wekan-216887490e3be0ba141484afc11d37475e91562d.zip
Fix card title edition
Closes #184
Diffstat (limited to 'client/styles/main.styl')
-rw-r--r--client/styles/main.styl83
1 files changed, 0 insertions, 83 deletions
diff --git a/client/styles/main.styl b/client/styles/main.styl
index e6849852..3509d5c9 100644
--- a/client/styles/main.styl
+++ b/client/styles/main.styl
@@ -137,42 +137,6 @@ dl, dt
dd
margin: 0 0 16px 24px
-.edit
- display: none
- position: relative
-
-.editable .current
- cursor: pointer
-
-.editable.editing
- cursor: auto
-
-.edits-warning, .edits-error
- display: none
- clear: both
-
-.editing .edit
- display: block
- float: left
- padding-bottom: 9px
- z-index: 100
- width: 100%
-
-.editing .edits-warning
- display: none!important
-
-.editing .edit .field,
-.editing .edit .field:active
- background: rgba(0, 0, 0, .03)
- box-shadow: inset 0 1px 6px rgba(0, 0, 0, .1)
- border-color: rgba(0, 0, 0, .15)
- margin-bottom: 4px
-
-.edit-heavy .field
- font-size: 15px
- font-weight: 700
- line-height: 18px
-
.ui-draggable-dragging
z-index: 200
@@ -212,53 +176,6 @@ dd
font-size: 25px
color: white
-.new-comment
- position: relative
- margin: 0 0 20px 38px
-
- .member
- opacity: .7
- position: absolute
- top: 1px
- left: -38px
-
- &.focus
- .member
- opacity: 1
-
- .helper
- display: inline-block
-
- .new-comment-input
- min-height: 108px
- color: #4d4d4d
- cursor: auto
- overflow: hidden
- word-wrap: break-word
-
- .too-long
- margin-top: 8px
-
-.new-comment-input
- background-color: #fff
- border: 0
- box-shadow: 0 1px 2px rgba(0, 0, 0, .23)
- color: #8c8c8c
- height: 36px
- margin: 4px 4px 6px 0
- padding: 9px 11px
- width: 100%
-
- &:hover,
- &:focus
- background-color: #fff
- box-shadow: 0 1px 3px rgba(0, 0, 0, .33)
- border: 0
- cursor: pointer
-
- &:focus
- cursor: auto
-
.atMention
background: #dbdbdb
border-radius: 3px