Ignore:
Timestamp:
Oct 17, 2013, 9:38:06 PM (11 years ago)
Author:
rvelices
Message:

removed unused css rules, password recover form has a fieldset as all other forms, no exit if mail send fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r24881 r24966  
    137137/* begin chronology/calendar elements*/
    138138.calendarViews {
    139         display: block;
    140139        float: right;
    141140        margin: 5px 5px 0 0;
     
    148147}
    149148
    150 .calItem A { border:0 }
     149.calItem A { text-decoration:none }
    151150
    152151.calendarCalBar {
    153152        margin: 10px;
    154         text-align: left;
    155153}
    156154
     
    581579
    582580.tagSelection {
    583         width: 99%;
    584         margin: 1em 0;
    585         padding: 0;
     581        margin: 1em 0 !important;
    586582}
    587583
    588584.tagSelection LI {
    589585        display:inline-block;
    590         width:150px!important;
     586        width: 150px;
    591587        overflow:hidden;
    592588        white-space: nowrap;
     
    760756}
    761757
    762 #lostPassword {
    763   padding: 1em;
    764 }
    765 
    766758#lostPassword p {
    767759  text-align: left;
Note: See TracChangeset for help on using the changeset viewer.