mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
343 stars 87 forks source link

Validation bubble height should be the same as the input #1135

Closed ndevalle closed 10 years ago

ndevalle commented 10 years ago
.ch-bubble {
    padding: 5px 5px 5px 25px;
}

.ch-bubble .ch-icon-remove-sign {
    top: 2px;
}

/**
 * Top alignment
 */
.ch-cone[data-side=right][data-align=top] .ch-popover-content:after,
.ch-cone[data-side=left][data-align=top] .ch-popover-content:after {
    top: 8px;
}

.ch-cone[data-side=right][data-align=top] .ch-popover-content:before,
.ch-cone[data-side=left][data-align=top] .ch-popover-content:before {
    top: 7px;
}