Changeset 829


Ignore:
Timestamp:
Aug 18, 2005, 10:25:08 PM (19 years ago)
Author:
chrisaga
Message:

cclean : fixed some styles in the admin section

Location:
trunk/template/cclear
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/cclear/admin/intro.tpl

    r827 r829  
    1 <h1>{lang:title_default}</h1>
     1<!-- $Id$ -->
     2<h2>{lang:title_default}</h2>
    23
    34<dl>
  • trunk/template/cclear/content.css

    r826 r829  
    5757}
    5858
     59/* content defaults */
     60#content dl, dd { margin: 10px; }
     61#content dt {
     62  margin-bottom: 5px;
     63  font-style: italic;
     64  font-size: 110%;
     65}
     66
    5967/* actions */
    6068div.titrePage ul.categoryActions {
  • trunk/template/cclear/default-colors.css

    r820 r829  
    6363
    6464
    65 #categoryContent {
     65#content {
    6666    border: 1px solid #d3d3d3;
    6767    background:#eeeeee;
    6868}
    6969
    70 #categoryContent H2 {
     70#content H2 {
    7171    text-align: left;
    7272}
    7373
    74 #categoryContent H3 {
     74#content H3 {
    7575    text-align: center;
    7676}
    7777
    78 #categoryContent UL.thumbnail IMG {
     78#content UL.thumbnail IMG {
    7979    border: 1px solid #a0a0a0;
    8080}
    8181
    8282/* So that non-links are slightly greyed out */
    83 #categoryContent .navigationBar {
     83#content .navigationBar {
    8484    color: #696969;
    8585}
    86 #categoryContent .pageNumberSelected {
     86#content .pageNumberSelected {
    8787    color: #000000;
    8888}
  • trunk/template/cclear/default-layout.css

    r826 r829  
    5656
    5757/** General defaults **/
    58 ul { text-align: left;}
     58ul, dl { text-align: left;}
    5959
    6060/** forms **/
Note: See TracChangeset for help on using the changeset viewer.