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

Changeset 1083

Show
Ignore:
Timestamp:
04/27/10 17:54:55 (22 months ago)
Author:
johnnyoffline
Message:

admin tag dropdown is so ugly

Location:
plugins/apostropheBlogPlugin/trunk
Files:
3 modified

Legend:

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

    r1082 r1083  
    99    <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> 
    11         <div class="filternav"> 
     11        <div class="filternav <?php echo aTools::slugify($name); ?>"> 
    1212          <hr/> 
    1313    <?php if($filterFieldConfig[$name]->isComponent()): ?> 
  • plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/_list_th_tags_list_dropdown.php

    r857 r1083  
    33<?php $choices = $filters['tags_list']->getWidget()->getChoices() ?> 
    44<?php $n = 0; ?> 
     5<?php $tagSeparator = "<i>,</i>"; ?> 
    56<?php foreach($choices as $id => $choice): ?> 
    6 <?php   if(strtoupper($choice[0]) == $letter): ?>,<?php   else: ?> 
     7<?php   if(strtoupper($choice[0]) == $letter): ?><?php echo $tagSeparator ?><?php   else: ?> 
    78<?php     if(strtoupper($choice[0]) != 'A'): ?></span><?php endif ?> 
    89<?php   $letter = strtoupper($choice[0]) ?> 
  • plugins/apostropheBlogPlugin/trunk/web/css/aBlog.css

    r1082 r1083  
    241241/* Tags Sort Box */ 
    242242 
    243 .a-tags-sort .filternav 
     243.a-column-tags_list .filternav 
    244244{ 
    245245width: 240px; 
    246246} 
    247247 
    248 .a-tags-sort .filternav span, 
    249 .a-tags-sort .filternav b, 
    250 .a-tags-sort .filternav a 
    251 { 
    252 float: none !important; 
     248.a-column-tags_list .filternav span, 
     249.a-column-tags_list .filternav b, 
     250.a-column-tags_list .filternav a 
     251{ 
    253252line-height: 1.1 !important; 
    254253display: inline !important; 
    255254} 
    256255 
    257 .a-tags-sort .filternav span 
    258 { 
    259 padding-left: 5px; 
    260 } 
    261  
    262 .a-tags-sort .filternav span.first 
    263 { 
    264 padding-left: 0; 
    265 } 
    266  
    267 .a-tags-sort .filternav b 
     256.a-column-tags_list .filternav span 
     257{ 
     258width: 100%; 
     259margin-top: 5px; 
     260} 
     261 
     262.a-column-tags_list .filternav span.first 
     263{ 
     264margin: 0; 
     265} 
     266 
     267.a-column-tags_list .filternav b 
    268268{ 
    269269font-size: 14px; 
    270270color: #ccc; 
    271 } 
    272  
    273 .a-tags-sort .filternav a 
     271padding: 0 5px; 
     272} 
     273 
     274.a-column-tags_list .filternav a 
    274275{ 
    275276color: #333;