thomascube
2009-07-27 b5f3abeea96db8b98df9bbf4c3da7873b8a84e44
skins/default/common.css
@@ -82,7 +82,7 @@
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  color: black;
  padding-left: 3px;
  padding-right: 3px;
}
@@ -151,15 +151,13 @@
  z-index: 2;
}
#taskbar a,
#taskbar a:active,
#taskbar a:visited
#taskbar a
{
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  padding: 6px 14px 6px 27px;
  background-repeat: no-repeat;
  background: url('images/taskicons.gif') no-repeat;
}
#taskbar a:hover
@@ -167,26 +165,25 @@
  color: #333333;
}
a.button-mail
#taskbar a.button-mail
{
  background-image: url(images/buttons/mail.gif);
  background-position: 0 0;
}
a.button-addressbook
#taskbar a.button-addressbook
{
  background-image: url(images/buttons/addressbook.gif);
  background-position: 0 -25px;
}
a.button-settings
#taskbar a.button-settings
{
  background-image: url(images/buttons/settings.gif);
  background-position: 0 -50px;
}
a.button-logout
#taskbar a.button-logout
{
  background-image: url(images/buttons/logout.gif);
  background-position: 0 -75px;
}
#message
{
@@ -203,15 +200,14 @@
{
  width: 400px;
  margin: 0px auto;
  height: 24px;
  min-height: 24px;
  min-height: 22px;
  padding: 8px 10px 8px 46px;
}
#message div.notice,
#remote-objects-message
{
  background: url(images/display/info.png) 6px 3px no-repeat;
  background: url('images/display/icons.png') 6px 3px no-repeat;
  background-color: #F7FDCB;
  border: 1px solid #C2D071;
}
@@ -219,21 +215,21 @@
#message div.error,
#message div.warning
{
  background: url(images/display/warning.png) 6px 3px no-repeat;
  background: url('images/display/icons.png') 6px -97px no-repeat;
  background-color: #EF9398;
  border: 1px solid #DC5757;
}
#message div.confirmation
{
  background: url(images/display/confirm.png) 6px 3px no-repeat;
  background: url('images/display/icons.png') 6px -47px no-repeat;
  background-color: #A6EF7B;
  border: 1px solid #76C83F;
}
#message div.loading
{
  background: url(images/display/loading.gif) 6px 3px no-repeat;
  background: url('images/display/loading.gif') 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}
@@ -274,8 +270,7 @@
  color: #333;
  font-size: 11px;
  font-weight: bold;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif);
  background: url('images/listheader.gif') top left repeat-x #CCC;
}
/***** common table settings ******/
@@ -287,8 +282,7 @@
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  color: #333333;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif);
  background: url('images/listheader.gif') top left repeat-x #CCC;
  font-size: 11px;
  font-weight: bold;
}
@@ -405,7 +399,6 @@
  font-size: 11px;
  white-space: nowrap;
  opacity: 0.7;
  -moz-opacity: 0.7;
}
a.rcmContactAddress
@@ -477,3 +470,8 @@
{
  padding: 20px 10px 10px 10px;
}
#console
{
  opacity: 0.8;
}