Changeset 191:9fddbb8a346c


Ignore:
Timestamp:
13/08/10 19:04:57 (3 years ago)
Author:
juanpablo <juanpablo@…>
Branch:
default
Message:

minor fix ti labaled icon template and css fix

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cyclope/core/collections/templates/collections/category_labeled_icon_list.html

    r189 r191  
    3131  {% endcomment %} 
    3232 
     33  <div class="icon_list_container"> 
     34 
    3335  {% for categorization in categorizations %} 
    3436    {% join categorization.content_type.app_label  "/" categorization.content_type.model "_labeled_icon.html" as template_path %} 
     
    4446  {% endfor %} 
    4547 
     48  </div> 
     49 
    4650<!--  <div class="pagEspacio"></div> --> 
    4751  {% if page %} 
  • cyclope/media/themes/neutronica/css/bijouterie.css

    r188 r191  
    156156 margin: 0 16px 22px 16px; 
    157157 border: none; 
    158  border-bottom: 2px solid #839882; 
     158 /* border-bottom: 2px solid #839882; */ 
    159159 display: block; 
    160160} 
     
    303303} 
    304304 
     305.expand_collapse { 
     306 cursor:pointer; 
     307} 
     308 
    305309.sidebar .categories_hierarchy ul li:hover { 
    306310 background-color: black; 
     
    490494#content_container .picture img.icon { 
    491495 margin: 0 !important; 
     496} 
     497 
     498/* user_input */ 
     499 
     500.user_input input, 
     501.user_input textarea { 
     502border:1px solid #839882; 
     503margin:0 0 10px; 
     504padding:4px; 
     505} 
     506 
     507.user_input form{ 
     508 padding: 0.5em 0;  
     509 border: none; 
    492510} 
    493511 
Note: See TracChangeset for help on using the changeset viewer.