Ignore:
Timestamp:
Nov 19, 2010, 9:28:21 PM (13 years ago)
Author:
rvelices
Message:

merge r7823 from trunk to branch 2.1
homogenuous popuphelp and search_rules templates with the rest of pages
simplification of CSS rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/themes/default/theme.css

    r6575 r7824  
    140140        list-style: none;
    141141        text-align: center;
    142 }
    143 
    144 .content DIV.titrePage UL.categoryActions {
    145142        float: right;
    146         text-align: center;
    147143}
    148144
     
    156152
    157153.content UL.categoryActions A IMG, UL.categoryActions A {
    158         border: none;
     154        border: 0;
    159155        margin-bottom: -5px;
    160156}
     
    170166        font-weight: bold;
    171167        margin: 0 1px;
     168        border: 1px solid gray;
    172169}
    173170
     
    194191}
    195192
    196 TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank {
     193TD.calDayCellFull, TD.calDayCellEmpty {
    197194        vertical-align: top;
    198   font-weight: bold;
    199   font-size: 18px;
     195        font-weight: bold;
     196        font-size: 18px;
     197        border: 1px solid gray;
    200198}
    201199
     
    851849}
    852850
    853 /*calendar*/
    854 SPAN.calItem, SPAN.calItemEmpty,
    855 TD.calDayCellEmpty, TD.calDayCellFull {
    856         border: 1px solid gray;
    857 }
    858 
    859851#piwigoAbout {width:600px;margin:0 auto;}
    860852#linkToPiwigo {text-align:center;}
Note: See TracChangeset for help on using the changeset viewer.