Fix padding for arrow in selectable query title

- fixed padding for arrow in selectable query title
- added some space to H2 title, so that title and toolbar are on one
line
pull/1489/head
Christoph Zierz - zzmedia 11 years ago
parent f21b659e33
commit a93c1c71a3
  1. 4
      app/assets/stylesheets/layout/_toolbar.css.sass

@ -21,7 +21,7 @@
li
float: left
&.toolbar-item
margin: 5px //$drop-nav-spacing // spacing between nav items
margin: 0 5px //$drop-nav-spacing // spacing between nav items
button
margin-right: 0
@ -41,6 +41,7 @@
h2
border: 0
padding: 12px 0 0 0
span
color: $content_link_color
@ -118,5 +119,6 @@
i
float: right
color: #333333
padding-left: 5px
&:hover
text-decoration: none

Loading…
Cancel
Save