Per discussion a month ago with erik, he agreed with pgiraud that

framedCloud.css was unneccesary. Combining this into theme/default/style.css,
and removing from examples. Only changes examples and theme, so committing
without review. (Closes #1750)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@8905 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2009-02-28 17:44:27 +00:00
parent bfaf22f22d
commit 1f39c4dbd1
6 changed files with 6 additions and 10 deletions
-5
View File
@@ -1,5 +0,0 @@
.olFramedCloudPopupContent {
padding: 5px;
overflow: auto;
}
+6
View File
@@ -312,6 +312,12 @@ div.olControlMousePosition {
cursor: pointer;
}
.olFramedCloudPopupContent {
padding: 5px;
overflow: auto;
}
.olControlNoSelect {
-moz-user-select: none;
}