~erobererunc/sahana-eden/tropo_xforms

« back to all changes in this revision

Viewing changes to static/styles/gis/printpreview.css

  • Committer: Fran Boon
  • Date: 2010-11-28 03:08:25 UTC
  • Revision ID: fran@aidiq.com-20101128030825-uu7rpn7mzsynt5y3
GIS: Integrated GeoExplorer as an alternate MapViewingClient (no menu item yet, will try to get saving done 1st),
Tweaked normal Map ViewingClient (use GMapsv3 unless using MapMaker layers, hide the tools panel header),
Update Sencha Touch to v1.0 final.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.x-btn .icon-print { 
 
2
    background-image: url(../../img/silk/printer.png);
 
3
}
 
4
 
 
5
.gx-printpreview {
 
6
    padding: 5px;
 
7
}
 
8
 
 
9
/* fixes textarea scrollbar issue in FF on OSX */
 
10
.gx-printpreview  textarea.x-form-field {
 
11
    padding: 1px 1px 1px 3px;
 
12
}
 
13
 
 
14
.gx-map-overlay {
 
15
    z-index: 1000; 
 
16
    position: absolute; 
 
17
    right: 10px; 
 
18
    bottom: 10px;
 
19
    text-align: left;
 
20
}
 
21
 
 
22
.gx-map-overlay .x-panel-body {
 
23
    background-color: #D0DEF0;
 
24
}
 
25
 
 
26
.gx-map-overlay .olControlScaleLine {
 
27
    bottom: 0;
 
28
    left: 0;
 
29
    position: relative !important;
 
30
}
 
31
 
 
32
.gx-northarrow {
 
33
    background: transparent url(../../img/gis/geoext/north_arrow.png) no-repeat;
 
34
    *-background: none;
 
35
    *-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/gis/geoext/north_arrow.png', sizingMethod='crop');
 
36
    height: 24px;
 
37
    width: 24px;
 
38
}
 
39
 
 
40
.gx-item-nowrap .x-box-item {
 
41
    white-space: nowrap;
 
42
}
 
 
b'\\ No newline at end of file'