a bit of restyling. Replace some images with icons. Simplify note form
This commit is contained in:
parent
315fd7d746
commit
130f60d55b
14 changed files with 50 additions and 80 deletions
|
@ -81,14 +81,6 @@ ul.notes {
|
|||
.attachment {
|
||||
font-size: 14px;
|
||||
margin-top: -20px;
|
||||
|
||||
.icon-attachment {
|
||||
@extend .icon-paper-clip;
|
||||
font-size: 24px;
|
||||
position: relative;
|
||||
text-align: right;
|
||||
top: 6px;
|
||||
}
|
||||
}
|
||||
.note-body {
|
||||
margin-left: 45px;
|
||||
|
@ -229,11 +221,6 @@ ul.notes {
|
|||
.discussion {
|
||||
.new_note {
|
||||
margin: 8px 5px 8px 0;
|
||||
|
||||
.note_options {
|
||||
// because of the smaller width and the extra "cancel" button
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.new_note {
|
||||
|
@ -246,37 +233,6 @@ ul.notes {
|
|||
.clearfix {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.note_options {
|
||||
h6 {
|
||||
@extend .left;
|
||||
line-height: 20px;
|
||||
padding-right: 16px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
label {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.attachment {
|
||||
@extend .pull-right;
|
||||
position: relative;
|
||||
width: 350px;
|
||||
height: 50px;
|
||||
margin:0 0 5px !important;
|
||||
|
||||
// hide the actual file field
|
||||
input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.choose-btn {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
.notify_options {
|
||||
@extend .pull-right;
|
||||
}
|
||||
}
|
||||
.note_text_and_preview {
|
||||
// makes the "absolute" position for links relative to this
|
||||
position: relative;
|
||||
|
@ -315,3 +271,17 @@ ul.notes {
|
|||
@extend .thumbnail;
|
||||
margin-left: 45px;
|
||||
}
|
||||
|
||||
|
||||
.note-form-actions {
|
||||
background: #F9F9F9;
|
||||
height: 45px;
|
||||
padding: 0 5px;
|
||||
|
||||
.note-form-option {
|
||||
margin-top: 8px;
|
||||
margin-left: 15px;
|
||||
@extend .pull-left;
|
||||
@extend .span4;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue