forked from sakaiproject/sakai
-
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.
SAK-43993 Library,Simple RSS Portlet - fix news feed formatting (saka…
…iproject#8613) * SAK-43993 Library,Simple RSS Portlet - fix news feed formatting Co-authored-by: Michael Greene <[email protected]> Co-authored-by: Shawn Foster <[email protected]>
- Loading branch information
1 parent
c3462c4
commit aafd1e6
Showing
6 changed files
with
66 additions
and
88 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
library/src/morpheus-master/sass/modules/tool/simplerss/_simplerss.scss
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.#{$namespace}sakai-simple-rss { | ||
.#{$namespace}toolBody--sakai-simple-rss { | ||
padding: 0 $standard-spacing $standard-spacing; | ||
} | ||
.simple-rss-portlet form p { | ||
margin-top: $standard-spacing; | ||
margin-bottom: 0; | ||
} | ||
.news-items ul { | ||
padding:0; | ||
display:flex; | ||
flex-direction: column; | ||
} | ||
.news-items li { | ||
list-style-type: none; | ||
display:flex; | ||
flex-direction: row; | ||
margin-bottom: $standard-spacing; | ||
} | ||
/** overrides for CSyndFeed **/ | ||
/** Sakai version **/ | ||
.news-item-img { | ||
flex: 1 0 0 ; | ||
margin-right: $standard-spacing; | ||
} | ||
.news-item-content { | ||
flex: 4 0px; | ||
} | ||
.news-items h4 { | ||
margin-top:0; | ||
line-height: 1.25; | ||
} | ||
.news-item-attachment { | ||
font-size: 0.9em; | ||
flex: auto; | ||
background-color: var(--sakai-background-color-2); | ||
border: 1px solid var(--sakai-border-color); | ||
|
||
} | ||
} |
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 |
---|---|---|
|
@@ -24,4 +24,4 @@ body > .portletBody > #calendarForm{ | |
.navIntraTool { | ||
margin: 0; | ||
} | ||
} | ||
} |
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
64 changes: 0 additions & 64 deletions
64
simple-rss-portlet/src/main/webapp/css/simple-rss-portlet.css
This file was deleted.
Oops, something went wrong.
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