Ignore:
Timestamp:
Jan 12, 2013, 3:13:08 PM (11 years ago)
Author:
mistic100
Message:
  • add webservices
  • add mail function
  • add admin list
  • add admin export function
  • try to deal with Gthumb+
  • activate multisize dropdown menu of collection page

TODO : use webservices instead of toggle_image.php

File:
1 edited

Legend:

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

    r17914 r20090  
    2929  #publicURL .button {
    3030    display:inline-block;
    31     background:#e7e7e7 url('link.png') center center no-repeat;
     31    background:#e7e7e7 url('resources/link.png') center center no-repeat;
    3232    width:25px;
    3333    height:20px;
     
    7373    }
    7474 
     75/* SEND BY MAIL */
     76#mail_form {
     77  width:540px;
     78  padding:10px;
     79}
     80  #mail_form table td {
     81    padding-bottom:5px;
     82    text-align:left;
     83  }
     84  #mail_form table td.title {
     85    font-weight:bold;
     86    text-align:right !important;
     87    padding-top:3px;
     88    vertical-align:top;
     89    width:120px;
     90  }
     91  #mail_form input[type="text"], #mail_form textarea, #mail_form select {
     92    border-radius:2px;
     93    padding:3px;
     94  }
    7595 
    7696/* TipTip CSS - Version 1.2 */
Note: See TracChangeset for help on using the changeset viewer.