Restyled last push widget. Increased line-height for td in tables
This commit is contained in:
parent
42abdf69d5
commit
e51b2d58e7
12 changed files with 59 additions and 23 deletions
|
@ -97,14 +97,21 @@
|
|||
*
|
||||
*/
|
||||
.event_lp {
|
||||
@extend .ui-box;
|
||||
color:#777;
|
||||
margin-bottom:20px;
|
||||
padding:8px;
|
||||
@include border-radius(4px);
|
||||
padding:10px;
|
||||
min-height:22px;
|
||||
border-left: 5px solid #5AB9C3;
|
||||
margin-bottom:20px;
|
||||
background:#f9f9f9;
|
||||
|
||||
.avatar {
|
||||
width:24px;
|
||||
}
|
||||
|
||||
.btn-new-mr {
|
||||
@extend .btn-info;
|
||||
@extend .small;
|
||||
@extend .right;
|
||||
margin: -3px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
padding: 2px 10px;
|
||||
}
|
||||
td {
|
||||
line-height:20px;
|
||||
background:#fafafa;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue