Ignore:
Timestamp:
Mar 29, 2012, 9:34:00 PM (12 years ago)
Author:
rvelices
Message:

removed unused css, merged some css, etc...

File:
1 edited

Legend:

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

    r13774 r13801  
    270270}
    271271
    272 .commentsList LI {
    273         margin: 0;
    274         padding: 0;
     272.commentElement {
     273        margin: 5px;
     274        padding: 2px 0 0 2px;
    275275        float: left;
    276276        width:99%;
    277277}
    278278
    279 .commentElement {
    280         display:block;
    281         padding: 2px 0 0 2px;
    282         margin: 5px;
    283 }
    284 
    285279.commentElement .description {
    286         font-size: 100%;
    287280        overflow: auto;
    288281        /*width: inherit;*/
    289282}
    290283
    291 .commentElement .description P {
    292         margin: 0;
    293 }
    294 
    295 .commentElement DIV.illustration {
     284.commentElement .illustration {
    296285        text-align: left;
    297286        margin: 2px 0 0 2px;
     
    412401}
    413402
    414 .infoTable .label {
    415         font-weight: bold;
    416         text-align: right;
    417         padding-right: 0.5em;
    418 }
    419 
    420 .infoTable UL {
     403.imageInfoTable UL { /*this is the album list*/
    421404        margin: 0;
    422405        padding: 0 0 0 1em;
     
    452435        clear: none;
    453436}
    454 
    455 .noCommentText {display:none;}
    456437
    457438/**
     
    825806#commentAdd input[type="text"],
    826807#commentAdd textarea {
    827         min-width: 100%;
    828808        max-width: 100%;
    829809        width: 100%;
    830         font-family: Arial,Helvetica,sans-serif;
    831         font-size: 100%;
    832 }
    833 #pictureCommentList li {
    834         clear: both;
    835         display: block;
    836         padding: 0.5em 0;
    837         margin-bottom: 5px;
     810}
     811
     812#pictureCommentList .commentElement {
    838813        border-radius: 5px;
    839         width: 100%;
    840 }
    841 #pictureCommentList ul                          { list-style: none; padding: 0;}
    842 #pictureCommentList li ul                               { list-style-type: none; padding: 4px;}
    843 #pictureCommentList .author                     { font-weight: bold;}
    844 #pictureCommentList .date                       { font-style: italic;}
     814}
     815
     816.commentAuthor {
     817        font-weight: bold;
     818}
     819
     820.commentDate {
     821        font-style: italic
     822}
     823
    845824#pictureCommentList .commentsOrder      { float: left; margin-bottom: 5px;}
    846825#pictureCommentList .navigationBar      { float: right; margin-bottom: 5px;}
     
    848827#pictureComments form p                         { margin: 5px 0; text-align: left;}
    849828#pictureComments form p textarea                { margin: 10px 0;}
    850 #pictureComments INPUT                          { margin: 10px;}
    851829#pictureComments INPUT[type=submit]     { margin: 0;}
    852830
Note: See TracChangeset for help on using the changeset viewer.