metamaps--metamaps/app/assets/stylesheets/maps.css.scss

39 lines
709 B
SCSS
Raw Normal View History

// 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;
}
2014-02-10 04:36:23 +00:00
.whichMaps a {
color: white;
text-decoration: underline;
padding: 0 10px;
cursor:default;
font-weight:normal;
}
2014-02-10 04:36:23 +00:00
.whichMaps a.active {
text-decoration: none;
font-weight:bold;
}
.whichMaps a:hover {
text-decoration: none;
}