theme: Restore stuff that got accidentally lost

The last CSS changes where generated from a local out-of-sync
sass checkout. Bring it back by regenerating the CSS ...
This commit is contained in:
Florian Müllner 2015-03-03 19:13:16 +01:00
parent 8f136e46d4
commit f1370ef578
3 changed files with 15 additions and 11 deletions

View File

@ -721,7 +721,7 @@ StScrollBar {
/* Message list */ /* Message list */
.message-list { .message-list {
width: 340px; } width: 420px; }
.message-list-sections { .message-list-sections {
spacing: 1.5em; } spacing: 1.5em; }
@ -745,12 +745,15 @@ StScrollBar {
background-color: #999999; } background-color: #999999; }
.message { .message {
background-color: #0d0d0d; } background-color: #0d0d0d;
border-radius: 3px; }
.message:hover, .message:focus { .message:hover, .message:focus {
background-color: #262626; } background-color: #262626; }
.message-icon-bin { .message-icon-bin {
padding: 5px; } padding: 8px 0px 8px 8px; }
.message-icon-bin:rtl {
padding: 8px 8px 8px 0px; }
.message-icon-bin > StIcon { .message-icon-bin > StIcon {
icon-size: 48px; } icon-size: 48px; }
@ -765,8 +768,7 @@ StScrollBar {
font-weight: bold; } font-weight: bold; }
.message-content { .message-content {
padding: 5px; padding: 8px; }
spacing: 5px; }
.system-switch-user-submenu-icon { .system-switch-user-submenu-icon {
icon-size: 24px; icon-size: 24px;

@ -1 +1 @@
Subproject commit 099f3d31813ce1f30c30c14f168a8af2e6cd4904 Subproject commit 0ad977685ea1856afc791e0a3f88ef2e09f1f91e

View File

@ -721,7 +721,7 @@ StScrollBar {
/* Message list */ /* Message list */
.message-list { .message-list {
width: 340px; } width: 420px; }
.message-list-sections { .message-list-sections {
spacing: 1.5em; } spacing: 1.5em; }
@ -745,12 +745,15 @@ StScrollBar {
background-color: #8e8e80; } background-color: #8e8e80; }
.message { .message {
background-color: #454c4c; } background-color: #454c4c;
border-radius: 3px; }
.message:hover, .message:focus { .message:hover, .message:focus {
background-color: #5d6767; } background-color: #5d6767; }
.message-icon-bin { .message-icon-bin {
padding: 5px; } padding: 8px 0px 8px 8px; }
.message-icon-bin:rtl {
padding: 8px 8px 8px 0px; }
.message-icon-bin > StIcon { .message-icon-bin > StIcon {
icon-size: 48px; } icon-size: 48px; }
@ -765,8 +768,7 @@ StScrollBar {
font-weight: bold; } font-weight: bold; }
.message-content { .message-content {
padding: 5px; padding: 8px; }
spacing: 5px; }
.system-switch-user-submenu-icon { .system-switch-user-submenu-icon {
icon-size: 24px; icon-size: 24px;