<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Index: css/bgimages.css
===================================================================
RCS file: /var/lib/cvs/open-xchange-gui/themes/default/css/bgimages.css,v
retrieving revision 1.26
retrieving revision 1.25
diff -u -r1.26 -r1.25
--- css/bgimages.css	20 May 2011 15:40:17 -0000	1.26
+++ css/bgimages.css	25 Mar 2011 12:34:29 -0000	1.25
@@ -382,7 +382,3 @@
 .ox-window-close {
 	 background:url(../img/x.png);
 }
-
-.bg-toolbar-compact {
-    background-image: url(../img/toolbar/toolbar30.png);
-}
\ No newline at end of file
Index: css/global.css
===================================================================
RCS file: /var/lib/cvs/open-xchange-gui/themes/default/css/global.css,v
retrieving revision 1.104
retrieving revision 1.99
diff -u -r1.104 -r1.99
--- css/global.css	15 Sep 2011 14:24:29 -0000	1.104
+++ css/global.css	16 May 2011 15:06:43 -0000	1.99
@@ -595,42 +595,32 @@
 
 /* portal widget header */
 .ox-portal-header {
-    position: relative;
     background-color: #efefef;
     border-bottom: 1px solid #ccc;
     font-weight: normal;
     font-size: 9pt;
-    height: 18px;
     color: #555;
     padding: 2px 8px 2px 8px;
     cursor: move;
+}
+
+/* upper border radius and background gradient for Firefox/WebKit/IE9 */
+.ox-portal-header {
     border-radius: 8px 8px 0px 0px;
     -moz-border-radius: 8px 8px 0px 0px;
     -webkit-border-radius: 8px 8px 0px 0px;
-    background-image: none;
     background-image: -moz-linear-gradient(center top, #ffffff, #efefef);
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EFEFEF));
-}
-
-.ox-portal-header-handle {
-    position: absolute;
-    top: 0px;
-    right: 24px;
-    bottom: 0px;
-    left: 0px;
-    line-height: 22px;
-    padding-left: 10px;
-    cursor: move;
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
 }
 
 /* close/remove button */
 .ox-portal-close {
-    float: right;
     width: 14px;
     height: 14px;
     background-image: url(../img/portal/btn_close.gif);
+    margin: 2px 0px 0px 0px;
     cursor: pointer;
-    margin-top: 2px;
 }
 
 /* controls */
@@ -771,12 +761,6 @@
     color: white;
 }
 
-.ox-button.ox-button-disabled,
-.ox-button.default.ox-button-disabled
-.ox-button.dark.ox-button-disabled {
-    color: #888;
-}
-
 .ox-button:hover, .ox-button:focus {
 	border-color: #888;
 }
@@ -1008,8 +992,7 @@
 
 /* Context-menu button */
 
-.context-button .ox-button, .context-button.ox-button,
-.ox-portal-widget .context-button.ox-button {
+.context-button .ox-button, .context-button.ox-button {
     padding: 0px 3px 0px 3px;
     width: 20px;
     height: 16px;
Index: css/popup.css
===================================================================
RCS file: /var/lib/cvs/open-xchange-gui/themes/default/css/popup.css,v
retrieving revision 1.20
retrieving revision 1.19
diff -u -r1.20 -r1.19
--- css/popup.css	30 May 2011 08:54:15 -0000	1.20
+++ css/popup.css	6 Apr 2011 13:04:55 -0000	1.19
@@ -202,11 +202,10 @@
 /* Wizard Hacks */
 
 #wizzardPublishImageTank .linkstyle {
-	cursor: default;
+	cursor: default !important;
 	text-decoration: none !important;
 }
-#wizzardPublishImageTank .linkstyle span,
-#wizzardPublishImageTank .linkstyle a {
+#wizzardPublishImageTank .linkstyle span {
 	cursor: pointer !important;
 }
 #wizzardPublishImageTank .linkstyle {
</pre></body></html>