Skip to content

Commit

Permalink
Merge pull request #7 from ezenzen/css_squad_branch_zenzen
Browse files Browse the repository at this point in the history
Css squad branch zenzen
  • Loading branch information
Amstutz authored Mar 16, 2021
2 parents 10ff210 + ae345b8 commit a606410
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
5 changes: 3 additions & 2 deletions src/UI/templates/default/Divider/divider.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
h4.il-divider {
padding: @padding-small-vertical @padding-small-horizontal;
padding: @il-padding-small-vertical @il-padding-small-horizontal;
margin-bottom: 0px;
background-color: @il-divider-bg;
display: block;
font-size: @font-size-small;
font-size: @il-font-size-small;
line-height: @line-height-small;
color: @il-divider-color;
}
Expand Down
8 changes: 7 additions & 1 deletion templates/default/delos.css
Original file line number Diff line number Diff line change
Expand Up @@ -7562,6 +7562,7 @@ a fieldset[disabled] .active {
}
h4.il-divider {
padding: 3px 6px;
margin-bottom: 0px;
background-color: white;
display: block;
font-size: 12px;
Expand Down Expand Up @@ -11842,6 +11843,11 @@ html.il-no-tiny-bg body#tinymce {
.ilWhiteSpaceNowrap {
white-space: nowrap;
}
.ilWhiteSpaceNowrap.ilRight a,
.ilWhiteSpaceNowrap.ilRight .btn-group {
padding-left: 6px;
border: 1px solid transparent;
}
.ilPositionRelative {
position: relative;
}
Expand Down Expand Up @@ -15867,7 +15873,7 @@ span.bibl_text_inline_Emph {
float: right;
}
.ilPlayerPreviewDescriptionDownload a {
color: #a0a0a0;
color: white;
}
.mejs-overlay-button {
background-image: url("images/bigplay.svg");
Expand Down
7 changes: 7 additions & 0 deletions templates/default/delos.less
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,13 @@ html.il-no-tiny-bg body#tinymce {
white-space: nowrap;
}

.ilWhiteSpaceNowrap.ilRight {
a, .btn-group {
padding-left: @il-padding-small-horizontal;
border: 1px solid transparent;
}
}

.ilPositionRelative {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/default/less/Services/MediaObjects/delos.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

.ilPlayerPreviewDescriptionDownload a {
color: #a0a0a0;
color: white;
}

.mejs-overlay-button {
Expand Down
5 changes: 2 additions & 3 deletions templates/default/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ with the il- variable set here.
@il-border-radius-large: 0px;
@il-border-radius-small: 0px;

@il-focus-outline: 2px solid @il-focus-color;

//== Layout (UI Layout Page)
//
//## Variables to modify the appearance of the page generated by the UI Framework.
Expand Down Expand Up @@ -822,6 +824,3 @@ with the il- variable set here.
//
//##
@il-font-size-dropdown: @font-size-base;

//VORSCHLAG
@il-focus-outline: 2px solid @il-focus-color;

0 comments on commit a606410

Please sign in to comment.