forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mode-info: optimized structure and postioning
- Loading branch information
1 parent
1dab697
commit f04f5ba
Showing
6 changed files
with
187 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
<div class="il-mode-info"> | ||
<div class="il-mode-info-content"> | ||
{MODE_TITLE} | ||
</div> | ||
<div class="c-mode-info__pageframe"></div> | ||
<div class="c-mode-info"> | ||
<div class="c-mode-info__content"> | ||
<div class="c-mode-info__label"> | ||
{MODE_TITLE} | ||
</div> | ||
|
||
<div class="c-mode-info__close"> | ||
{CLOSE_GLYPH} | ||
</div> | ||
|
||
<div class="il-mode-info-close"> | ||
{CLOSE_GLYPH} | ||
</div> | ||
</div> | ||
</div> | ||
<div class="c-mode-info__mobile-padding"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.