Skip to content

Commit

Permalink
[Bugfix] Aligning select color tag in 'Edit categories' (#3463)
Browse files Browse the repository at this point in the history
* Change size of li text

* Changing width of ul to 65%
  • Loading branch information
weastel authored and bmcutler committed May 2, 2019
1 parent 0bfca7f commit 7f93122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/public/css/server.css
Expand Up @@ -1541,7 +1541,7 @@ div.full_height {
list-style-type: none;
margin: 0;
padding: 0;
width: 60%;
width: 65%;
}

#ui-category-list li {
Expand Down Expand Up @@ -2046,6 +2046,7 @@ end of styles used in the admin gradeable page
width: 100%;
max-height: 300px;
}

#details-legend > li{
list-style: none;
padding-left: 15px;
Expand Down

0 comments on commit 7f93122

Please sign in to comment.