Updated classes and fixed first group of problems

This commit is contained in:
andreabix
2005-04-08 11:39:06 +00:00
parent b323d8f8f3
commit 2c6dc1879d
3 changed files with 71 additions and 13 deletions
+27 -1
View File
@@ -59,7 +59,7 @@ div.header {
background-color:#C6BDA8;
border-color:#666666;
/* height: 20px; */
background: url(pix/grad/bg_bread.jpg) repeat-x;
/* background: url(pix/grad/bg_bread.jpg) repeat-x; */
}
.sitetopiccontent {
@@ -77,6 +77,22 @@ div.header {
border-color:#C6BDA8;
}
/***
*** Login
***/
.loginbox {
margin-top: 20px;
}
.loginbox .header {
border-color:#C6BDA8;
}
.loginbox .content {
border-color:#C6BDA8;
}
/***
*** Blocks
@@ -184,3 +200,13 @@ table.minicalendar tr td.weekend {
.categorybox .category {
border-color: #C6BDA8;
}
#course-view .section .content {
border-color: #C6BDA8;
background-color: #FFFFFF;
}
#course-view .section .side {
border-color: #C6BDA8;
background-color: #FFFFFF;
}
+15 -7
View File
@@ -69,7 +69,6 @@ div.header,
}
/***
*** Header
***/
@@ -85,6 +84,15 @@ div.header,
font-size:.8em;
}
/***
*** Blocks
***/
.sideblock .footer {
font-size:0.85em;
text-align: left;
}
/***
*** Calendar
***/
@@ -110,13 +118,13 @@ table.minicalendar tr td.day {
font-size:0.7em;
}
/***
*** Blocks
/***
*** Course
***/
.sideblock .footer {
font-size:0.85em;
text-align: left;
#course-view .section .left {
font-weight: bold;
font-size: 1.2em;
}
+29 -5
View File
@@ -31,7 +31,7 @@ h4 {
}
input {
background: transparent;
}
.generalbox {
@@ -67,6 +67,28 @@ input {
text-align:right;
}
.navbar {
width:100%;
padding:3px 0.5em;
height:1.3em;
border-width:1px;
border-style:solid;
}
/***
*** Login
***/
.loginbox .header {
border-width:1px;
border-style:solid;
border-bottom-width: 0px;
}
.loginbox .content {
border-top-width: 0px;
}
/***
*** Footer
***/
@@ -75,6 +97,7 @@ input {
text-align:left;
}
/***
*** Blocks
***/
@@ -88,10 +111,6 @@ input {
border-style:solid;
}
/***
*** Blocks
***/
.sideblock .footer {
border-top-width:1px;
border-top-style:dashed;
@@ -148,4 +167,9 @@ table.calendarmonth tr td {
border-bottom: solid;
border-width: 1px;
padding-top: 7px;
}
#course-view .section .left {
border-right-width: 1px;
border-right-style: dashed;
}