Skip to content
Snippets Groups Projects
Commit 3223664f authored by Alexander Bias's avatar Alexander Bias
Browse files

Remove unnecessary double border and padding around blocks in main column on Dashboard.

parent 3bc3d5fe
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-01-23 - Remove unnecessary double border and padding around blocks in main column on Dashboard.
* 2018-01-23 - Improved whitespaces on small screens to show more of the course content.
* 2018-12-20 - Fixed loginform.mustache as a wrong bootstrap class sneaked in previously and as a modification comment was missing
* 2018-12-20 - Fixed a bug with modal help text setting occuring in (sub)plugins that use only enabled / enabled_help for the help texts.
......
......@@ -366,6 +366,7 @@ Improved font sizes and weights on category overview page for better readability
### Layout
* Reduced paddings on small screens (max. 768px) to be able to show a little bit more content and less whitespace.
* Removed unnecessary double border and padding around blocks in main column on Dashboard.
How this theme works
......
......@@ -237,6 +237,19 @@ body.loginbackgroundimage {
}
/*------------------------------------
Dashboard
-------------------------------------*/
/* Remove unnecessary double border and padding around blocks in main column on Dashboard. */
.path-my #region-main > .card {
border: 0;
> .card-body {
padding: 0;
}
}
/*------------------------------------
Course page
-------------------------------------*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment