1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-09 09:22:28 +02:00
TableFilter/static/style/help.styl

60 lines
1.4 KiB
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Help box default style
*/
2015-08-07 12:11:27 +02:00
@import 'config'
@import 'mixins/arrow'
@import 'mixins/box-shadow'
2015-08-04 10:38:40 +02:00
// help button
.helpBtn
2015-08-07 12:11:27 +02:00
display inline-block
2015-08-08 16:17:22 +02:00
height $min-height
2015-08-07 12:11:27 +02:00
margin 0
2015-08-08 16:17:22 +02:00
padding 8px 15px 8px 15px
2015-08-07 14:10:08 +02:00
border-left 1px solid $toolbar-divider-color
border-right 1px solid $toolbar-divider-color
vertical-align top
2015-08-07 12:11:27 +02:00
&:hover
background-color #F4F4F4
border-radius 3px
2015-08-04 10:38:40 +02:00
// help container
div.helpCont
2015-08-07 12:11:27 +02:00
arrow(top, 10px white, 2px #ccc)
box-shadow(3px 3px 2px #888)
2015-08-07 16:23:32 +02:00
position absolute
display none
width 300px
padding 10px
margin 45px 0 0 -150px
border 1px solid #CCC
line-height 20px
font-size inherit
color #333
background #fff
text-align left
2015-08-04 10:38:40 +02:00
a
2015-08-07 16:23:32 +02:00
color #cc0000
text-decoration underline;
font-weight normal
2015-08-04 10:38:40 +02:00
a.close
2015-08-07 16:23:32 +02:00
color #333
text-decoration none
font-weight bold
2015-08-04 10:38:40 +02:00
2015-08-06 07:27:09 +02:00
&:hover
text-decoration none
2015-08-04 10:38:40 +02:00
hr
2015-08-07 16:23:32 +02:00
border 1px solid #ccc
2015-08-04 10:38:40 +02:00
div.helpFooter
2015-08-07 16:23:32 +02:00
margin 10px 0 0 0
2015-08-04 10:38:40 +02:00
h4
2015-08-07 16:23:32 +02:00
margin 2px 2px 2px 2px
color #333