Changeset 304


Ignore:
Timestamp:
Jan 29, 2010, 10:04:03 AM (14 years ago)
Author:
gav
Message:

Add css for static_tree in shared/_assetTree.gsp

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/shared/_assetTree.gsp

    r284 r304  
    11
    2 <div class="tree" >
     2<div class="static_tree" >
    33    ${assetInstance.encodeAsHTML()}
    44    <g:link controller="assetSubItemDetailed" params="['asset.id':assetInstance?.id]" action="create">
  • trunk/web-app/css/main.css

    r297 r304  
    572572/* Tree */
    573573
     574div.static_tree {
     575}
     576div.static_tree ul {
     577    list-style-type: none;
     578    padding-left: 15px;
     579}
     580div.static_tree li {
     581    background: url(../images/skin/ln.gif) 0px 0px no-repeat;
     582    padding-left: 20px;
     583    margin: 2px;
     584}
     585
    574586div.tree {
    575587}
     
    578590div.tree ul {
    579591    list-style-type: none;
     592    padding-left: 15px;
    580593}
    581594div.tree li {
Note: See TracChangeset for help on using the changeset viewer.