mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merged from 1.6. See bug MDL-6028
This commit is contained in:
parent
404518eb85
commit
80f7ef6fe9
1 changed files with 12 additions and 1 deletions
|
@ -69,6 +69,7 @@ h6.main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearfix:after {
|
.clearfix:after {
|
||||||
|
/* content: "<!-- -->"; */
|
||||||
content: ".";
|
content: ".";
|
||||||
display: block;
|
display: block;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
@ -76,7 +77,7 @@ h6.main {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearfix {display: inline-table;}
|
/* .clearfix {display: inline-table;} */
|
||||||
|
|
||||||
/* Hides from IE-mac \*/
|
/* Hides from IE-mac \*/
|
||||||
* html .clearfix {height: 1%;}
|
* html .clearfix {height: 1%;}
|
||||||
|
@ -1089,6 +1090,16 @@ body#grade-index .grades .weighted {
|
||||||
padding:15px;
|
padding:15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loginform .c1,
|
||||||
|
.logintable .c1 {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loginform .c1 input,
|
||||||
|
.logintable .c1 input {
|
||||||
|
width: 6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Message
|
*** Message
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue