]> git.mjollnir.org Git - moodle.git/commitdiff
Accessibility: additional styles, img.resize and .searchform button
authornfreear <nfreear>
Wed, 8 Mar 2006 14:22:36 +0000 (14:22 +0000)
committernfreear <nfreear>
Wed, 8 Mar 2006 14:22:36 +0000 (14:22 +0000)
theme/standard/styles_fonts.css

index bbd120a5bf118013023bbf1a251d20a43115d7ff..64230554a2e99ccc29f976532955e5083930aaf2 100644 (file)
@@ -131,6 +131,15 @@ h4 {
   font-weight: bold;
 }
 
+/*Accessibility: resizable icons. */
+img.resize {
+  width: 1em;
+  height: 1em;
+}
+
+acronym, abbr {
+  cursor: help;
+}
 
 /***
  *** Header
@@ -206,6 +215,15 @@ a.skip-block {
   text-decoration:none;
 }
 
+.sideblock img.resize {
+  width: 0.8em;
+  height: 0.9em;
+}
+.sideblock .searchform button {
+  width: 1.7em;
+  height: 1.7em;
+}
+
 .sideblock .header, .sideblock h2 {
   font-size:0.9em;
   font-weight: bold;
@@ -259,6 +277,9 @@ a.skip-block {
 /***
  *** Calendar
  ***/
+.block_calendar_month abbr {
+  border: none;
+}
 
 #calendar .maincalendar .eventlist .event .referer {
   font-weight:bold;