diff --git a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.ui b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.ui index 3aba7e87a..66a5eb0da 100644 --- a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.ui +++ b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.ui @@ -11,24 +11,15 @@ - - 1 - - - 1 - - - 1 - - - 1 - 6 1 + + 1 + @@ -51,6 +42,12 @@ + + + 158 + 108 + + 156 @@ -64,7 +61,10 @@ :/images/thumb-default-video.png - true + false + + + Qt::AlignCenter @@ -461,16 +461,7 @@ - - 0 - - - 0 - - - 0 - - + 0 @@ -482,16 +473,7 @@ QFrame::Sunken - - 5 - - - 5 - - - 5 - - + 5 diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index f95ad379a..efaa32c71 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -81,9 +81,7 @@ CreateChannelMsg QFrame#fileFrame { background: white; } -ChanMsgItem QLabel#logoLabel { - background-color: black; -} + /* Forums */ @@ -351,33 +349,37 @@ ChanNewItem QLabel#logoLabel { border-radius: 2px; } -ChanMsgItem > QFrame#frame[new=false] { +GxsChannelPostItem > QFrame#frame[new=false] { border: 3px solid #D3D3D3; background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFFF, stop:1 #F2F2F2); border-radius: 10px; } -ChanMsgItem > QFrame#frame[new=true] { +GxsChannelPostItem > QFrame#frame[new=true] { border: 3px solid #82B9F4; background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F0F8FD, stop:0.8 #E6F2FD, stop: 0.81 #E6F2FD, stop: 1 #D2E7FD); border-radius: 10px; } -ChanMsgItem QLabel#newLabel { +GxsChannelPostItem QLabel#newLabel { border: 1px solid #167BE7; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF); border-radius: 3px; } -ChanMsgItem QFrame#msgFrame { +GxsChannelPostItem QFrame#msgFrame { border: 2px solid #238; border-radius: 10px; } -ChanMsgItem QLabel#logoLabel { +GxsChannelPostItem QLabel#logoLabel { border: 2px solid #D3D3D3; } +GxsChannelPostItem QLabel#logoLabel { + background-color: black; +} + ChatMsgItem > QFrame#frame { border: 2px solid black; background-color: #FEF6DE;