projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3664063
)
Map infobox styling. Resizing+overflow.
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 18 Aug 2014 19:08:28 +0000
(15:08 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 18 Aug 2014 19:08:28 +0000
(15:08 -0400)
Floating left and setting overflow to hidden makes the container
resize depending on its contents.
Toolkit/Members/css/member.css
patch
|
blob
|
history
diff --git
a/Toolkit/Members/css/member.css
b/Toolkit/Members/css/member.css
index
0fc9a48
..
819e3b3
100755
(executable)
--- a/
Toolkit/Members/css/member.css
+++ b/
Toolkit/Members/css/member.css
@@
-698,3
+698,19
@@
ul#plannerNav a:hover {
div.thumb {
margin: 2px 3px;
}
+
+/* Map style */
+.gm-style img {
+ max-width: none;
+}
+
+.gm-style label {
+ width: auto; display:inline;
+}
+/*#map-canvas element.style {
+ overflow: visible !important;
+}*/
+.gm-style-iw div {
+ overflow: hidden !important;
+ float:left !important;
+}
\ No newline at end of file