~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to theme/standardred/styles.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?PHP /*  $Id: styles.php,v 1.36 2004/05/23 10:29:46 moodler Exp $ */
 
1
<?PHP /*  $Id: styles.php,v 1.38 2004/07/14 06:51:13 moodler Exp $ */
2
2
 
3
3
/// We use PHP so we can do value substitutions into the styles
4
4
 
720
720
    -moz-border-radius-bottomright: 15px;
721
721
}
722
722
 
 
723
#block_course_summary, #block_course_summary .sideblockmain {
 
724
    -moz-border-radius: 20px;
 
725
}
 
726
 
 
727
#block_course_summary .sideblockmain {
 
728
    padding: 10px;
 
729
}
 
730
 
 
731
.sitetopic {
 
732
    border-width: 1px;
 
733
    border-color: <?PHP echo $THEME->borders?>;
 
734
    border-style: solid;
 
735
    -moz-border-radius: 15px;
 
736
}
 
737
 
 
738
.sitetopiccontent {
 
739
    -moz-border-radius: 15px;
 
740
}
723
741