increased dashboard width
This commit is contained in:
parent
57ce7124fc
commit
c9b64974c0
|
@ -599,7 +599,7 @@ p.time {
|
|||
}
|
||||
}
|
||||
.dashboard_block {
|
||||
width:700px;
|
||||
width:840px;
|
||||
margin:auto;
|
||||
|
||||
.wll {
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
.row
|
||||
.dashboard_block
|
||||
.row
|
||||
.span9= render "dashboard/projects_feed"
|
||||
.span3.right
|
||||
.span10= render "dashboard/projects_feed"
|
||||
.span4.right
|
||||
- if current_user.can_create_project?
|
||||
.alert-message.block-message.warning
|
||||
You can create up to
|
||||
|
|
Loading…
Reference in a new issue