Plugin Directory

Changeset 593877


Ignore:
Timestamp:
09/03/2012 07:07:37 AM (14 years ago)
Author:
Ste-Bi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • appstore/trunk/css/AppStore.css

    r387865 r593877  
    7777    margin: 15px auto;
    7878    padding: 8px;
    79     background-color: #363636;
     79    /*background-color: #363636;*/
    8080    -moz-border-radius:8px;
    8181    -webkit-border-radius:8px;
    8282    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); */   
    8690}
    8791
    8892.appSliderGallery {
    89     height: 320px;
     93    height: auto;
    9094    /*width: 90%;*/
    9195    overflow: auto;
     
    9397    margin: 0em;
    9498    /*background-color: #363636;*/
    95     -moz-border-radius:8px;
     99    /*-moz-border-radius:8px;
    96100    -webkit-border-radius:8px;
    97     behavior:url(border-radius.htc);       
     101    behavior:url(border-radius.htc);*/
    98102}
    99103
Note: See TracChangeset for help on using the changeset viewer.