Aleksander Machniak
2014-03-22 57330612612a77e309945429fa0e832a58a17ce9
skins/classic/common.css
@@ -55,6 +55,13 @@
  text-align: center;
}
a.disabled
{
  color: #999;
  text-decoration: none;
  cursor: default;
}
hr
{
  height: 1px;
@@ -660,6 +667,12 @@
  cursor: pointer;
}
ul.treelist li ul li div.treetoggle
{
  left: 28px !important;
  left: 4px;
}
ul.treelist li div.collapsed
{
  background: url(images/icons/collapsed.png) bottom right no-repeat;
@@ -668,6 +681,73 @@
ul.treelist li div.expanded
{
  background: url(images/icons/expanded.png) bottom right no-repeat;
}
ul.treelist,
ul.treelist li ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
ul.treelist li ul
{
  border-top: 1px solid #EBEBEB;
}
ul.treelist li
{
  display: block;
  font-size: 11px;
  border-bottom: 1px solid #EBEBEB;
  white-space: nowrap;
}
ul.treelist li a
{
  cursor: default;
  display: block;
  padding-left: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 16px;
  text-decoration: none;
  white-space: nowrap;
}
ul.treelist li ul li a
{
  padding-left: 45px;
}
ul.treelist ul ul li a
{
  padding-left: 65px;
}
ul.treelist ul ul ul li
{
  margin-left: 20px;
}
ul.treelist li ul li:last-child
{
  border-bottom: 0;
}
ul.treelist li.selected > a
{
  color: #FFF;
  font-weight: bold;
  background-color: #929292;
}
ul.treelist li.droptarget
{
  background-color: #FFFFA6;
}
@@ -882,6 +962,10 @@
  font-weight: bold;
}
.formbuttons
{
  text-align: center;
}
/***** onclick menu list *****/