Skip to content
Snippets Groups Projects
Commit fb880646 authored by Julian Tolstich's avatar Julian Tolstich
Browse files

Merge branch 'RemoveStylingSideEffects' into 'master'

REMOVE Styling for search input width based on this on discussion

See merge request !3
parents 6244c0d9 9a56ee9d
Branches master
Tags
1 merge request!3REMOVE Styling for search input width based on this on discussion
......@@ -13,52 +13,3 @@
.hshcoursesearchlistitem.activeCourseSearch a{
color: white;
}
\ No newline at end of file
#hshcoursehelpid, .hshcoursehelpclass {
margin-top: -61px;
margin-left: 98%;
}
.block_hshcourselist {
h5::before {
content: "\f002" !important;
}
}
#hshcourselistsearch {
width: 97% !important;
display: inline-block;
margin-right: 3px;
}
/*
* Aus Bootstrap 4 (Einheitliches Design wird "erzwungen", auch in Bootstrap 3 Themes)
*/
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
z-index: 1;
color: #fff;
text-decoration: none;
background-color: #00acdf;
border-color: #00acdf;
}
.list-group-item:first-child {
border-top-right-radius: .25rem;
border-top-left-radius: .25rem;
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group {
padding-left: 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
}
\ No newline at end of file
......@@ -25,5 +25,5 @@
$plugin->component = 'block_hshcourselist';
$plugin->version = 2019082301; // YYYYMMDDHH.
$plugin->requires = 2016112900; // YYYYMMDDHH.
\ No newline at end of file
$plugin->version = 2019082302;
$plugin->requires = 2016112900;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment