Skip to content

Commit

Permalink
Merge branch 'MDL-27989_MOODLE_20_STABLE' of git://github.com/kordan/…
Browse files Browse the repository at this point in the history
…moodle into MOODLE_20_STABLE
  • Loading branch information
stronk7 committed Jul 7, 2011
2 parents 46306d8 + 10bc60a commit fea115d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
3 changes: 2 additions & 1 deletion theme/base/style/core.css
Expand Up @@ -187,12 +187,13 @@ a.skip:active {position: static;display: block;}
.mform fieldset div div {margin:0;}
.mform fieldset .advancedbutton {text-align:right;}
.mform fieldset.hidden {border-width:0;}
.mform fieldset.group {margin-bottom: 0}
.mform fieldset.error {border: 1px solid #A00;}
.mform .fitem {width:100%;overflow:hidden;margin-top:5px;margin-bottom:1px;clear:right;}
.mform .fitem .fitemtitle {width:15%;text-align:right;float:left;}
.mform .fitem .fitemtitle div {display: inline;}
.mform .fitem .felement {border-width: 0;width:80%;margin-left:16%;}
.mform .fitem fieldset.felement {margin-left:0;padding-left:1%;}
.mform .fitem fieldset.felement {margin-left:0;padding-left:1%;margin-bottom:0}
.mform .error,
.mform .required {color:#A00;}
.mform .required .fgroup span label {color:#000;}
Expand Down
18 changes: 6 additions & 12 deletions theme/canvas/style/core.css
Expand Up @@ -175,7 +175,7 @@ input[type="radio"] {
margin-left: 21%;
}

/* Calendar
/* Calendar
-----------------------*/

.calendarlayout .sidecalendar {
Expand Down Expand Up @@ -330,8 +330,8 @@ input[type="radio"] {
-----------------------*/

.userinfobox {
border-color: #ddd;
padding: 0
border-color: #ddd;
padding: 0
}

.userinfobox .content {
Expand Down Expand Up @@ -450,7 +450,7 @@ padding: 0
text-align: center;
}

/* Blogs
/* Blogs
------------------------*/

.blog_entry .audience {
Expand All @@ -463,7 +463,7 @@ padding: 0
margin-bottom: 0.5em;
}

/* Tags
/* Tags
------------------------*/

#big-tag-cloud-box {
Expand Down Expand Up @@ -556,7 +556,7 @@ padding: 0
padding-top: 30px;
}

/* Forms
/* Forms
-----------------------*/

.mform .fsubmit {
Expand All @@ -574,12 +574,6 @@ padding: 0
color: #444;
}

.mform .hidden .fitem .fgroup {
width: 100%;
text-align: center;
margin: 1em 0;
}

.path-backup .mform .hidden .fitem .fgroup {
text-align: left;
}
Expand Down
18 changes: 13 additions & 5 deletions theme/formal_white/style/core.css
Expand Up @@ -116,9 +116,11 @@ input[type="radio"] {
margin: 0 auto;
text-align: left;
}

.dir-rtl .loginbox .loginform .form-label {
text-align: right;
}

.loginbox .loginform .form-input {
float: none;
width: 100%;
Expand Down Expand Up @@ -434,10 +436,16 @@ input[type="radio"] {
color: #444;
}

.mform .hidden .fitem .fgroup {
width: 100%;
text-align: center;
margin: 1em 0;
/* do not push the field far from the label more than all the other mform elements */
.mform .fitem input[type="text"],
.mform .fitem input[type="password"] {
margin: 0.3em 0 0.3em 0;
}

/* needed to vertically align label of mform groups containing, for instance, select and text */
.mform .fitem {
line-height:2.0em;
margin-top:0;
}

.path-backup .mform .hidden .fitem .fgroup {
Expand Down Expand Up @@ -553,4 +561,4 @@ input[type="radio"] {
.pagelayout-redirect #content {text-align:center;margin-top:10%;margin-bottom:10%;}

/* plugin compattable */
.plugincompattable {font-size:90%;}
.plugincompattable {font-size:90%;}
4 changes: 2 additions & 2 deletions theme/formal_white/style/formal_white.css
Expand Up @@ -94,8 +94,8 @@ h1.headerheading {margin:14px 11px 8px 11px;float:left;font-size:200%;}
.environmenttable td,
.forumheaderlist td,
.forumheaderlist th {
border: 1px solid #E3DFD4;
border-collapse: collapse;
border: 1px solid #E3DFD4;
border-collapse: collapse;
}

th.header,
Expand Down

0 comments on commit fea115d

Please sign in to comment.