Changes between Version 18 and Version 19 of ZooWebSite/Demo/GdalProfileJs
- Timestamp:
- Dec 1, 2010, 1:30:14 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/GdalProfileJs
v18 v19 24 24 .createprofile{background-image:url(/zoo-demo/images/get-profile.png) !important;} 25 25 .deleteprofile{background-image:url(/zoo-demo/images/delete.png) !important;} 26 27 .fg-toolbar {background:#858585;height:48px;width:98%;padding:0px; margin: 10px auto;z-index:10000; } 28 .fg-toolbarfoot { background:#333333; position:absolute;bottom:10px;left:10px;z-index:10000; } 29 .fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; } 30 .fg-toolbar .fg-button { font-size: 1em; } 26 31 27 32 .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; } … … 42 47 .fg-buttonset-multi .fg-button { margin-right: -1px;} 43 48 .fg-button { padding-bottom:5px;} 44 .fg-buttonset{height:36px;background:#663e05;width:98%;margin-left:1%;margin-right:1%;} 49 .fg-buttonset{background: #ee920c; 50 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee920c', endColorstr='#ffcd0b'); 51 background:-webkit-gradient(linear, left top, left bottom, from(#ee920c), to(#ffcd0b)); 52 background:-moz-linear-gradient(top, #ee920c, transparent); width:100%;margin:0;} 45 53 46 54 .fg-button { font-size: 1em; }