Skip to content

Commit

Permalink
Merge pull request #82 from DenRedsky/bug/referenceLine
Browse files Browse the repository at this point in the history
Fixed css for reference editor + user reference editor.
  • Loading branch information
xsburg committed Oct 17, 2016
2 parents 93bd2a5 + 81b78fb commit f25110b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
29 changes: 27 additions & 2 deletions dist/styles.bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 27 additions & 2 deletions resources/styles/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@
max-width: 100%;
}

.editor_reference.editor_focused:after {
width: 0;
}


/* checkbox */
input[type="checkbox"].checkbox {
Expand Down Expand Up @@ -346,6 +350,7 @@ input[type="checkbox"].checkbox {
/* /input/ */



/* textarea */
.editor_textarea {
height: auto;
Expand Down Expand Up @@ -806,9 +811,9 @@ input[type="checkbox"].checkbox {
}

.editor_readonly .member-icon,
.editor_readonly .editor:hover .member-icon,
.editor_readonly:hover .member-icon,
.editor_disabled .member-icon,
.editor_disabled .editor:hover .member-icon{
.editor_disabled:hover .member-icon{
color: #70787f;
box-shadow: 0 0 0 1px #cacaca;
cursor: default;
Expand Down Expand Up @@ -862,6 +867,26 @@ input[type="checkbox"].checkbox {




/* user-referense */
.popout-field-user{
border-bottom:1px solid #182026;
height: 30px;
}
.editor_disabled .popout-field-user, .editor_readonly .popout-field-user {
border-bottom-color: #70787f;
}
.popout-field-user .member-icon{
width: 18px;
height: 18px;
margin: -3px 0 1;
line-height: 19px;
}
/* /user-referense/ */




/* button remove */
.btn-remove {
width: 16px;
Expand Down

0 comments on commit f25110b

Please sign in to comment.