1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-01 21:42:20 +02:00
TableFilter/static/style/help.styl

50 lines
1.1 KiB
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Help box default style
*/
// help button
.helpBtn
margin 0 5px 0 5px
padding 2px 4px 2px 4px
border-left 1px solid #ccc
border-right 1px solid #ccc
// help container
div.helpCont
position absolute
display none
max-width 300px
overflow auto
padding 10px
margin 15px 0
border 1px solid #CCC
line-height 20px
font-size 12px
color #333
background #fff
text-align left
box-shadow 3px 3px 2px #888
a
color #cc0000
text-decoration underline;
font-weight normal
a.close
color #333
text-decoration none
font-weight bold
:hover
text-decoration none
hr
border 1px solid #ccc
div.helpFooter
margin 10px 0 0 0
h4
margin 2px 2px 2px 2px
font-size 13px
color #333