Projects
Kolab:Winterfell
roundcubemail-skin-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
roundcubemail-skin-kolab.spec
Changed
@@ -34,7 +34,7 @@ Name: roundcubemail-skin-kolab Version: 0.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Kolab skin for Roundcube Group: Web/Applications @@ -182,6 +182,9 @@ %{datadir}/public_html/assets/plugins/libkolab/ %changelog +* Thu Jul 12 2018 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.4-13 +- Small alignment fixes + * Thu May 31 2018 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.4-12 - Updates
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-skin-kolab (0.4-0~kolab6) unstable; urgency=low + + * Alpha release of version 0.4 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 12 Jul 2018 18:41:13 +0200 + roundcubemail-skin-kolab (0.4-0~kolab5) unstable; urgency=low * Alpha release of version 0.4
View file
roundcubemail-skin-kolab-0.4.tar.gz/kolab/styles/_styles.less
Changed
@@ -9,31 +9,104 @@ * or (at your option) any later version. */ -@media screen and (min-width: (@screen-width-medium + 1px)) and (min-height: 640px) { - #taskmenu { +// Modify taskmenu behavior +#taskmenu { + span.inner { + text-transform: uppercase; + } + + @media screen and (min-width: (@screen-width-medium + 1px)) and (min-height: 640px) { span.inner { - text-transform: uppercase; font-size: 65%; font-weight: bold; } a:before { line-height: 1; - height: 2rem; font-size: 180%; } } + + @media screen and (min-width: (@screen-width-small + 1px)) { + a.logout:not(:hover) { + color: @color-taskmenu-button !important; + } + } + + .action-buttons { + display: none; + } } -#taskmenu a.compose:before { - content: @fa-var-envelope-open; +html.layout-phone .menu .popover-header img { + max-height: 3.3rem; } -#taskmenu a.settings:before { - // transform: scaleX(-.9); // make this icon not so wide? +// Fix mobile menu header background +.menu .popover-header { + background-color: @color-taskmenu-background !important; } -.short-header img { +// Display the Compose button in mail toolbar +body.task-mail .toolbar a.button.compose { + display: block !important; +} + +// Fix contextmenu entries color +.toolbarmenu.listing li a { + color: @color-font; +} + +// Move the contact photo in mail preview to the right +#message-header .short-header img.contactphoto { order: 2; margin: 0 0 0 1rem; } + +// Make the content frame navigation smaller +.content-frame-navigation { + height: @layout-footer-small-height !important; + line-height: @layout-footer-small-height !important; + min-height: @layout-footer-small-height !important; + + a.button { + max-width: 8em; + padding: 0; + line-height: @layout-footer-small-height; + + &:before { + display: none !important; + height: @layout-footer-small-height !important; + line-height: @layout-footer-small-height !important; + } + + &.prev, + &.next { + padding: 0; + + &:before { + display: block !important; + line-height: 1.8; + } + + span.inner { + display: none; + } + } + + span.inner { + color: @color-link; + font-weight: bold; + } + } +} + +@media screen and (min-width: @screen-width-medium) { + html[lang=de] { + body > #layout > .menu, + #taskmenu a, + #taskmenu a:before { + width: 5.5rem; + } + } +}
View file
roundcubemail-skin-kolab-0.4.tar.gz/plesk/styles/_styles.less
Changed
@@ -64,6 +64,10 @@ } } +html.layout-phone .menu .popover-header img { + max-height: 3.3rem; +} + // Fix mobile menu header background .menu .popover-header { background-color: @color-taskmenu-background !important; @@ -93,9 +97,13 @@ a.button { max-width: 8em; + padding: 0; + line-height: @layout-footer-small-height; &:before { display: none !important; + height: @layout-footer-small-height !important; + line-height: @layout-footer-small-height !important; } &.prev,
View file
roundcubemail-skin-kolab-0.4.tar.gz/plesk/styles/_variables.less
Changed
@@ -41,5 +41,3 @@ @color-list-border: lighten(@color-layout-border, 10%); @color-btn-secondary-background: @color-black-shade-text; - -@color-quota-background: @color-layout-header-background; \ No newline at end of file
View file
roundcubemail-skin-kolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-skin-kolab Binary: roundcubemail-skin-kolab Architecture: all -Version: 0.4-0~kolab5 +Version: 0.4-0~kolab6 Maintainer: Kolab Systems AG <contact@kolabsys.com> Uploaders: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Standards-Version: 3.9.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.