To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 1082

Show
Ignore:
Timestamp:
04/27/10 16:57:51 (22 months ago)
Author:
johnnyoffline
Message:

styled the arrows for sorting

Location:
plugins/apostropheBlogPlugin/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/data/generator/sfDoctrineModule/aBlogAdmin/template/templates/_list_th_tabular.php

    r1079 r1082  
    77  <?php if(isset($filterFieldConfig[$name])): ?> 
    88    <?php //This field needs dropdown filters to be applied ?> 
    9     <ul> 
     9    <ul class="a-multi-title"> 
    1010      <li><a href="#" class="a-btn a-sort-label">[?php echo __('<?php echo $field->getConfig('label') ?>', array(), '<?php echo $this->getI18nCatalogue() ?>') ?]</a> 
    1111        <div class="filternav"> 
     
    2222    </ul> 
    2323  <?php else: ?> 
    24     <span>[?php echo __('<?php echo $field->getConfig('label') ?>', array(), '<?php echo $this->getI18nCatalogue() ?>') ?]</span> 
     24    <span class="a-simple-title">[?php echo __('<?php echo $field->getConfig('label') ?>', array(), '<?php echo $this->getI18nCatalogue() ?>') ?]</span> 
    2525  <?php endif; ?> 
    2626 
  • plugins/apostropheBlogPlugin/trunk/web/css/aBlog.css

    r1068 r1082  
    2626.a-admin.aBlogAdmin .a-subnav-wrapper 
    2727{ 
    28 margin: 0 10px; 
    29 width: 940px; 
     28width: 100%; 
    3029background: none; 
    3130-moz-box-shadow: none; 
    3231-webkit-box-shadow: none; 
    3332box-shadow: none; 
     33margin: 0 0 10px 0; 
    3434} 
    3535 
    3636.a-admin.aBlogAdmin .a-subnav-inner 
    3737{ 
    38         width: 920px; 
     38        padding: 0; 
    3939} 
    4040 
     
    7878{ 
    7979width: 200px; 
     80} 
     81 
     82.a-admin-list thead th .a-simple-title, 
     83.a-admin-list thead th .a-sort-arrow 
     84{ 
     85        line-height: 20px; 
     86        float: left; 
     87} 
     88 
     89.a-admin-list thead th .a-simple-title, 
     90.a-admin-list thead th .a-multi-title 
     91{ 
     92        margin-right: 25px; 
     93} 
     94 
     95.a-admin-list thead th .a-sort-arrow 
     96{ 
     97        margin-left: -25px; 
    8098} 
    8199 
     
    179197.a-admin-list thead th 
    180198{ 
    181 padding: 0 30px 0 5px; 
     199padding: 0 5px; 
    182200} 
    183201 
     
    763781        float:left; 
    764782        width:100%; 
    765         margin-bottom:7px; 
     783        margin-bottom:5px; 
    766784} 
    767785 
     
    782800} 
    783801 
     802 
     803 
     804/* 23. Blog Engine 
     805-------------------------------------*/ 
     806 
     807#a-blog-main, 
     808#a-blog-main .a-blog-post 
     809{ 
     810        float: left; 
     811        width: 100%; 
     812        display: inline; 
     813        position: relative;      
     814} 
     815 
     816#a-blog-main .a-blog-post 
     817{ 
     818 
     819        margin: 0 0 20px 0; 
     820} 
     821 
     822#a-blog-main .a-blog-post-title, 
     823#a-blog-main .a-blog-post-meta, 
     824#a-blog-main .a-blog-post-tags, 
     825#a-blog-main .a-blog-post-media, 
     826#a-blog-main .a-blog-post-body 
     827{ 
     828        float: left; 
     829        width: 100%; 
     830        clear: both; 
     831        display: inline; 
     832        position: relative; 
     833        margin-bottom: 10px; 
     834} 
     835 
     836#a-blog-main .a-blog-post-body p 
     837{ 
     838        margin-bottom: 10px; 
     839} 
     840 
     841 
     842.a-subnav-wrapper.blog h4 
     843{ 
     844        float: left; 
     845        width: 100%; 
     846        clear: both; 
     847        display: inline; 
     848        position: relative; 
     849        font-size: 14px; 
     850} 
     851 
     852.a-subnav-wrapper.blog .a-blog-filter-options 
     853{ 
     854        float: left; 
     855        width: 100%; 
     856        clear: both; 
     857        display: inline; 
     858        position: relative; 
     859        line-height: 20px; 
     860} 
     861 
     862.a-subnav-wrapper.media .a-media-filter-options a, 
     863.a-subnav-wrapper.blog .a-blog-filter-options a 
     864{ 
     865        float: left; 
     866        clear: both; 
     867        display: inline; 
     868        width: auto; 
     869        padding: 0 5px; 
     870} 
     871 
     872 
     873#a-blog-main .a-blog-post-tags 
     874{ 
     875        float: left; 
     876        width: 100%; 
     877} 
     878 
     879#a-blog-main .a-blog-post-tags li 
     880{ 
     881        float: left; 
     882        margin: 0 5px 0 0; 
     883} 
     884 
     885.a-blog ul.a-slideshow-controls 
     886{ 
     887        border:medium none; 
     888        display:inline; 
     889        float:left; 
     890        height:20px; 
     891        margin-right:1px; 
     892        position:absolute; 
     893        right:0; 
     894        top:-24px; 
     895        width:auto; 
     896} 
     897 
     898/* 23 & 1/2. Events Engine 
     899-------------------------------------*/ 
     900 
     901.a-blog-events #a-blog-main .a-blog-post-meta 
     902{ 
     903        font-size: 14px; 
     904        margin: 0; 
     905} 
     906.a-blog-events #a-blog-main .a-blog-post-meta li 
     907{ 
     908        float: left; 
     909        margin: 0 5px 0 0; 
     910} 
     911 
     912.a-blog-events #a-blog-main .a-blog-post-meta .a-calendar-day 
     913{ 
     914        color: #888; 
     915} 
     916 
     917.a-blog-events #a-blog-main .a-blog-post-meta .a-calendar-date 
     918{ 
     919        color: #000; 
     920}