aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/style/alias.css
diff options
context:
space:
mode:
authorZaran <zaran.krleza@gmail.com>2011-04-14 02:40:31 +0200
committerZaran <zaran.krleza@gmail.com>2011-04-14 02:40:31 +0200
commit1b3441a4924649dfb8f438dc0f94b3ede1d0c990 (patch)
treefb9191db45bb63f1cf72cb2caf08bbcd724461a7 /webclient/style/alias.css
parentf8933f67e9f08fd96a67031e675e422dbeea5c87 (diff)
downloadalias-1b3441a4924649dfb8f438dc0f94b3ede1d0c990.tar.gz
File cleanup in webclient
Diffstat (limited to 'webclient/style/alias.css')
-rw-r--r--webclient/style/alias.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/webclient/style/alias.css b/webclient/style/alias.css
index b453c28..1608679 100644
--- a/webclient/style/alias.css
+++ b/webclient/style/alias.css
@@ -70,6 +70,7 @@ input
#header
{
margin:0px;
+ margin-bottom:15px;
background-image: -moz-linear-gradient(top center, white, #AEB2B1);
background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D9D9D9));
border-bottom:1px solid #CDCDCD;
@@ -89,19 +90,23 @@ input
#left
{
+ margin:0px;
+ margin-right:2%;
float:left;
width:20%;
+ background-color:white;
+ height:88%;
}
#right
{
float:left;
- width:80%;
- height:100%;
+ width:78%;
+ height:88%;
}
#tabs{
- height:90%;
+ height:100%;
}
.chat-messages{
@@ -183,4 +188,12 @@ input
.away
{
background-color: #E3E3E3;
+}
+
+#status
+{
+ margin:0px;
+ margin-top:10px;
+ margin-right:10px;
+ float:right;
} \ No newline at end of file