Commit 90a04a8bda21de03baf181615085eef43a765b3f

Authored by Victor Costa
1 parent da4bbd23

Improve vote details layout

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
@@ -1083,6 +1083,11 @@ div#notice { @@ -1083,6 +1083,11 @@ div#notice {
1083 1083
1084 /* Plugin para curtir artigos e comentários */ 1084 /* Plugin para curtir artigos e comentários */
1085 1085
  1086 +.vote-detail ul {
  1087 + width: 100%;
  1088 + display: inline-block;
  1089 +}
  1090 +
1086 .vote-detail li { 1091 .vote-detail li {
1087 padding: 2px; 1092 padding: 2px;
1088 } 1093 }