plugins/gallery/browser.css
changeset 34 5e9bd8e5c6bf
parent 18 c1c398349651
equal deleted inserted replaced
33:6dc190e2158b 34:5e9bd8e5c6bf
    10   text-align: center;
    10   text-align: center;
    11   display: table;
    11   display: table;
    12   margin: 0 auto;
    12   margin: 0 auto;
    13   padding: 4px;
    13   padding: 4px;
    14   width: 80px;
    14   width: 80px;
    15   white-space: nowrap;
    15   /* white-space: nowrap; */
    16 }
    16 }
    17 
    17 
    18 div.gallery_icon:hover {
    18 div.gallery_icon:hover {
    19   border-color: #CCCCCC;
    19   border-color: #CCCCCC;
    20 }
    20 }
    34 
    34 
    35 ul.snapr-gallery li.snapr-icon {
    35 ul.snapr-gallery li.snapr-icon {
    36   float: left;
    36   float: left;
    37   list-style-type: none !important;
    37   list-style-type: none !important;
    38   list-style-image: none !important;
    38   list-style-image: none !important;
       
    39   background-image: none !important;
    39   width: 80px;
    40   width: 80px;
    40   margin-right: 15px;
    41   margin-right: 15px;
       
    42   display: block;
    41 }
    43 }
    42 
    44 
    43 a.snapr-imagelink {
    45 a.snapr-imagelink {
    44   display: block;
    46   display: block;
    45   height: 80px;
    47   height: 80px;
    60   background-color: #EBEBFF;
    62   background-color: #EBEBFF;
    61   color: #101010;
    63   color: #101010;
    62   padding: 4px;
    64   padding: 4px;
    63   text-align: left;
    65   text-align: left;
    64   min-width: 100px;
    66   min-width: 100px;
       
    67   max-width: 250px;
    65   font-family: arial, helvetica, sans-serif;
    68   font-family: arial, helvetica, sans-serif;
    66   font-size: 8pt;
    69   font-size: 8pt;
    67 }
    70 }
    68 
    71