38 lines
662 B
Sass
38 lines
662 B
Sass
.region_selector
|
|
float: right
|
|
& > ul > li
|
|
float: left
|
|
ul
|
|
margin: 0
|
|
z-index: 10
|
|
list-style: none
|
|
text-align: left
|
|
border-bottom-left-radius: 0.4em
|
|
border-bottom-right-radius: 0.4em
|
|
ul
|
|
position: absolute
|
|
background-color: white
|
|
li
|
|
display: none
|
|
border-top: solid thin #eee
|
|
& li:hover li, li.selected
|
|
display: block
|
|
li
|
|
margin: 0
|
|
a
|
|
padding: 0.3em 0.6em
|
|
display: inline-block
|
|
white-space: nowrap
|
|
&:hover ul
|
|
box-shadow: 0 4px 4px gray
|
|
|
|
body.stats h3
|
|
text-align: center
|
|
|
|
table.list.dates
|
|
th, td
|
|
padding: 0 0.6em
|
|
|
|
.sparkline
|
|
padding: 0
|