Changeset 191:9fddbb8a346c
Legend:
- Unmodified
- Added
- Removed
-
cyclope/core/collections/templates/collections/category_labeled_icon_list.html
r189 r191 31 31 {% endcomment %} 32 32 33 <div class="icon_list_container"> 34 33 35 {% for categorization in categorizations %} 34 36 {% join categorization.content_type.app_label "/" categorization.content_type.model "_labeled_icon.html" as template_path %} … … 44 46 {% endfor %} 45 47 48 </div> 49 46 50 <!-- <div class="pagEspacio"></div> --> 47 51 {% if page %} -
cyclope/media/themes/neutronica/css/bijouterie.css
r188 r191 156 156 margin: 0 16px 22px 16px; 157 157 border: none; 158 border-bottom: 2px solid #839882;158 /* border-bottom: 2px solid #839882; */ 159 159 display: block; 160 160 } … … 303 303 } 304 304 305 .expand_collapse { 306 cursor:pointer; 307 } 308 305 309 .sidebar .categories_hierarchy ul li:hover { 306 310 background-color: black; … … 490 494 #content_container .picture img.icon { 491 495 margin: 0 !important; 496 } 497 498 /* user_input */ 499 500 .user_input input, 501 .user_input textarea { 502 border:1px solid #839882; 503 margin:0 0 10px; 504 padding:4px; 505 } 506 507 .user_input form{ 508 padding: 0.5em 0; 509 border: none; 492 510 } 493 511
Note: See TracChangeset
for help on using the changeset viewer.

