_menu.sass 1018 Bytes
Newer Older
1 2
/* styles for menu.html template (navbar etc) */

3 4 5 6 7
/* #dafixedtop .navbar-text, #graphsfixedtop .navbar-text
/*     margin: 0
/*     padding-top: 15px
/*     padding-bottom: 15px
/*     float: none
8

9 10 11 12 13 14 15 16
#dafixedtop
  position: sticky
  top: 0
  left: 0
  right: 0
  // correction for the popover
  z-index: 910

17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
#corporatop.nav-tabs > li
    padding-left: 1
    padding-right: 1

#corporatop.nav-tabs > li > a
    padding-top: 8
    padding-bottom: 8
    line-height: .85
    margin-bottom: -5px

.spacing-class
  margin-right: 10px

.exportbtn
    /* border: 1px solid #333 */
    margin-top:17px /* valigns with bootstrap h2 */

.btn .glyphicon
    /* glyphicons are always rendered too high within bootstrap buttons */
    vertical-align: middle


/* graph name => editable input => submitName() => minimsg */
.editable
    color: grey

#graphname-edit
    color: white
    background-color: transparent
    border: none
    max-width: 8em

.minimsg
  font-size: .7em
  padding: 7p0x 9px

.minimsg *
  line-height: 100%