Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
mits committed Mar 13, 2005
1 parent b2b4ae8 commit 81874f6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/oceanblue/styles_color.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ th {
background-color:#990000; background-color:#990000;
} }


.loginbox .content {
border-color:#DDDDDD; /* borders */
}

/* summary of a user in a nice little box - weblib.php */ /* summary of a user in a nice little box - weblib.php */
.userinfobox { .userinfobox {
border-color:#AAAAFF; /* borders */ border-color:#AAAAFF; /* borders */
Expand Down
12 changes: 12 additions & 0 deletions theme/oceanblue/styles_fonts.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -495,3 +495,15 @@ body#user-index #longtimenosee {
font-size: 0.9em; font-size: 0.9em;
font-weight: normal; font-weight: normal;
} }

.files .file {
font-size: 0.9em;
}

.files .folder {
font-size: 0.9em;
}

.files .folder .size {
font-weight: normal;
}
11 changes: 11 additions & 0 deletions theme/oceanblue/styles_layout.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ a img {
border-width:1px; border-width:1px;
border-style:solid; border-style:solid;
} }

.generalbox#intro { /* On most modules */
text-align:center;
}

.noticebox { .noticebox {
border-width:1px; border-width:1px;
border-style:solid; border-style:solid;
Expand Down Expand Up @@ -1107,6 +1112,12 @@ body#course-enrol .coursebox {
margin-top: 20px; margin-top: 20px;
} }


.loginbox .content {
border-width:1px;
border-style:solid;
padding:15px;
}

.headingblock .link { .headingblock .link {
text-align:right; text-align:right;
} }
Expand Down

0 comments on commit 81874f6

Please sign in to comment.