Commit c07c4060effc4b26f49a798267607f9c183b8e15
1 parent
d368249f
Exists in
master
and in
110 other branches
improve dataset info titles style and justify paragraphs
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
js/resources/css/amda.css
@@ -235,6 +235,7 @@ background-image: url(../images/16x16/error.png) !important; | @@ -235,6 +235,7 @@ background-image: url(../images/16x16/error.png) !important; | ||
235 | 235 | ||
236 | .infoWindow table.contact tr td:first-child { | 236 | .infoWindow table.contact tr td:first-child { |
237 | vertical-align:top; | 237 | vertical-align:top; |
238 | + white-space: nowrap; | ||
238 | } | 239 | } |
239 | 240 | ||
240 | .infoWindow table.contact tr td p { | 241 | .infoWindow table.contact tr td p { |
@@ -245,20 +246,23 @@ background-image: url(../images/16x16/error.png) !important; | @@ -245,20 +246,23 @@ background-image: url(../images/16x16/error.png) !important; | ||
245 | font-size: large; | 246 | font-size: large; |
246 | color: #555555; | 247 | color: #555555; |
247 | text-transform: capitalize; | 248 | text-transform: capitalize; |
249 | + margin-left: -5px; | ||
248 | } | 250 | } |
249 | 251 | ||
250 | .infoWindow h2 { | 252 | .infoWindow h2 { |
251 | font-size: small; | 253 | font-size: small; |
252 | - color: #555555; | ||
253 | - margin-bottom: 3px; | 254 | + color: #222222; |
255 | + margin-left: -5px; | ||
254 | } | 256 | } |
255 | 257 | ||
256 | .infoWindow p { | 258 | .infoWindow p { |
257 | - margin: 5px 0px; | 259 | + margin: 3px 0px; |
260 | + text-align: justify; | ||
258 | } | 261 | } |
259 | 262 | ||
260 | .infoWindow li { | 263 | .infoWindow li { |
261 | margin-left: 20px; | 264 | margin-left: 20px; |
265 | + text-align: justify; | ||
262 | } | 266 | } |
263 | 267 | ||
264 | .infoWindow b { | 268 | .infoWindow b { |