Skip to content

Commit

Permalink
Minor design fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vjekoart committed Jul 30, 2015
1 parent 88ced11 commit 49989b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Resources/public/css/content.css
Expand Up @@ -170,11 +170,17 @@
cursor: default;
}

.cta-multiple .active.cta-action > i, .cta-duo .active.cta-action > i,
.cta-multiple .active.cta-action:hover > i, .cta-duo .active.cta-action:hover > i,
.cta-multiple .active.cta-action:focus > i, .cta-duo .active.cta-action:focus > i {
color: #ffffff !important;
}

.cta.cta-vote label {
.line-height: 2em;
}

.cta.cta-disabled .cta-action, .cta.cta-disabled .cta-action > i {
.cta.cta-disabled .cta-action, .cta.cta-disabled .cta-action:hover, .cta.cta-disabled .cta-action.active > i, .cta.cta-disabled .cta-action.active > i:hover {
color: #dddddd !important;
cursor: default;
}
Expand Down Expand Up @@ -306,6 +312,9 @@
color: #505051;
}




/**
* Tables
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/views/Index/index.html.twig
Expand Up @@ -196,7 +196,7 @@
{{/each }}
{% endverbatim %}
</ul>
<ul class="nav nav-tabs" role="tablist">
<ul class="nav nav-tabs cta-discussion" role="tablist">
<li role="presentation" class="active" >
<a href="#commentForm-{{ '{{presentationId}}' }}" aria-controls="comment" role="tab" data-toggle="tab">Comment</a>
</li>
Expand Down

0 comments on commit 49989b9

Please sign in to comment.