Move js code from editor to mymaps.js

This commit is contained in:
Paulo Gustavo Veiga
2012-05-29 22:56:14 -03:00
parent 4f95ad04ca
commit 71793c38b8
3 changed files with 257 additions and 252 deletions

View File

@@ -140,7 +140,6 @@ input#selectAll {
text-align: center;
}
/* New styles */
.row-selected {
background-color: #f5f5f5;
}
@@ -197,4 +196,8 @@ span.starredOn{
span.starredOn:hover{
background: url('../images/star-on-hover.png') no-repeat center left;
}
abbr[title] {
cursor:default;
}