Skip to content

Commit

Permalink
consolidated and improved css
Browse files Browse the repository at this point in the history
  • Loading branch information
trey0 committed Jun 12, 2012
1 parent c6ff273 commit a02cd97
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
33 changes: 19 additions & 14 deletions apps/responderMaps/static/responderMaps/css/base.css
Expand Up @@ -54,17 +54,20 @@ h3 {
}

#map_canvas {
width: 100%;
height: 100%;
width: 480px;
height: 480px;
}
#mapset_canvas {
width: 100%;
overflow: auto;
vertical-align: top;
}
td.mapTable {
vertical-align: top;
}

#mapSetTable td {
vertical-align: top;
}
#mapLayerList {
margin: 2px;
}
Expand All @@ -82,38 +85,39 @@ td.mapTable {
margin-right: 15px;
margin-top: 10px;
}
#importLayer {
margin-left: 15px;
}

.layerEntry {
margin: 5px;
padding-left: 5px;
padding-right: 3px;
padding-top: 5px;
padding-bottom: 5px;
}

.layer-entry-left {
width: 8px;
text-align: left;
vertical-align: top;
width: 5%
}

.layer-entry-mid {
//width: 80%
vertical-align: top;
align: left;
padding: 5px;
width: 90%
}

.layer-entry-right {
width: 0%
width: 5%
}

#mapLibraryList {
background: #888;
}

.libraryEntry {
width: 290px;
margin: 5px;
padding: 5px;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
background: #C8C8C8;
border: 1px solid #CCCCCC;
color: #1C94C4;
Expand Down Expand Up @@ -143,6 +147,7 @@ td.mapTable {
}

#mapsetlib_canvas {
margin-top: 10px;
width: 340px;
height: 480px;
overflow: auto;
Expand Down
2 changes: 1 addition & 1 deletion submodules/geocamMapSet
Submodule geocamMapSet updated 26 files
+4 −4 geocamMapSet/fixtures/initial_data.json
+18 −20 geocamMapSet/models.py
+ geocamMapSet/static/external/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
+ geocamMapSet/static/external/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
+ geocamMapSet/static/external/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+ geocamMapSet/static/external/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+ geocamMapSet/static/external/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+ geocamMapSet/static/external/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+ geocamMapSet/static/external/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+ geocamMapSet/static/external/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+ geocamMapSet/static/external/css/smoothness/images/ui-icons_222222_256x240.png
+ geocamMapSet/static/external/css/smoothness/images/ui-icons_2e83ff_256x240.png
+ geocamMapSet/static/external/css/smoothness/images/ui-icons_454545_256x240.png
+ geocamMapSet/static/external/css/smoothness/images/ui-icons_888888_256x240.png
+ geocamMapSet/static/external/css/smoothness/images/ui-icons_cd0a0a_256x240.png
+63 −63 geocamMapSet/static/external/css/smoothness/jquery-ui-1.8.21.custom.css
+ geocamMapSet/static/external/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
+ geocamMapSet/static/external/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
+ geocamMapSet/static/external/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
+ geocamMapSet/static/external/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
+ geocamMapSet/static/external/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
+ geocamMapSet/static/external/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
+ geocamMapSet/static/external/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
+ geocamMapSet/static/external/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
+ geocamMapSet/static/external/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
+2 −68 geocamMapSet/templates/geocamMapSet/mapSetEdit.html

0 comments on commit a02cd97

Please sign in to comment.