|
@ -77,10 +77,11 @@ |
|
|
|
|
|
|
|
|
/* List */ |
|
|
/* List */ |
|
|
.ui.message ul.list { |
|
|
.ui.message ul.list { |
|
|
|
|
|
text-align: left; |
|
|
|
|
|
padding: 0em; |
|
|
opacity: @listOpacity; |
|
|
opacity: @listOpacity; |
|
|
list-style-position: @listStylePosition; |
|
|
list-style-position: @listStylePosition; |
|
|
margin: @listMargin 0em 0em; |
|
|
margin: @listMargin 0em 0em; |
|
|
padding: 0em; |
|
|
|
|
|
} |
|
|
} |
|
|
.ui.message ul.list:first-child { |
|
|
.ui.message ul.list:first-child { |
|
|
margin-top: 0em; |
|
|
margin-top: 0em; |
|
@ -184,6 +185,7 @@ |
|
|
---------------*/ |
|
|
---------------*/ |
|
|
|
|
|
|
|
|
.ui.attached.message { |
|
|
.ui.attached.message { |
|
|
|
|
|
width: 100%; |
|
|
margin-bottom: @attachedYOffset; |
|
|
margin-bottom: @attachedYOffset; |
|
|
border-radius: @borderRadius @borderRadius 0em 0em; |
|
|
border-radius: @borderRadius @borderRadius 0em 0em; |
|
|
box-shadow: @attachedBoxShadow; |
|
|
box-shadow: @attachedBoxShadow; |
|
|