Fixed uneven spacing in minicalendar table. Thanks to Daniele Cordella for the hint.

This commit is contained in:
andreabix 2006-02-06 14:46:47 +00:00
parent 8859e0b6ca
commit dbda947cf0
2 changed files with 329 additions and 324 deletions

View File

@ -1,131 +1,131 @@
/* Core */
.clearer {
font-size:1px;
}
body, td, li {
font-family: Arial, Helvetica, sans-serif;
font-size : 13px;
}
body {
margin : 5px;
}
th {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1, h2, h3, h4 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
font-size:1.2em;
font-weight: bold;
}
h2 {
font-size:1.15em;
}
h3 {
font-size:1.1em;
}
h4 {
font-weight:bold;
}
th.header,
td.header,
div.header,
.headingblock {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.9em;
}
.categorybox .category,
.categorybox .category {
/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
font-size: 1.2em;
font-weight: bold;
}
/***
*** Header
***/
.breadcrumb {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:.85em;
font-weight:bold;
}
.logininfo,
#header-home .headermenu font {
font-size:.8em;
}
/***
*** Blocks
***/
.sideblock .footer {
font-size:0.85em;
text-align: left;
}
/***
*** Calendar
***/
#calendar .maincalendar table.calendarmonth td {
font-size:.8em;
}
#calendar .maincalendar .calendar-controls .current {
font-weight: bold;
}
#calendar .sidecalendar .filters {
font-size:0.75em
}
table.minicalendar tr.weekdays th {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:0.7em;
font-weight:normal;
}
table.minicalendar tr td.day {
font-size:0.7em;
}
/***
*** Course
***/
#course-view .section .left {
font-weight: bold;
font-size: 1.2em;
}
/* Core */
.clearer {
font-size:1px;
}
body, td, li {
font-family: Arial, Helvetica, sans-serif;
font-size : 13px;
}
body {
margin : 5px;
}
th {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1, h2, h3, h4 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
font-size:1.2em;
font-weight: bold;
}
h2 {
font-size:1.15em;
}
h3 {
font-size:1.1em;
}
h4 {
font-weight:bold;
}
th.header,
td.header,
div.header,
.headingblock {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.9em;
}
.categorybox .category,
.categorybox .category {
/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
font-size: 1.2em;
font-weight: bold;
}
/***
*** Header
***/
.breadcrumb {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:.85em;
font-weight:bold;
}
.logininfo,
#header-home .headermenu font {
font-size:.8em;
}
/***
*** Blocks
***/
.sideblock .footer {
font-size:0.85em;
text-align: left;
}
/***
*** Calendar
***/
#calendar .maincalendar table.calendarmonth td {
font-size:.8em;
}
#calendar .maincalendar .calendar-controls .current {
font-weight: bold;
}
#calendar .sidecalendar .filters {
font-size:0.75em
}
table.minicalendar tr.weekdays th {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:0.7em;
font-weight:normal;
}
table.minicalendar tr td {
font-size:0.7em;
}
/***
*** Course
***/
#course-view .section .left {
font-weight: bold;
font-size: 1.2em;
}

View File

@ -1,193 +1,198 @@
/* Core */
body {
margin: 5px;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
text-align: left;
padding-left: 5px;
}
h1, h2, h3, h4 {
text-align: left;
padding-left: 5px;
}
h1, h2, h3 {
border-width: 1px;
border-style: solid;
}
h4 {
border-bottom-style: solid;
border-bottom-width:1px;
}
input {
}
.generalbox {
border-width:1px;
border-style:solid;
}
.sitetopiccontent {
border-width:1px;
border-style:solid;
}
/***
*** Header
***/
#header-home {
/* padding:1em 0.5em; */
height:100px;
border-width:1px;
border-style:solid;
}
#header {
height:55px;
border-width:1px;
border-style:solid;
}
.headermenu {
float:right;
text-align:right;
}
.navbar {
margin-right: 5px;
width: 100%;
padding:0px;
height: 25px;
border-width:1px;
border-style:solid;
}
.breadcrumb {
padding-top: 3px;
padding-left: 3px;
}
.navbar .navbutton {
padding-right: 3px;
padding-top: 2px;
}
/***
*** Login
***/
TABLE.loginbox {
margin-top: 20px;
}
.loginbox .header {
border-width:1px;
border-style:solid;
border-bottom-width: 0px;
}
.loginbox .content {
border-top-width: 0px;
}
/***
*** Footer
***/
#footer {
text-align:left;
margin-top: 5px;
}
/***
*** Blocks
***/
.sideblock .footer {
border-top-width:1px;
border-top-style:dashed;
}
/***
*** Calendar
***/
table.minicalendar {
width: 100%;
margin:10px auto;
padding:2px;
border-width:1px;
border-style:solid;
border-collapse:separate;
border-spacing:1px !important;
}
table.minicalendar tr.weekdays th {
border-style: none;
}
table.minicalendar tr td.day {
border-style: solid;
border-width: 1px;
}
table.calendarmonth {
border-collapse:separate;
border-spacing:1px !important;
}
table.calendarmonth tr td {
border-style: solid;
border-width: 1px;
}
/***
*** Course
***/
.headingblock {
border-width:1px;
border-style:solid;
padding:5px;
}
.categorybox .category,
.categorybox .category {
border-bottom: solid;
border-width: 1px;
padding-top: 7px;
}
#course-view .section .left {
border-right-width: 1px;
border-right-style: dashed;
}
#course-view .section.hidden .content,
#course-view .section.hidden .side {
border-width: 1px;
border-style: dashed;
}
/* Core */
body {
margin: 5px;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
text-align: left;
padding-left: 5px;
}
h1, h2, h3, h4 {
text-align: left;
padding-left: 5px;
}
h1, h2, h3 {
border-width: 1px;
border-style: solid;
}
h4 {
border-bottom-style: solid;
border-bottom-width:1px;
}
input {
}
.generalbox {
border-width:1px;
border-style:solid;
}
.sitetopiccontent {
border-width:1px;
border-style:solid;
}
/***
*** Header
***/
#header-home {
/* padding:1em 0.5em; */
height:100px;
border-width:1px;
border-style:solid;
}
#header {
height:55px;
border-width:1px;
border-style:solid;
}
.headermenu {
float:right;
text-align:right;
}
.navbar {
margin-right: 5px;
width: 100%;
padding:0px;
height: 25px;
border-width:1px;
border-style:solid;
}
.breadcrumb {
padding-top: 3px;
padding-left: 3px;
}
.navbar .navbutton {
padding-right: 3px;
padding-top: 2px;
}
/***
*** Login
***/
TABLE.loginbox {
margin-top: 20px;
}
.loginbox .header {
border-width:1px;
border-style:solid;
border-bottom-width: 0px;
}
.loginbox .content {
border-top-width: 0px;
}
/***
*** Footer
***/
#footer {
text-align:left;
margin-top: 5px;
}
/***
*** Blocks
***/
.sideblock .footer {
border-top-width:1px;
border-top-style:dashed;
}
/***
*** Calendar
***/
#calendar .today,
.minicalendar .today {
border:1px solid !important;
}
table.minicalendar {
width: 100%;
margin:10px auto;
padding:2px;
border-width:1px;
border-style:solid;
border-collapse:separate;
border-spacing:1px !important;
}
table.minicalendar tr.weekdays th {
border-style: none;
}
table.minicalendar tr td.day {
border-style: solid;
border-width: 1px;
}
table.calendarmonth {
border-collapse:separate;
border-spacing:1px !important;
}
table.calendarmonth tr td {
border-style: solid;
border-width: 1px;
}
/***
*** Course
***/
.headingblock {
border-width:1px;
border-style:solid;
padding:5px;
}
.categorybox .category,
.categorybox .category {
border-bottom: solid;
border-width: 1px;
padding-top: 7px;
}
#course-view .section .left {
border-right-width: 1px;
border-right-style: dashed;
}
#course-view .section.hidden .content,
#course-view .section.hidden .side {
border-width: 1px;
border-style: dashed;
}