Browse Source

Fix attached message to segment

pull/2300/head
jlukic 9 years ago
parent
commit
80fb00a636
1 changed files with 3 additions and 1 deletions
  1. 4
      src/definitions/collections/message.less

4
src/definitions/collections/message.less

@ -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;

Loading…
Cancel
Save