Wall redesign
This commit is contained in:
parent
59704f481e
commit
48924dfeea
12 changed files with 89 additions and 36 deletions
|
@ -491,8 +491,14 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
|
|||
background: white;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 3px;
|
||||
font-size: 12px;
|
||||
margin-bottom: 4px;
|
||||
font-size: 13px;
|
||||
color:#111;
|
||||
}
|
||||
}
|
||||
cite {
|
||||
&.ago {
|
||||
color:#666;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -515,7 +521,7 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
|
|||
}
|
||||
.note_content {
|
||||
float:left;
|
||||
width:750px;
|
||||
width:650px;
|
||||
}
|
||||
|
||||
.issue_notes {
|
||||
|
@ -605,7 +611,9 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
|
|||
}
|
||||
|
||||
}
|
||||
.message{
|
||||
.commit,
|
||||
.message,
|
||||
#notes-list{
|
||||
.author {
|
||||
background: #eaeaea;
|
||||
color: #333;
|
||||
|
@ -614,3 +622,19 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
|
|||
margin-right:5px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Note textare */
|
||||
#note_note {
|
||||
height:100px;
|
||||
width:97%;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
.wall_page {
|
||||
#note_note {
|
||||
height:25px;
|
||||
}
|
||||
.attach_holder {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue