Project

General

Profile

« Previous | Next » 

Revision 13d33727

Added by Alexander Oppermann about 11 years ago

*added garland-style.css bug fix concerning the fieldset images (expanded/collapsed)
*added bug fix for the administration panel -> if variables were not set, the concerning fieldset is not displayed anymore.

View differences:

7.x/themes/garland_cichorieae/style.css
890 890
  padding-bottom: .6em;
891 891
}
892 892

  
893
html.js fieldset.collapsible .fieldset-legend {
894
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
895
  padding-left: 2em;
896
}
897

  
898
html.js fieldset.collapsed .fieldset-legend {
899
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
900
}
901

  
902
/*
893 903
html.js fieldset.collapsible legend a {
894 904
  padding-left: 2em;
895 905
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
......
898 908
html.js fieldset.collapsed legend a {
899 909
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
900 910
}
911
*/
901 912

  
902 913
/**
903 914
 * Syndication icons and block

Also available in: Unified diff