alecpl
2008-05-13 834432f3cf2ce8213d4dd189a111c68f0d1b0b95
-small design changes (margins, etc.)


2 files modified
28 ■■■■ changed files
skins/default/common.css 6 ●●●● patch | view | raw | blame | history
skins/default/mail.css 22 ●●●● patch | view | raw | blame | history
skins/default/common.css
@@ -135,7 +135,7 @@
  width: 600px;
  height: 37px;
  background: url(images/taskbar.gif) top right no-repeat;
  padding: 10px 14px 10px 0px;
  padding: 10px 4px 10px 0px;
  text-align: right;
  white-space: nowrap;
  z-index: 2;
@@ -148,7 +148,7 @@
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  padding: 6px 16px 6px 30px;
  padding: 6px 16px 6px 25px;
  background-repeat: no-repeat;
}
@@ -318,7 +318,7 @@
{
  position: absolute;
  top: 60px;
  right: 30px;
  right: 20px;
  width: 182px;
  height: 20px;
  text-align: right;
skins/default/mail.css
@@ -133,7 +133,7 @@
{
  position: absolute;
  bottom: 16px;
  right: 30px;
  right: 20px;
  width: 300px;
  height: 20px;
  text-align: right;
@@ -163,13 +163,13 @@
  position: absolute;
  top: 85px;
  left: 200px;
  right: 30px;
  right: 20px;
  bottom: 40px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  overflow: auto;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-230)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
@@ -178,12 +178,12 @@
  position: absolute;
  top: 305px;
  left: 200px;
  right: 30px;
  right: 20px;
  bottom: 40px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-230)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px');
}
@@ -195,7 +195,7 @@
  right: 0px;
  bottom: 0px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-230)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px');
}
@@ -559,14 +559,14 @@
  position: absolute;
  top: 85px;
  left: 200px;
  right: 30px;
  right: 20px;
  bottom: 40px;
  border: 1px solid #999;
  background-color: #FFF;
  overflow: auto;
  /* css hack for IE */
  /* margin-bottom: 10px; */
  width: expression((parseInt(document.documentElement.clientWidth)-230)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
@@ -745,12 +745,12 @@
  position: absolute;
  top: 90px;
  left: 200px;
  right: 40px;
  bottom: 40px;
  right: 25px;
  bottom: 30px;
  padding: 0px;
  margin: 0px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-130)+'px');
}