BUGFIX: staff counters were too big

This commit is contained in:
Régis Hanol 2014-06-30 23:54:15 +02:00
parent b6d775f3ac
commit 3bd59a55fb
1 changed files with 4 additions and 6 deletions

View File

@ -193,7 +193,7 @@
position: relative; position: relative;
margin-top: 20px; margin-top: 20px;
float: left; float: left;
width: 78%; width: 75%;
color: $secondary; color: $secondary;
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
@ -209,7 +209,6 @@
color: $secondary; color: $secondary;
text-decoration: underline; text-decoration: underline;
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
} }
} }
@ -350,14 +349,13 @@
} }
.pill { .pill {
font-size: 2em; border-radius: 15px;
border-radius: 100%;
display: inline-block; display: inline-block;
height: 30px; height: 30px;
width: 40px; width: 30px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
padding-top: 10px; line-height: 30px;
} }
.helpful-flags { .helpful-flags {
background-color: green; background-color: green;