Commit ff0dc87e3d9db87dc9a8bbc24ed3d9bca10b2590

Authored by Ricardo Rauch
1 parent 6376fd35

fixes css

app/assets/stylesheets/projects.css.scss
... ... @@ -551,7 +551,7 @@ pre.commit_message {
551 551 }
552 552  
553 553 #container {
554   - min-height:100%;
  554 +/* min-height:100%;*/
555 555 }
556 556 .ui-selectmenu{
557 557 @include round-borders-all(4px);
... ...
app/assets/stylesheets/style.scss
... ... @@ -302,7 +302,7 @@ body.login-page{background-color: #f1f1f1; padding-top: 10%}
302 302 /* eo Icons*/
303 303  
304 304 /* General */
305   -#container{background-color: white; overflow: hidden;}
  305 +#container{background-color: white; overflow: hidden; }
306 306 body.collapsed #container{margin: auto; width: 980px; border: 1px solid rgba(0,0,0,.22); border-top: 0; box-shadow: 0 0 0px 4px rgba(0,0,0,.04)}
307 307  
308 308  
... ... @@ -506,9 +506,9 @@ body.dashboard-page header{margin-bottom: 0}
506 506 body.dashboard-page .news-feed{padding-left: 1em; margin-right: 450px; margin-left: 1%}
507 507 body.dashboard-page .dashboard-content{ position: relative; float: left; width: 100%; height: 100%; }
508 508 body.dashboard-page .news-feed h2{float: left;}
509   -body.dashboard-page aside{ width: 420px; float: right; right: 0; height: 100%; bottom: 0; position: absolute; background-color: #f7f7f7; border-left: 1px solid #ccc }
  509 +body.dashboard-page aside{ min-height: 700px; width: 420px; float: right; background-color: #f7f7f7; border-left: 1px solid #ccc }
510 510 body.dashboard-page aside h4{margin: 0; border-bottom: 1px solid #ccc; padding: 10px 10px; font-size: 11px; font-weight: bold; text-transform: uppercase;}
511   -body.dashboard-page aside h4 a.button-small{float: right; text-transform: none; border-radius: 4px; margin-right: 4%; margin-top: -4px; display: block;}
  511 +body.dashboard-page aside h4 a.button-small{float: right; text-transform: none; border-radius: 4px; margin-right: 2%; margin-top: -4px; display: block;}
512 512 body.dashboard-page aside .project-list {list-style: none; margin: 0; padding: 0;}
513 513 body.dashboard-page aside .project-list li a {background: white; color: #{$blue_link}; display: block; border-bottom: 1px solid #eee; padding: 14px 6% 14px 14px;}
514 514 body.dashboard-page aside .project-list li a:hover {background: #f1f1f1}
... ...