Commit c9b64974c09cc32065280297570be9f57dfc2b31

Authored by Dmitriy Zaporozhets
1 parent 57ce7124

increased dashboard width

app/assets/stylesheets/common.scss
... ... @@ -599,7 +599,7 @@ p.time {
599 599 }
600 600 }
601 601 .dashboard_block {
602   - width:700px;
  602 + width:840px;
603 603 margin:auto;
604 604  
605 605 .wll {
... ...
app/views/dashboard/index.html.haml
... ... @@ -20,8 +20,8 @@
20 20 .row
21 21 .dashboard_block
22 22 .row
23   - .span9= render "dashboard/projects_feed"
24   - .span3.right
  23 + .span10= render "dashboard/projects_feed"
  24 + .span4.right
25 25 - if current_user.can_create_project?
26 26 .alert-message.block-message.warning
27 27 You can create up to
... ...