From 7f93122c2a0c80f54914a32cec8b2f44eedc24c5 Mon Sep 17 00:00:00 2001 From: Drumil Patel <42701709+drumilpatel2000@users.noreply.github.com> Date: Fri, 3 May 2019 00:26:17 +0530 Subject: [PATCH] [Bugfix] Aligning select color tag in 'Edit categories' (#3463) * Change size of li text * Changing width of ul to 65% --- site/public/css/server.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/public/css/server.css b/site/public/css/server.css index 271b4031a2..eb3ca3bed7 100644 --- a/site/public/css/server.css +++ b/site/public/css/server.css @@ -1541,7 +1541,7 @@ div.full_height { list-style-type: none; margin: 0; padding: 0; - width: 60%; + width: 65%; } #ui-category-list li { @@ -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;