| 222 | <style xml:space="preserve"> |
| 223 | .olHandlerBoxZoomBox { |
| 224 | border: 3px solid #F60 !important; |
| 225 | position: absolute !important; |
| 226 | background-color: white !important; |
| 227 | opacity: 0.50 !important; |
| 228 | font-size: 1px !important; |
| 229 | filter: alpha(opacity=50) !important; |
| 230 | } |
| 231 | |
| 232 | .olControlNavigationHistory { |
| 233 | background-image:none !important; |
| 234 | background-repeat:no-repeat; |
| 235 | height:24px !important; |
| 236 | width:24px !important; |
| 237 | } |
| 238 | |
| 239 | .zoom_in {background-image:url(/zoo-demo/images/zoom_in.png) !important;} |
| 240 | .pan {background-image:url(/zoo-demo/images/pan.png) !important;} |
| 241 | .zoom_out {background-image:url(/zoo-demo/images/zoom-out.png) !important;} |
| 242 | .createprofile{background-image:url(/zoo-demo/images/get-profile.png) !important;} |
| 243 | .deleteprofile{background-image:url(/zoo-demo/images/delete.png) !important;} |
| 244 | |
| 245 | .fg-toolbar {background: #bababa; |
| 246 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#707070'); |
| 247 | background:-webkit-gradient(linear, left top, left bottom, from(#bababa), to(#707070)); |
| 248 | background:-moz-linear-gradient(top, #bababa, #707070); height:48px;width:98%;padding:0px; margin: 10px auto;z-index:10000; } |
| 249 | .fg-toolbarfoot { background:#333333; position:absolute;bottom:10px;left:10px;z-index:10000; } |
| 250 | .fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; } |
| 251 | .fg-toolbar .fg-button { font-size: 1em; } |
| 252 | |
| 253 | .fg-button {outline:0;margin:10px;margin-bottom:0; padding: 7px 10px; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; } |
| 254 | .fg-button:hover {background:#b5b5b5;} |
| 255 | |
| 256 | .fg-button .ui-icon { position: absolute; top: 2px; left: 2px; margin:0; } |
| 257 | |
| 258 | a.fg-button { float:left; } |
| 259 | |
| 260 | button.fg-button { width:auto; overflow:visible; } |
| 261 | |
| 262 | .fg-button-icon-left { padding-left: 0; } |
| 263 | .fg-button-icon-right { padding-right: 0; } |
| 264 | .fg-button-icon-left .ui-icon { right: auto; left: 0 margin-left: 0; } |
| 265 | .fg-button-icon-right .ui-icon { left: auto; right: 0; margin-left: 0; } |
| 266 | |
| 267 | .fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } .fg-buttonset { float:left; } |
| 268 | .fg-buttonset .fg-button { float: left; } |
| 269 | .fg-buttonset-single .fg-button, |
| 270 | .fg-buttonset-multi .fg-button { margin-right: -1px;} |
| 271 | .fg-button { padding-bottom:5px;} |
| 272 | .fg-buttonset{background:transparent; |
| 273 | width:100%;margin:0;} |
| 274 | |
| 275 | .fg-button { font-size: 1em; } |
| 276 | |
| 277 | </style> |