Skip to content

Commit

Permalink
corrected Bug #3494 - Some margins are needed in some pages to separa…
Browse files Browse the repository at this point in the history
…te the page content from the breadcrumb. I set margin-top:8px for the content div to set all content a bit down. I corrected the pages which had margin-top set already.
  • Loading branch information
urs_hunkler committed Jul 14, 2005
1 parent 9d0dd81 commit 0bf66cb
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions theme/standard/styles_layout.css
Expand Up @@ -41,13 +41,11 @@ h6.main {
#layout-table { #layout-table {
width:100%; width:100%;
border-collapse:separate; border-collapse:separate;
margin-top: 8px;
} }


#layout-table #left-column, #layout-table #left-column,
#layout-table #middle-column, #layout-table #middle-column,
#layout-table #right-column #layout-table #right-column {
{
vertical-align:top; vertical-align:top;
} }


Expand All @@ -56,7 +54,6 @@ h6.main {
padding-right:12px; padding-right:12px;
} }



.clearer { .clearer {
clear:both; clear:both;
margin:0px; margin:0px;
Expand Down Expand Up @@ -86,7 +83,7 @@ a img {
img.userpicture, img.userpicture,
img.grouppicture, img.grouppicture,
.block_online_users .listentry img { .block_online_users .listentry img {
border: 0px solid border: 0px none
} }


.notifyproblem { .notifyproblem {
Expand All @@ -112,27 +109,34 @@ img.grouppicture,
border-width:1px; border-width:1px;
border-style:solid; border-style:solid;
} }

.errorbox { .errorbox {
border-width:1px; border-width:1px;
border-style:solid; border-style:solid;
margin: 1em 15%; margin: 1em 15%;
width: 70%; width: 70%;
} }

.errorbox .title { .errorbox .title {
padding: 5px; padding: 5px;
} }

.informationbox { .informationbox {
border-width:1px; border-width:1px;
border-style:solid; border-style:solid;
} }

.feedbackbox { .feedbackbox {
border-width:1px; border-width:1px;
border-style:solid; border-style:solid;
} }

.feedbackby { .feedbackby {
} }

.feedback { .feedback {
} }

.initialbar { .initialbar {
text-align: center; text-align: center;
} }
Expand Down Expand Up @@ -161,9 +165,11 @@ img.grouppicture,
.pagingbar { .pagingbar {
text-align:center; text-align:center;
} }

.pagingbar a { .pagingbar a {
padding-left: 10px; padding-left: 10px;
} }

.pagingbar .thispage { .pagingbar .thispage {
padding-left: 10px; padding-left: 10px;
} }
Expand Down Expand Up @@ -277,11 +283,22 @@ form.popupform {
} }




/***
*** Content
***/

#content {
margin-top:8px;
}

#admin-index #content {
margin-top:0;
}


/*** /***
*** Admin *** Admin
***/ ***/

body#admin-index .c0 { body#admin-index .c0 {
vertical-align: top; vertical-align: top;
} }
Expand Down Expand Up @@ -672,6 +689,7 @@ table.calendar-controls .next {
/*** /***
*** Course *** Course
***/ ***/

.activitydate, .activityhead { .activitydate, .activityhead {
text-align:center; text-align:center;
} }
Expand Down Expand Up @@ -734,6 +752,7 @@ body#course-view .unread {
body#course-enrol .generalbox { body#course-enrol .generalbox {
margin-top: 20px; margin-top: 20px;
} }

body#course-enrol .coursebox { body#course-enrol .coursebox {
margin-top: 20px; margin-top: 20px;
} }
Expand Down Expand Up @@ -839,7 +858,7 @@ body#grade-index .grades .weighted {
***/ ***/


.loginbox { .loginbox {
margin-top:15px; margin-top:7px;
} }


.loginbox .content { .loginbox .content {
Expand Down

0 comments on commit 0bf66cb

Please sign in to comment.