Ignore:
Timestamp:
Jul 12, 2012, 8:28:27 PM (12 years ago)
Author:
plg
Message:

(by mistic100, but svn commit crashes for him)

-use random public_id, preventing to access other public collections
-use colorbox to browse inside a collection
-small css fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/style.css

    r16591 r16658  
    1111  }
    1212 
    13 #publicURL {}
     13#publicURL {
     14  display:inline-block;
     15  height:22px;
     16}
    1417  #publicURL .url {
    1518    display:inline-block;
    16     position:relative;
     19    height:14px;
     20    vertical-align:bottom;
     21    padding:3px 10px;
     22    background:#fff;
    1723    font-family:monospace;
    1824    font-size:12px;
    19     background:#fff;
    2025    color:#666;
    21     padding:3px 10px;
    2226    border:1px solid #999;
    2327    border-radius:0 3px 3px 0;
     
    2832    width:25px;
    2933    height:20px;
    30     color:#666;
     34    vertical-align:bottom;
    3135    border:1px solid #999;
    3236    border-right:none;
Note: See TracChangeset for help on using the changeset viewer.