Ignore:
Timestamp:
Sep 11, 2013, 6:44:54 PM (11 years ago)
Author:
mistic100
Message:

new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM

File:
1 edited

Legend:

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

    r23551 r24421  
    5757
    5858/* SEND BY MAIL */
    59 #mail_form {
     59.uc_form {
    6060  width:540px;
    6161  padding:10px;
    6262}
    63   #mail_form table td {
     63  .uc_form table td {
    6464    padding-bottom:5px;
    6565    text-align:left;
    6666  }
    67   #mail_form table td.title {
     67  .uc_form table td.title {
    6868    font-weight:bold;
    6969    text-align:right !important;
     
    7171    vertical-align:top;
    7272    width:120px;
     73    white-space:nowrap;
    7374  }
    74   #mail_form input[type="text"], #mail_form textarea, #mail_form select {
     75  .uc_form input[type="text"], .uc_form textarea, .uc_form select {
    7576    border-radius:2px;
    7677    padding:3px;
    7778  }
     79 
     80#share_form .url-base {
     81  font-size:0.9em;
     82}
     83#share_form .url-more {
     84  text-decoration:underline;
     85}
     86
     87.ui-datepicker-current { display:none; }
     88
     89.shares_list {
     90        border-left:1px solid #444;
     91        border-right:1px solid #444;
     92        margin:1em auto;
     93        padding:0;
     94  background-color:#222;
     95  border-spacing:0;
     96  text-align:left;
     97  color:#aaa;
     98}
     99
     100.shares_list td, .shares_list th {
     101        padding:5px 5px 2px 5px;
     102  vertical-align:center;
     103  border-top:1px solid #444;
     104  border-bottom:1px solid #111;
     105}
     106 
     107.shares_list tr.row2 td { background-color:#222; }
     108.shares_list tr.row1 td { background-color:#333; }
     109
     110.shares_list tr.expired td {
     111  text-decoration:line-through;
     112}
     113
     114.shares_list tr.header th
     115{
     116  height:30px;
     117}
     118.shares_list tr.header th {
     119  background:#333333;
     120  background:-moz-linear-gradient(top,  #333333 0%, #222222 100%);
     121  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#222222));
     122  background:-webkit-linear-gradient(top,  #333333 0%,#222222 100%);
     123  background:-o-linear-gradient(top,  #333333 0%,#222222 100%);
     124  background:-ms-linear-gradient(top,  #333333 0%,#222222 100%);
     125  background:linear-gradient(top,  #333333 0%,#222222 100%);
     126  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 );
     127}
Note: See TracChangeset for help on using the changeset viewer.