[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/blocks/settings/ -> styles.css (source)

   1  .block_settings .block_tree ul {margin-left: 18px;}
   2  .block_settings .block_tree p.hasicon {text-indent: -21px; padding-left: 21px;}
   3  .block_settings .block_tree p.hasicon img {width: 16px; height: 16px; margin-top: 3px; margin-right: 5px; vertical-align: top;}
   4  .block_settings .block_tree p.hasicon.visibleifjs {display: block;}
   5  
   6  .block_settings .block_tree .tree_item.branch {padding-left: 21px;}
   7  .block_settings .block_tree .tree_item {cursor:pointer; margin:3px 0px; background-position: 0 50%; background-repeat: no-repeat;}
   8  .block_settings .block_tree .active_tree_node {font-weight:bold;}
   9  
  10  .block_settings .block_tree [aria-expanded="true"] {background-image: url('[[pix:t/expanded]]');}
  11  .block_settings .block_tree [aria-expanded="false"] {background-image: url('[[pix:t/collapsed]]');}
  12  .block_settings .block_tree [aria-expanded="true"].emptybranch  {background-image: url('[[pix:t/collapsed_empty]]');}
  13  .block_settings .block_tree [aria-expanded="false"].loading  {background-image: url('[[pix:i/loading_small]]');}
  14  .block_settings .block_tree [aria-hidden="false"] {display: block;}
  15  .block_settings .block_tree  [aria-hidden="true"] {display: none;}
  16  
  17  /** Internet explorer specific rules **/
  18  .ie6 .block_settings .block_tree .tree_item {width:100%;}
  19  
  20  /** Overide for RTL layout **/
  21  .dir-rtl .block_settings .block_tree p.hasicon {padding-left: 0px; padding-right: 21px;}
  22  .dir-rtl .block_settings .block_tree .tree_item {background-position: 100% 50%;}
  23  .dir-rtl .block_settings .block_tree .tree_item.branch {padding-right: 21px; padding-left: 0;}
  24  .dir-rtl .block_settings .block_tree [aria-expanded="false"] {background-image: url('[[pix:t/collapsed_rtl]]');}
  25  .dir-rtl .block_settings .block_tree [aria-expanded="true"].emptybranch {background-image: url('[[pix:t/collapsed_empty_rtl]]');}
  26  .dir-rtl .block_settings .block_tree [aria-expanded="false"].loading {background-image: url('[[pix:i/loading_small]]');}
  27  .dir-rtl .block_settings .block_tree .tree_item img {margin-right: 0; margin-left: 5px;}
  28  .dir-rtl .block_settings .block_tree ul {margin: 0 16px 0 0;}


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1