Ignore:
Timestamp:
Aug 24, 2009, 7:03:22 PM (15 years ago)
Author:
nikrou
Message:

Allow admin to change number of column
Use $confdir_thumbnail and $confprefix_thumbnail in ak_jquery-load.js for replace('thumbnail\/TN-', )

Location:
extensions/akBookStyle/trunk/css
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/css/ak_style.css

    r3773 r3791  
    22}
    33
     4table.ak_display tr td {
     5  vertical-align: top;
     6}
     7
    48td table.thumbnails {
    5         margin-right:20%;
     9  margin-right:20%;
    610}
    711
    812tr.nline {
    9         max-height:90px;
    10         overflow:hidden;
     13  max-height:90px;
     14  overflow:hidden;
    1115}
    1216
    1317td.ncol {
    14         max-height:90px;
    15         max-width:90px;
    16         overflow:hidden;
    17         text-align:center;
    18         padding:2px 8px;
     18  max-height:90px;
     19  max-width:90px;
     20  overflow:hidden;
     21  text-align:center;
     22  padding:2px 8px;
    1923}
    2024
    2125td.ak_pic {
    22         min-width:640px;
    23         text-align:center;
     26  min-width:640px;
     27  text-align:center;
    2428}
    2529
    2630a.load {
    27         height:90px;
    28         width:90px;
     31  height:90px;
     32  width:90px;
    2933}
    3034
    3135a.load img {
    32         height:90px;
    33         overflow:hidden;
     36  height:90px;
     37  overflow:hidden;
    3438}
    3539
    3640td.left {
    37         text-align:left;
     41  text-align:left;
    3842}
    3943
Note: See TracChangeset for help on using the changeset viewer.