Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Added timeline theme like default theme of Humhub
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjeka committed May 19, 2017
1 parent c1495f1 commit 46b43a1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
1 change: 1 addition & 0 deletions assets/TimelineAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class TimelineAsset extends AssetBundle

public $css = [
'timeline.css',
'themes/timeline.humhub.css',
];

public $js = [
Expand Down
18 changes: 0 additions & 18 deletions resources/common/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,3 @@
.issue-labels {
margin-right: 35px;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline, .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
color: #666;
}

.tl-menubar-button {
background-color: #708fa0;
color: #ffffff;
}

.tl-timegroup .tl-timegroup-message {
z-index: 10;
}

.tl-timegroup {
background-color: #fafafa;
outline: 1px dotted #e8e6e6;
}
17 changes: 17 additions & 0 deletions resources/timeline/themes/timeline.humhub.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline, .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
color: #666;
}

.tl-menubar-button {
background-color: #708fa0;
color: #ffffff;
}

.tl-timegroup .tl-timegroup-message {
z-index: 10;
}

.tl-timegroup {
background-color: #fafafa;
outline: 1px dotted #e8e6e6;
}

0 comments on commit 46b43a1

Please sign in to comment.