1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fixing line-breaks in jCounter

This commit is contained in:
Tim Düsterhus 2012-05-21 16:43:22 +02:00
parent 35f61fefd4
commit ba949d3463

View File

@ -1,42 +1,42 @@
.jCounterContainer { .jCounterContainer {
display: table; display: table;
> div { > div {
display: table-row; display: table-row;
} }
} }
.jCounterInput { .jCounterInput {
height: 16px; height: 16px;
width: 100%; width: 100%;
position: relative; position: relative;
z-index: 9999; z-index: 9999;
box-sizing: content-box !important; box-sizing: content-box !important;
} }
.jCounterInput, .jCounter { .jCounterInput, .jCounter {
display: table-cell; display: table-cell;
} }
.jCounter { .jCounter {
text-align: center; text-align: center;
background-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7);
padding: 0 5px 0 10px; padding: 0 5px 0 10px;
position: relative; position: relative;
z-index: 0 !important; z-index: 0 !important;
border-radius: 0px 5px 5px 0px; border-radius: 0px 5px 5px 0px;
border: 1px solid rgba(255, 255, 255, 0.3); border: 1px solid rgba(255, 255, 255, 0.3);
width: 30px; width: 30px;
&.color-1 { &.color-1 {
color: #FFFFFF; color: #FFFFFF;
} }
&.color-2 { &.color-2 {
color: rgba(255,255,255,0.5); color: rgba(255,255,255,0.5);
} }
&.color-3 { &.color-3 {
color: #D40D12; color: #D40D12;
} }
} }