1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-24 08:20:22 +02:00
TableFilter/static/style/loader.styl

16 lines
381 B
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Loading message default style
*/
.loader
position absolute
padding 5px 10px 5px 10px
margin 20px 0 0 20px
width auto
z-index 1000
font-size 12px
font-weight bold
border 1px solid #666
background-color #f4f4f4
vertical-align middle