ui: move the layout modification over here

This commit is contained in:
Franco Fichtner 2024-03-04 09:30:22 +01:00
parent b7136e75c3
commit 734d908e34
3 changed files with 14 additions and 4 deletions

View File

@ -111,8 +111,8 @@ img {
// Horizontal rules
hr {
margin-top: 15px;
margin-bottom: 15px;
margin-top: $line-height-computed;
margin-bottom: $line-height-computed;
border: 0;
border-top: 1px solid $hr-border;
}

View File

@ -671,6 +671,11 @@ table{
padding-right: 10px;
}
hr {
margin-top: 15px;
margin-bottom: 15px;
}
#mainmenu .glyphicon{
vertical-align: -2px;
}

View File

@ -1245,8 +1245,8 @@ img {
}
hr {
margin-top: 15px;
margin-bottom: 15px;
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
@ -7386,6 +7386,11 @@ table {
padding-right: 10px;
}
hr {
margin-top: 15px;
margin-bottom: 15px;
}
#mainmenu .glyphicon {
vertical-align: -2px;
}