Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Styles for notify and notice stuff
  • Loading branch information
moodler committed Feb 8, 2005
1 parent a8f6842 commit ac91569
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
21 changes: 21 additions & 0 deletions theme/standard/styles_color.css
Expand Up @@ -70,6 +70,27 @@ th {
.r1 {
}

/* notification messages (can be good or bad) */
.notifyproblem {
background-color:#FFFFFF;
color:#660000;
padding: 10px;
text-align:center;
border-style: solid;
border-width: 1px;
border-color: #000000;
}

.notifysuccess {
background-color:#FFFFFF;
color:#006600;
padding: 10px;
text-align:center;
border-style: solid;
border-width: 1px;
border-color: #000000;
}

/* header styles */


Expand Down
9 changes: 9 additions & 0 deletions theme/standard/styles_layout.css
Expand Up @@ -36,6 +36,10 @@
background:transparent;
}

.continuebutton {
text-align: center;
}


/* general styles */
th {
Expand Down Expand Up @@ -527,3 +531,8 @@ body#admin-modules .generaltablecell {
padding-top: 1px;
padding-bottom: 1px;
}

body#admin-blocks .generaltablecell {
padding-top: 1px;
padding-bottom: 1px;
}
8 changes: 8 additions & 0 deletions theme/standard/styles_moz.css
Expand Up @@ -3,6 +3,14 @@
-moz-border-radius:3px;
}

.notifyproblem {
-moz-border-radius:10px;
}

.notifysuccess {
-moz-border-radius:10px;
}

.sideblock {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
Expand Down

0 comments on commit ac91569

Please sign in to comment.