Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • resources
  • css
  • kt_imageselect.css
  • Brand server without requiring access to FS ...
    3fa93d74
    PT: 1243391
    
    Removed crop. Added borders around scaled images.
    
    Updated by: Charl Joseph Mert
    Charl Joseph Mert authored
    2010-01-21 12:49:18 +0200  
    Browse Code ยป
kt_imageselect.css 360 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#kt_image_select_container img {
    cursor: pointer;
    text-decoration: none;
    border: 10px solid white;
}

#kt_image_select_container img:hover {
    text-decoration: none;
    border: 10px solid white;
}

.jq_select_image {
    float: left;
    border: 1px solid #cccccc;
    margin-right: 5px;
    padding: 0px;
    display:inline;
    height:70px;
}