Commit da4bbd23d08a0962108a6772b93510f42f4d4b0a
1 parent
8f125375
Exists in
master
and in
2 other branches
Improve vote details layout
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
style.css
@@ -1083,6 +1083,21 @@ div#notice { | @@ -1083,6 +1083,21 @@ 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 li { | ||
1087 | + padding: 2px; | ||
1088 | +} | ||
1089 | + | ||
1090 | +.action .vote-detail { | ||
1091 | + width: 170px; | ||
1092 | +} | ||
1093 | + | ||
1094 | +.vote-detail li span { | ||
1095 | + width: 80%; | ||
1096 | + display: inline-block; | ||
1097 | + margin-left: 5px; | ||
1098 | + text-align: left; | ||
1099 | +} | ||
1100 | + | ||
1086 | .action .dislike:before { | 1101 | .action .dislike:before { |
1087 | content: url(images/negative-hand.png); | 1102 | content: url(images/negative-hand.png); |
1088 | } | 1103 | } |