Committed module files installed for demo example.
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
div.feed ul {
|
div.feed ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
}
|
}
|
||||||
div.feed li {
|
div.feed li {
|
||||||
/* border-top: solid 1px #ddd; */
|
/* border-top: solid 1px #ddd; */
|
||||||
margin-bottom: 5px;
|
padding: 0;
|
||||||
|
margin: 0 0 5px 0;
|
||||||
}
|
}
|
||||||
div.feed li a {
|
div.feed li a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -32,6 +35,7 @@ div.feed li:hover {
|
|||||||
margin-bottom: 23px;
|
margin-bottom: 23px;
|
||||||
}
|
}
|
||||||
div.feed li:hover .description {
|
div.feed li:hover .description {
|
||||||
|
padding: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|||||||
@@ -2,11 +2,14 @@ div.feed {
|
|||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
/* border-top: solid 1px #ddd; */
|
/* border-top: solid 1px #ddd; */
|
||||||
margin-bottom: 5px;
|
padding: 0;
|
||||||
|
margin: 0 0 5px 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -32,6 +35,7 @@ div.feed {
|
|||||||
&:hover {
|
&:hover {
|
||||||
margin-bottom: 23px;
|
margin-bottom: 23px;
|
||||||
.description {
|
.description {
|
||||||
|
padding: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|||||||
Reference in New Issue
Block a user