From 8791df8bab361ed5a81cf0503c5cdd7fb362cf46 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 04 Aug 2008 03:48:04 -0400
Subject: [PATCH] - pl_PL update

---
 skins/default/common.css |  224 +++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 190 insertions(+), 34 deletions(-)

diff --git a/skins/default/common.css b/skins/default/common.css
old mode 100755
new mode 100644
index 2ba97d8..38aebd5
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -3,13 +3,14 @@
 body
 {
   margin: 8px;
-  background-color: #F2F2F2; /* #EBEBEB; */
+  background-color: #F6F6F6; /* #EBEBEB; */
   color: #000000;
 }
 
 body.iframe
 {
   margin: 0px;
+  background-color: #FFF;
 }
 
 body.extwin
@@ -39,6 +40,7 @@
 a, a:active, a:visited
 {
   color: #000000;
+  outline: none;
 }
 
 a.button, a.button:visited, a.tab, a.tab:visited, a.axislist
@@ -68,8 +70,17 @@
   padding: 1px;
   padding-left: 3px;
   padding-right: 3px;
+  color: #333333;
   background-color: #ffffff;
   border: 1px solid #666666;
+}
+
+input[type="checkbox"],
+input[type="radio"]
+{
+  border: 0;
+  padding: 0;
+  background-color: transparent;
 }
 
 input.button
@@ -98,48 +109,72 @@
   font-size: 11px;
 }
 
+.hint
+{
+  color: #666;
+  font-size: 11px;
+}
 
 /** common user interface objects */
 
 #header
 {
-/* margin: 10px auto; */
+  position: absolute;
+  top: 10px;
+  left: 20px;
   width: 170px;
   height: 40px;
-  margin-top: 0px;
-  margin-left: 10px;
-/* border: 1px solid #cccccc;  */
-}
-
-#footer
-{
-  position: fixed !important;
-  left: 0px;
-  right: 0px;
-  bottom: 0px !important;
-  height: 40px;
-  background-color: #f2f2f2;
-
-  /* css hack for IE */
-  position: absolute;
-  bottom: auto;
-  top: expression((parseInt(document.documentElement.clientHeight)+parseInt(document.documentElement.scrollTop)-42)+'px');
-  width: expression(parseInt(document.documentElement.clientWidth)+'px');
+  z-index: 100;
 }
 
 #taskbar
 {
-  margin: 0px auto;
-  width: 400px;
-  height: 34px;
-  padding: 3px;
-  text-align: center;
-  border: 1px solid #cccccc;  
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  width: 600px;
+  height: 37px;
+  background: url(images/taskbar.gif) top right no-repeat;
+  padding: 10px 4px 10px 0px;
+  text-align: right;
+  white-space: nowrap;
+  z-index: 2;
 }
 
-#taskbar a
+#taskbar a,
+#taskbar a:active,
+#taskbar a:visited
 {
-  padding-right: 10px;
+  font-size: 11px;
+  color: #666666;
+  text-decoration: none;
+  padding: 6px 16px 6px 25px;
+  background-repeat: no-repeat;
+}
+
+#taskbar a:hover
+{
+  color: #333333;
+}
+
+a.button-mail
+{
+  background-image: url(images/buttons/mail.gif);
+}
+
+a.button-addressbook
+{
+  background-image: url(images/buttons/addressbook.gif);
+}
+
+a.button-settings
+{
+  background-image: url(images/buttons/settings.gif);
+}
+
+a.button-logout
+{
+  background-image: url(images/buttons/logout.gif);
 }
 
 
@@ -147,18 +182,19 @@
 {
   position: absolute;
   display: none;
-  top: 0px;
+  top: -1px;
   left: 200px;
   right: 200px;
   z-index: 5000;
+  opacity: 0.85;
 }
 
 #message div
 {
   width: 400px;
   margin: 0px auto;
-  height: 22px;
-  min-height: 22px;
+  height: 24px;
+  min-height: 24px;
   padding: 8px 10px 8px 46px;
 }
 
@@ -188,10 +224,45 @@
 #message div.loading
 {
   background: url(images/display/loading.gif) 6px 3px no-repeat;
-  background-color: #EFEFEF;
+  background-color: #EBEBEB;
   border: 1px solid #CCCCCC;
 }
 
+.splitter
+{
+  position: absolute;
+  padding: 2px;
+  background: url(images/dimple.png) center no-repeat;
+}
+
+.splitter-h
+{
+  cursor: n-resize;
+  background-position: center 2px;
+}
+
+.splitter-v
+{
+  cursor: e-resize;
+  background-position: 1px center;
+}
+
+.boxtitle
+{
+  height: 12px !important;
+  padding: 4px 20px 3px 20px;
+  border-bottom: 1px solid #999;
+  color: #333;
+  font-size: 11px;
+  font-weight: bold;
+  background-color: #EBEBEB;
+  background-image: url(images/listheader_aqua.gif);
+}
+
+.radios-left label
+{
+  padding-left: 0.3em;
+}
 
 /***** common table settings ******/
 
@@ -226,15 +297,100 @@
 
 table.records-table tr.selected td
 {
-  font-weight: bold;
   color: #FFFFFF;
   background-color: #CC3333;
 }
 
+table.records-table tr.focused td
+{
+}
+
+table.records-table tr.unfocused td
+{
+  color: #FFFFFF;
+  background-color: #929292;
+}
+
+
+/***** mac-style quicksearch field *****/
+
+#quicksearchbar
+{
+  position: absolute;
+  top: 60px;
+  right: 20px;
+  width: 182px;
+  height: 20px;
+  text-align: right;
+  background: url('images/searchfield.gif') top left no-repeat;
+}
+
+#quicksearchbar a
+{
+  position: absolute;
+  top: 3px;
+  right: 4px;
+  text-decoration: none;
+}
+
+#quicksearchbar img
+{
+  vertical-align: middle;
+}
+
+#quicksearchbox
+{
+  position: absolute;
+  top: 2px;
+  left: 20px;
+  width: 140px;
+  font-size: 11px;
+  padding: 0px;
+  border: none;
+}
+
+
+/*\*/
+html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) { background-image: none; }
+html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) a { top: 5px; }
+html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
+/**/
 
 
 /***** roundcube webmail pre-defined classes *****/
 
+#rcversion
+{
+  position: absolute;
+  top: 67px;
+  left: 20px;
+  width: 160px;
+  text-align: center;
+
+  font-weight: normal;
+  font-size: x-small;
+  font-variant: small-caps;
+  
+  color: #999999;
+  /*border: 1px solid #308014;
+  background-color: #b4eeb4;*/
+}
+
+#rcmdraglayer
+{
+  width: 300px;
+  border: 1px solid #999999;
+  background-color: #F9F9F9;
+  padding-left: 8px;
+  padding-right: 8px;
+  padding-top: 3px;
+  padding-bottom: 3px;
+  font-size: 11px;
+  opacity: 0.7;
+  -moz-opacity: 0.7;
+  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
+}
+
 a.rcmContactAddress
 {
   text-decoration: none;

--
Gitblit v1.9.1