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

48 lines
1 KiB
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Toolbar default style
*/
@import 'config'
// left, middle and right divs container (toolbar)
.inf
clear both
width auto
height 25px
background-color $toolbar-bg-color
font-size $toolbar-font-size
margin 0
padding 1px 3px 1px 3px
border 1px solid #ccc
overflow hidden
// link appearence
a
color #333
text-decoration none
font-weight bold
2015-08-06 07:27:09 +02:00
&:hover
2015-08-04 10:38:40 +02:00
text-decoration underline
// left div
.ldiv
float left
width 30%
position inherit
text-align left
// middle div
.mdiv
float left
width: 38%
position inherit
text-align center
padding 1px 0
// right div
.rdiv
float right
width 30%
position inherit
text-align right