Projects
Kolab:16:Enterprise
roundcubemail-skin-enterprise
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
roundcubemail-skin-enterprise.spec
Changed
@@ -12,7 +12,7 @@ %endif Name: roundcubemail-skin-enterprise -Version: 0.3.7 +Version: 0.3.8 Release: 1%{?dist} Summary: Kolab Enterprise skin for Roundcube @@ -150,6 +150,9 @@ %{_datadir}/roundcubemail/public_html/assets/skins/enterprise/ %changelog +* Thu May 31 2018 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.8-1 +- Release version 0.3.8 + * Thu Apr 12 2018 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.7-1 - Release version 0.3.7
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-skin-enterprise (0.3.8-0~kolab1) unstable; urgency=low + + * Release version 0.3.8 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 31 May 2018 18:41:13 +0200 + roundcubemail-skin-enterprise (0.3.7-0~kolab1) unstable; urgency=low * Release version 0.3.7
View file
roundcubemail-skin-enterprise-0.3.7.tar.gz/skins/plesk
Deleted
-(directory)
View file
roundcubemail-skin-enterprise-0.3.7.tar.gz/skins/plesk/images
Deleted
-(directory)
View file
roundcubemail-skin-enterprise-0.3.7.tar.gz/skins/plesk/includes
Deleted
-(directory)
View file
roundcubemail-skin-enterprise-0.3.7.tar.gz/skins/plesk/meta.json
Deleted
@@ -1,8 +0,0 @@ -{ - "extends": "larry", - "name": "Plesk", - "author": "Kolab Systems AG, Zurich, Switzerland", - "license": "GNU Affero General Public License", - "license-url": "http://www.gnu.org/licenses/agpl.html", - "version": "0.3.2" -}
View file
roundcubemail-skin-enterprise-0.3.7.tar.gz/skins/plesk/plesk.css
Deleted
@@ -1,490 +0,0 @@ -/* Layout changes specific to EKZ skin, overwrites Larry and Chameleon style */ - -body { - background: url(images/bg.png) 0 0 repeat-x #242a31; - color: #4c4c4c; - font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucid Sans", sans-serif; - font-size: 12px; -} - -body.minimal { - background: url(images/bg-minimal.png) 0 0 repeat-x #242a31; -} - -body.login { - background: url(images/bg.png) 0 0 repeat-x #fff; -} - -body.login.minimal { - background: url(images/bg-minimal.png) 0 0 repeat-x #fff; -} - -body.iframe { - background: #fff; -} - -body.extwin #header #topline, -body.extwin { - background-color: #242a31; -} - -body.extwin.minimal { - background: url(images/bg_extwin.gif) 0 0 repeat-x #242a31; -} - -#login-form .box-inner { - border: 10px solid #ddd; -} - -#topnav { - background: inherit; - height: 40px; - margin-top: 6px; -} - -#toplogo { - margin: 0; - padding: 0; -} - -.minimal #topnav { - top: 2px; -} - -.minimal #toplogo { - margin-top: 1px; -} - -.minimal #taskbar .tooltip { - margin-top: 7px; - box-shadow: none; -} - -body.login #toplogo { - margin: 28px 10px; -} - -body.login.minimal #toplogo { - margin: 10px; -} - -#header #topline { - border: 0; -} - -.minimal #header #topline { - background-color: #4c5966; - opacity: 0.7; -} - -.topright > *, -#topline .topleft a { - color: #ddd !important; -} - -body.login #header, -#header { - height: 75px; - background: transparent; -} - -#mainscreen { - top: 75px; -} - -#mainscreen.offset { - top: 132px; -} - -.minimal #mainscreen { - top: 52px; -} - -.extwin.minimal #mainscreen { - top: 25px; -} - -.minimal #mainscreen.offset { - top: 109px; -} - -#header a, -#taskbar a, -#topline a.button-logout, -#topline span.username { - color: #aaa; -} - -#header span.username { - line-height: 16px; -} - -.minimal #header span.username { - padding-top: 0; -} - -#taskbar a { - padding: 10px 10px 7px 5px; - color: #999; - height: 24px; -} - -#taskbar a span.button-inner { - background: url(images/menu.png) 0 0 no-repeat; - font-weight: bold; - padding: 0 0 0 34px; - height: 24px; - line-height: 24px; - color: #fff; -} - -#taskbar a.button-selected { - background-color: #0087c1; - color: #fff; -} - -#taskbar a.button-selected span { - color: #fff; -} - -#taskbar a:hover span { - color: #0087c1; -} - -#taskbar a:hover { - background-color: #fff; -} - -#taskbar a.button-selected:hover { - background-color: #0087c1; -} - -.tagcloud li, -#taskbar a.button-selected:hover span { - color: #fff; -} - -.tagcloud li.inactive { - color: #ccc; -} - -#taskbar .minmodetoggle { - background: url(images/menu.png) -14px -422px no-repeat; - height: 21px; - padding: 10px 0; -} - -.minimal #taskbar .minmodetoggle { - background-position: 2px -422px; - height: 21px; -} - -#taskbar a.button-mail:hover span.button-inner { - background-position: 0 -21px; -} - -#taskbar a.button-mail span.button-inner, -#taskbar a.button-mail.button-selected span.button-inner { - background-position: 0 1px; -} - -#taskbar a.button-addressbook:hover span.button-inner { - background-position: 0 -70px; -} - -#taskbar a.button-addressbook span.button-inner, -#taskbar a.button-addressbook.button-selected span.button-inner { - background-position: 0 -48px; -} -
View file
roundcubemail-skin-enterprise-0.3.7.tar.gz/skins/plesk/templates
Deleted
-(directory)
View file
roundcubemail-skin-enterprise-0.3.7.tar.gz/skins/ekz/meta.json -> roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/ekz/meta.json
Changed
@@ -1,8 +1,8 @@ { "extends": "larry", - "name": "EKZ", + "name": "EKZ (Larry Version)", "author": "Kolab Systems AG, Zurich, Switzerland", "license": "GNU Affero General Public License", "license-url": "http://www.gnu.org/licenses/agpl.html", - "version": "0.3.0" + "version": "0.3.1" }
View file
roundcubemail-skin-enterprise-0.3.7.tar.gz/skins/enterprise/meta.json -> roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/enterprise/meta.json
Changed
@@ -1,8 +1,8 @@ { "extends": "larry", - "name": "Kolab Enterprise", + "name": "Kolab Enterprise (Larry Version)", "author": "Kolab Systems AG, Zurich, Switzerland", "license": "GNU Affero General Public License", "license-url": "http://www.gnu.org/licenses/agpl.html", - "version": "0.3.7" + "version": "0.3.8" }
View file
roundcubemail-skin-enterprise-0.3.7.tar.gz/skins/now/meta.json -> roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/now/meta.json
Changed
@@ -1,8 +1,8 @@ { "extends": "larry", - "name": "Kolab Now", + "name": "Kolab Now (Larry Version)", "author": "Kolab Systems AG, Zurich, Switzerland", "license": "GNU Affero General Public License", "license-url": "http://www.gnu.org/licenses/agpl.html", - "version": "0.3.4" + "version": "0.3.6" }
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry
Added
+(directory)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/README
Changed
(renamed from skins/plesk/README)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/colors.less
Changed
(renamed from skins/plesk/colors.less)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images
Added
+(directory)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/addcontact.png
Changed
(renamed from skins/plesk/images/addcontact.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/bg-minimal.png
Changed
(renamed from skins/plesk/images/bg-minimal.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/bg.png
Changed
(renamed from skins/plesk/images/bg.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/buttons.png
Changed
(renamed from skins/plesk/images/buttons.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/calendar-invitation.png
Changed
(renamed from skins/plesk/images/calendar-invitation.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/contactgroup.png
Changed
(renamed from skins/plesk/images/contactgroup.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/contactpic.png
Changed
(renamed from skins/plesk/images/contactpic.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/contactpic_32px.png
Changed
(renamed from skins/plesk/images/contactpic_32px.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/contactpic_48px.png
Changed
(renamed from skins/plesk/images/contactpic_48px.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/favicon.ico
Changed
(renamed from skins/plesk/images/favicon.ico)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/favicon.png
Changed
(renamed from skins/plesk/images/favicon.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/filetypes.png
Changed
(renamed from skins/plesk/images/filetypes.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/kolab_logo.png
Changed
(renamed from skins/plesk/images/kolab_logo.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/kolab_logo_print.png
Changed
(renamed from skins/plesk/images/kolab_logo_print.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/listicons.png
Changed
(renamed from skins/plesk/images/listicons.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/menu.png
Changed
(renamed from skins/plesk/images/menu.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/newmail.ico
Changed
(renamed from skins/plesk/images/newmail.ico)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/read.png
Changed
(renamed from skins/plesk/images/read.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/spanner.png
Changed
(renamed from skins/plesk/images/spanner.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/splitter.png
Changed
(renamed from skins/plesk/images/splitter.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/taskmenu.png
Changed
(renamed from skins/plesk/images/taskmenu.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/watermark.png
Changed
(renamed from skins/plesk/images/watermark.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/images/write.png
Changed
(renamed from skins/plesk/images/write.png)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/includes
Added
+(directory)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/includes/header.html
Changed
(renamed from skins/plesk/includes/header.html)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/includes/links.html
Changed
(renamed from skins/plesk/includes/links.html)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/meta.json
Added
@@ -0,0 +1,8 @@ +{ + "extends": "larry", + "name": "Plesk Premium Email (Larry Version)", + "author": "Kolab Systems AG, Zurich, Switzerland", + "license": "GNU Affero General Public License", + "license-url": "http://www.gnu.org/licenses/agpl.html", + "version": "0.3.4" +}
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/plesk.css
Added
@@ -0,0 +1,495 @@ +/* Layout changes specific to EKZ skin, overwrites Larry and Chameleon style */ + +body { + background: url(images/bg.png) 0 0 repeat-x #242a31; + color: #4c4c4c; + font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucid Sans", sans-serif; + font-size: 12px; +} + +body.minimal { + background: url(images/bg-minimal.png) 0 0 repeat-x #242a31; +} + +body.login { + background: url(images/bg.png) 0 0 repeat-x #fff; +} + +body.login.minimal { + background: url(images/bg-minimal.png) 0 0 repeat-x #fff; +} + +body.iframe { + background: #fff; +} + +body.extwin #header #topline, +body.extwin { + background-color: #242a31; +} + +body.extwin.minimal { + background: url(images/bg_extwin.gif) 0 0 repeat-x #242a31; +} + +#login-form .box-inner { + border: 10px solid #ddd; +} + +#topnav { + background: inherit; + height: 40px; + margin-top: 6px; +} + +#toplogo { + margin: 0; + padding: 0; +} + +.minimal #topnav { + top: 2px; +} + +.minimal #toplogo { + margin-top: 1px; +} + +.minimal #taskbar .tooltip { + margin-top: 7px; + box-shadow: none; +} + +body.login #toplogo { + margin: 28px 10px; +} + +body.login.minimal #toplogo { + margin: 10px; +} + +#header #topline { + border: 0; +} + +.minimal #header #topline { + background-color: #4c5966; + opacity: 0.7; +} + +.topright > *, +#topline .topleft a { + color: #ddd !important; +} + +body.login #header, +#header { + height: 75px; + background: transparent; +} + +#mainscreen { + top: 75px; +} + +#mainscreen.offset { + top: 132px; +} + +.minimal #mainscreen { + top: 52px; +} + +.extwin.minimal #mainscreen { + top: 25px; +} + +.minimal #mainscreen.offset { + top: 109px; +} + +#header a, +#taskbar a, +#topline a.button-logout, +#topline span.username { + color: #aaa; +} + +#header span.username { + line-height: 16px; +} + +.minimal #header span.username { + padding-top: 0; +} + +#taskbar a { + padding: 10px 10px 7px 5px; + color: #999; + height: 24px; +} + +#taskbar a span.button-inner { + background: url(images/menu.png) 0 0 no-repeat; + font-weight: bold; + padding: 0 0 0 34px; + height: 24px; + line-height: 24px; + color: #fff; +} + +#taskbar a.button-selected { + background-color: #0087c1; + color: #fff; +} + +#taskbar a.button-selected span { + color: #fff; +} + +#taskbar a:hover span { + color: #0087c1; +} + +#taskbar a:hover { + background-color: #fff; +} + +#taskbar a.button-selected:hover { + background-color: #0087c1; +} + +.tagcloud li, +#taskbar a.button-selected:hover span { + color: #fff; +} + +.tagcloud li.inactive { + color: #ccc; +} + +#taskbar .minmodetoggle { + background: url(images/menu.png) -14px -422px no-repeat; + height: 21px; + padding: 10px 0; +} + +.minimal #taskbar .minmodetoggle { + background-position: 2px -422px; + height: 21px; +} + +#taskbar a.button-mail:hover span.button-inner { + background-position: 0 -21px; +} + +#taskbar a.button-mail span.button-inner, +#taskbar a.button-mail.button-selected span.button-inner { + background-position: 0 1px; +} + +#taskbar a.button-addressbook:hover span.button-inner { + background-position: 0 -70px; +} + +#taskbar a.button-addressbook span.button-inner, +#taskbar a.button-addressbook.button-selected span.button-inner { + background-position: 0 -48px; +} +
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/templates
Added
+(directory)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/templates/contactprint.html
Changed
(renamed from skins/plesk/templates/contactprint.html)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/templates/messageprint.html
Changed
(renamed from skins/plesk/templates/messageprint.html)
View file
roundcubemail-skin-enterprise-0.3.8.tar.gz/skins/plesk-larry/thumbnail.png
Changed
(renamed from skins/plesk/thumbnail.png)
View file
roundcubemail-skin-enterprise.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-skin-enterprise Binary: roundcubemail-skin-enterprise Architecture: all -Version: 0.3.7-0~kolab1 +Version: 0.3.8-0~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3 @@ -10,5 +10,5 @@ Package-List: roundcubemail-skin-enterprise deb web extra Files: - 00000000000000000000000000000000 0 roundcubemail-skin-enterprise-0.3.7.tar.gz + 00000000000000000000000000000000 0 roundcubemail-skin-enterprise-0.3.8.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
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
.