aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/style/alias.css
diff options
context:
space:
mode:
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