2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00
discourse/app/assets/stylesheets/common/components/date-picker.scss
Kris add641cbbc
UX: Input and search cleanup (#5546)
* Cleaning up input sizes

* alignment

* more alignment adjustments
2018-01-31 11:44:51 -05:00

22 lines
319 B
SCSS

.pika-table {
th, td {
padding: 0 !important;
border-top: none !important;
border-bottom: none !important;
}
}
.date-picker-wrapper {
position: relative;
display: inline-block;
}
.date-picker {
text-align: center;
width: 80px;
margin: 0;
}
.pika-single {
position: absolute !important;
}