Move style to css

This commit is contained in:
Markus Ankenbrand 2017-02-25 15:17:40 +01:00
parent 5a1bf5b628
commit 58cec26107
2 changed files with 19 additions and 7 deletions

View file

@ -26,4 +26,16 @@
border:0;
color:#3BC492;
font-weight:bold;
}
}
#pin-filter-action-panel {
clear: both;
float: left;
display: block;
position: relative;
margin-top: 20px;
}
#pin-filter-action-panel a { color:white; }
#pin-filter-action-panel p { margin-bottom: 0; }
#time-range-slider { margin-bottom: 2em; }