Changeset 593877
- Timestamp:
- 09/03/2012 07:07:37 AM (14 years ago)
- File:
-
- 1 edited
-
appstore/trunk/css/AppStore.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appstore/trunk/css/AppStore.css
r387865 r593877 77 77 margin: 15px auto; 78 78 padding: 8px; 79 background-color: #363636;79 /*background-color: #363636;*/ 80 80 -moz-border-radius:8px; 81 81 -webkit-border-radius:8px; 82 82 behavior:url(border-radius.htc); 83 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#363636'); /* for IE */ 84 background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#363636)); /* for webkit browsers */ 85 background: -moz-linear-gradient(top, #999, #363636); /* for firefox 3.6+ */ 83 /*Shadow*/ 84 -moz-box-shadow: inset 0 0 10px #000000; 85 -webkit-box-shadow: inset 0 0 10px #000000; 86 box-shadow: inset 0 0 10px #000000; 87 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#363636'); */ 88 /*background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#363636)); */ 89 /*background: -moz-linear-gradient(top, #999, #363636); */ 86 90 } 87 91 88 92 .appSliderGallery { 89 height: 320px;93 height: auto; 90 94 /*width: 90%;*/ 91 95 overflow: auto; … … 93 97 margin: 0em; 94 98 /*background-color: #363636;*/ 95 -moz-border-radius:8px;99 /*-moz-border-radius:8px; 96 100 -webkit-border-radius:8px; 97 behavior:url(border-radius.htc); 101 behavior:url(border-radius.htc);*/ 98 102 } 99 103
Note: See TracChangeset
for help on using the changeset viewer.