2012-10-30 03:40:38 +00:00
|
|
|
// Place all the styles related to the maps controller here.
|
|
|
|
// They will automatically be included in application.css.
|
|
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
2014-02-10 04:36:23 +00:00
|
|
|
// explore maps page
|
|
|
|
|
|
|
|
|
|
|
|
.mapOrder {
|
|
|
|
display: block;
|
|
|
|
padding:5px 15px;
|
|
|
|
margin:5px auto 0;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 24px;
|
|
|
|
position: relative;
|
|
|
|
width:770px;
|
|
|
|
height:25px;
|
2013-02-19 14:44:43 +00:00
|
|
|
}
|
|
|
|
|
2014-02-10 04:36:23 +00:00
|
|
|
.mapOrder .displaying, .mapOrder .whichMaps {
|
|
|
|
float:left;
|
2013-01-08 04:03:41 +00:00
|
|
|
}
|
|
|
|
|
2014-02-10 04:36:23 +00:00
|
|
|
.whichMaps a {
|
|
|
|
color: white;
|
|
|
|
text-decoration: underline;
|
|
|
|
padding: 0 10px;
|
|
|
|
cursor:default;
|
|
|
|
font-weight:normal;
|
2013-01-04 05:20:43 +00:00
|
|
|
}
|
2014-02-10 04:36:23 +00:00
|
|
|
.whichMaps a.active {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
.whichMaps a:hover {
|
|
|
|
text-decoration: none;
|
2012-10-30 03:40:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|