Skip to content

Commit

Permalink
Fixed table width for "Edit categories and items" table
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Sep 8, 2009
1 parent b98b15d commit b6bafda
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions theme/standard/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -2811,7 +2811,6 @@ div.allcoursegrades {
/* gradebook edit tree */

.grade-edit-tree .gradetreebox {
width:70%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
Expand Down Expand Up @@ -2878,6 +2877,10 @@ div.allcoursegrades {
margin-top: 7px;
}

.gradetreebox table.simple {
width: 70%;
}

/***
*** Login
***/
Expand Down Expand Up @@ -5848,4 +5851,4 @@ wikiadminactions {
bottom:-10px;
left:-10px;
background-position:0px 100%;
}
}

0 comments on commit b6bafda

Please sign in to comment.