Changes of Revision 5

roundcubemail-skin-chameleon.spec Changed
x
 
1
@@ -1,5 +1,5 @@
2
 Name:           roundcubemail-skin-chameleon
3
-Version:        0.2
4
+Version:        0.3.0
5
 Release:       1%{?dist}
6
 Summary:        Kolab skin for Roundcube
7
 
8
@@ -120,6 +120,11 @@
9
 %{_datadir}/roundcubemail/public_html/assets/skins/chameleon/
10
 
11
 %changelog
12
+* Fri Dec 19 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.0-1
13
+- Multiple fixes for the Chameleon skin, see:
14
+
15
+  https://issues.kolab.org/buglist.cgi?product=Chameleon Skin&target_milestone=0.3.0
16
+
17
 * Tue Dec  9 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.2-1
18
 - Some improvements and better icons
19
 
20
debian.changelog Changed
13
 
1
@@ -1,3 +1,11 @@
2
+roundcubemail-skin-chameleon (0.3.0-0~kolab1) unstable; urgency=low
3
+
4
+  * Multiple fixes for the Chameleon skin, see:
5
+
6
+    https://issues.kolab.org/buglist.cgi?product=Chameleon Skin&target_milestone=0.3.0
7
+
8
+ -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Fri, 19 Dec 2014 18:41:13 +0200
9
+
10
 roundcubemail-skin-chameleon (0.2-0~kolab1) unstable; urgency=low
11
 
12
   * Some improvements and better icons
13
roundcubemail-skin-chameleon-0.2.tar.gz/skins/chameleon/images/buttons.png -> roundcubemail-skin-chameleon-0.3.0.tar.gz/skins/chameleon/images/buttons.png Changed
roundcubemail-skin-chameleon-0.2.tar.gz/skins/chameleon/images/listicons.png -> roundcubemail-skin-chameleon-0.3.0.tar.gz/skins/chameleon/images/listicons.png Changed
roundcubemail-skin-chameleon-0.2.tar.gz/skins/chameleon/images/taskmenu.png -> roundcubemail-skin-chameleon-0.3.0.tar.gz/skins/chameleon/images/taskmenu.png Changed
roundcubemail-skin-chameleon-0.2.tar.gz/skins/chameleon/meta.json -> roundcubemail-skin-chameleon-0.3.0.tar.gz/skins/chameleon/meta.json Changed
8
 
1
@@ -4,5 +4,5 @@
2
    "author": "Kolab Systems AG, Zurich, Switzerland",
3
    "license": "GNU Affero General Public License",
4
    "license-url": "http://www.gnu.org/licenses/agpl.html",
5
-   "version": "0.2"
6
+   "version": "0.3.0"
7
 }
8
roundcubemail-skin-chameleon-0.2.tar.gz/skins/chameleon/styles.css -> roundcubemail-skin-chameleon-0.3.0.tar.gz/skins/chameleon/styles.css Changed
201
 
1
@@ -278,7 +278,11 @@
2
 }
3
 
4
 .ktaskmenu .button-logout .button-inner {
5
-   background-position: -4px -119px;
6
+   background-position: -5px -119px;
7
+}
8
+
9
+.ktaskmenu .button-logout:hover .button-inner {
10
+   background-position: -5px -2944px;
11
 }
12
 
13
 .ktaskmenu .button-mail:hover .button-inner {
14
@@ -701,6 +705,11 @@
15
    -webkit-box-shadow: none;
16
 }
17
 
18
+.folderlist li.mailbox div.treetoggle {
19
+   top: 15px;
20
+   left: 20px;
21
+}
22
+
23
 #directorylist li a,
24
 ul.toolbarmenu li span.icon,
25
 .folderlist li.mailbox a,
26
@@ -782,6 +791,16 @@
27
    background-position: 4px -835px;
28
 }
29
 
30
+#preferences-details fieldset.advanced legend {
31
+   box-sizing: border-box;
32
+}
33
+
34
+#preferences-details fieldset.advanced .advanced-toggle {
35
+   background-image: url(images/listicons.png);
36
+   top: 8px;
37
+   right: 0;
38
+}
39
+
40
 ul.toolbarmenu li span.icon.taskadd {
41
    background-position: 0px -1973px;
42
 }
43
@@ -965,8 +984,15 @@
44
    color: #4c4c4c;
45
 }
46
 
47
-.propform fieldset legend {
48
+.propform fieldset {
49
+   margin-bottom: 0;
50
+}
51
+
52
+.propform fieldset legend,
53
+.propform fieldset fieldset legend {
54
    font-size: 12px;
55
+   color: #4c4c4c;
56
+   padding: 10px;
57
 }
58
 
59
 .contactfieldgroup {
60
@@ -1233,6 +1259,12 @@
61
    text-shadow: none;
62
 }
63
 
64
+.ui-dialog .ui-dialog-titlebar-close.ui-button:focus,
65
+.ui-dialog .ui-dialog-titlebar-close.ui-button.ui-state-focus {
66
+   -webkit-box-shadow: 0 0 0 2px #e63023 !important;
67
+   box-shadow: 0 0 0 2px #e63023 !important;
68
+}
69
+
70
 .ui-dialog .ui-dialog-buttonpane button.delete,
71
 input.button.delete {
72
    background: #df4440;
73
@@ -1320,7 +1352,8 @@
74
    background-image: url(images/ajaxloader.gif);
75
 }
76
 
77
-#messagestack div.loading:after {
78
+#messagestack div.loading:after,
79
+#messagestack div.uploading:after {
80
    background: url(images/ajaxloader_dark.gif) 3px 7px no-repeat;
81
 }
82
 
83
@@ -1476,7 +1509,7 @@
84
 }
85
 
86
 .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
87
-   background: url(images/ui-dialog-close.png) 0 0 no-repeat;
88
+   background: url(images/ui-dialog-close.png) 1px 1px no-repeat;
89
 }
90
 
91
 #messageheader,
92
@@ -1525,6 +1558,11 @@
93
    border-radius: 0;
94
 }
95
 
96
+.ui-datepicker {
97
+   box-shadow: none;
98
+   border: 1px solid #ededed;
99
+}
100
+
101
 .ui-datepicker .ui-datepicker-header .ui-icon {
102
    background-image: url(images/ui-icons-datepicker.png);
103
 }
104
@@ -1532,10 +1570,16 @@
105
 #datepicker .ui-datepicker .ui-datepicker-prev,
106
 #datepicker .ui-datepicker .ui-datepicker-next {
107
    top: 6px;
108
-   border-radius: none;
109
+   border-radius: 0;
110
    cursor: pointer;
111
 }
112
 
113
+.ui-slider .ui-slider-range {
114
+   border-radius: 0;
115
+   background: #e63023;
116
+}
117
+
118
+
119
 /*** IE hacks ***/
120
 
121
 .ie .pagenav.dark a.button,
122
@@ -1549,6 +1593,19 @@
123
    height: 24px;
124
 }
125
 
126
+/*** help plugin styles ***/
127
+
128
+.toolbar a.button.help {
129
+   background: url(images/buttons.png) center -2814px;
130
+}
131
+
132
+.toolbar a.button.about {
133
+   background: url(images/buttons.png) center -2855px;
134
+}
135
+
136
+.toolbar a.button.license {
137
+   background: url(images/buttons.png) center -2898px;
138
+}
139
 
140
 /*** kolab folder styles ***/
141
 
142
@@ -1644,6 +1701,14 @@
143
    background-position: 32px -1578px;
144
 }
145
 
146
+#calendars .treelist div:hover span.actions,
147
+#tasklistsbox .treelist div:hover span.actions,
148
+.notesview #notebooksbox .treelist div:hover span.actions,
149
+#directorylistbox ul.treelist div:hover span.actions {
150
+   background: #ededed;
151
+   border-color: #ededed;
152
+}
153
+
154
 #calendars .treelist div a.subscribed,
155
 #tasklistsbox .treelist div a.subscribed,
156
 .notesview #notebooksbox .treelist div a.subscribed,
157
@@ -1654,9 +1719,32 @@
158
 #directorylistbox ul.treelist div span.remove {
159
    background-image: url(images/listicons.png);
160
    background-position: -100px 0;
161
+   margin-top: 0;
162
+   margin-bottom: 0;
163
+}
164
+
165
+#directorylistbox ul.treelist div span.subscribed,
166
+#directorylistbox ul.treelist div span.remove {
167
    top: 7px;
168
 }
169
 
170
+#calendars .treelist div a.quickview,
171
+#calendars .treelist div:hover a.quickview,
172
+#tasklistsbox .treelist div a.quickview,
173
+#tasklistsbox .treelist div:hover a.quickview {
174
+   margin-top: 0;
175
+   margin-bottom: 0;
176
+}
177
+
178
+#calendars .treelist div a.remove:focus,
179
+#calendars .treelist div a.quickview:focus,
180
+#calendars .treelist div a.subscribed:focus,
181
+#tasklistsbox .treelist div a.remove:focus,
182
+#tasklistsbox .treelist div a.quickview:focus,
183
+#tasklistsbox .treelist div a.subscribed:focus {
184
+   outline: 2px solid rgba(230,48,35, 0.5);
185
+}
186
+
187
 #calendars .treelist div:hover a.subscribed,
188
 #calendars .treelist div a.subscribed:focus,
189
 #tasklistsbox .treelist div a.subscribed:focus,
190
@@ -1941,6 +2029,8 @@
191
    background-color: rgba(230,48,35,0.10);
192
 }
193
 
194
+
195
+#taskedit .edit-attendees-table th.invite label,
196
 #eventedit .edit-attendees-table th.invite label {
197
    background: url(images/listicons.png) 2px -1294px no-repeat;
198
 }
199
@@ -2020,6 +2110,7 @@
200
    color: #4c4c4c;
201
roundcubemail-skin-chameleon.dsc Changed
17
 
1
@@ -2,7 +2,7 @@
2
 Source: roundcubemail-skin-chameleon
3
 Binary: roundcubemail-skin-chameleon
4
 Architecture: all
5
-Version: 0.2-0~kolab1
6
+Version: 0.3.0-0~kolab1
7
 Maintainer: Christoph Wickert <wickert@kolabsys.com>
8
 Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl>
9
 Standards-Version: 3.9.3
10
@@ -10,5 +10,5 @@
11
 Package-List: 
12
  roundcubemail-skin-chameleon deb web extra
13
 Files: 
14
- 00000000000000000000000000000000 0 roundcubemail-skin-chameleon-0.2.tar.gz
15
+ 00000000000000000000000000000000 0 roundcubemail-skin-chameleon-0.3.0.tar.gz
16
  00000000000000000000000000000000 0 debian.tar.gz
17