Skip to content

Commit

Permalink
Merge branch 'MDL-33676' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jun 12, 2012
2 parents 2903a92 + 59e807e commit 19774b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions theme/base/style/core.css
Expand Up @@ -819,7 +819,7 @@ sup {vertical-align: super;}
}

.moodle-dialogue-base .moodle-dialogue {
background-color: transparent;
background-color: transparent!important;
border: 0px solid transparent!important;
}

Expand All @@ -843,9 +843,9 @@ sup {vertical-align: super;}
padding:5px 5px 5px 5px;
border-radius: 10px 10px 0px 0px;
border-bottom: 1px solid #BBBBBB!important;
background: #CCCCCC;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
background: #CCCCCC!important;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC))!important;
background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC')!important;
filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}
Expand Down Expand Up @@ -935,7 +935,7 @@ sup {vertical-align: super;}
left: 18.5em;
margin: 0;
padding: 2em 2em 2em 2.4em;
background-color: white;
background-color: #FFFFFF;
overflow-x: hidden;
overflow-y: auto;
max-height: 550px;
Expand Down

0 comments on commit 19774b8

Please sign in to comment.