Minor tweaks to improve the layout of some elements.
EAP Layout Fixes by diiiscon
Details
Authordiiiscon
LicenseNo License
CategoryEAP
Created
Updated
Size2.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This style does not change the colors.
Source code
/* ==UserStyle==
@name EAP Layout Fixes
@version 20211016.23.28
@namespace userstyles.world/user/diiiscon
@description Minor tweaks to improve the layout of some elements.
@author diiiscon
@license No License
==/UserStyle== */
@-moz-document domain("study.eap.gr") {
/*
** Dashboard
*/
/* Move the copyright notice to the bottom of the page */
#page > #page-content > #region-bs-main-and-pre > .row-fluid > #region-main > div[role="main"] > #block-region-content {
display: flex;
flex-direction: column;
}
#inst4013 {
order: 9;
}
/* Hide the progress indicator on top of the courses */
#pc-for-in-progress .progress-chart-container {
display: none;
}
/*
** Forms
*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
font-size: 16px;
padding: 8px;
}
/*
** Login
*/
#page-login-index #region-main .signuppanel {
text-align: center;
}
#page-login-index #region-main .signuppanel > .container {
width: auto;
}
#page-login-index #region-main .signuppanel > .container > #myModal {
text-align: left;
}
/*
** Course page
*/
#page-course-view-topics #page #region-main .topics .content .section,
#page-course-view-weeks #page #region-main .weeks .content .section {
display: flex;
flex-direction: column;
}
#page-course-view-topics #page #region-main .topics .content .section #module-23162,
#page-course-view-topics #page #region-main .topics .content .section #module-23163,
#page-course-view-weeks #page #region-main .weeks .content .section #module-23250 {
order: 9;
margin-top: 16px;
}
.course-content ul.topics li.section .content,
.course-content ul.weeks li.section .content {
margin: 0;
}
.jsenabled .course-content ul.topics li.section .right.side {
display: none;
}
h4 p.headline {
margin: 0;
padding: 8px;
}
h4 .headline > i {
margin: 0 8px 0 0;
}
.block .header .title h2::before {
margin: 0 12px 0 0;
}
}