mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixed table width for "Edit categories and items" table
This commit is contained in:
parent
b98b15d7cc
commit
b6bafda83a
1 changed files with 5 additions and 2 deletions
|
@ -2811,7 +2811,6 @@ div.allcoursegrades {
|
|||
/* gradebook edit tree */
|
||||
|
||||
.grade-edit-tree .gradetreebox {
|
||||
width:70%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-top:10px;
|
||||
|
@ -2878,6 +2877,10 @@ div.allcoursegrades {
|
|||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.gradetreebox table.simple {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Login
|
||||
***/
|
||||
|
@ -5848,4 +5851,4 @@ wikiadminactions {
|
|||
bottom:-10px;
|
||||
left:-10px;
|
||||
background-position:0px 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue