From 3f0e6c2b8065473491349f47600ed41c31614e74 Mon Sep 17 00:00:00 2001 From: Zaran Date: Sat, 5 May 2012 17:16:04 -0700 Subject: Basic message receive/send feature Note: the tab directive is not needed anymore because the ngClick directive already calls preventDefault() --- alias-angular/app/css/app.less | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'alias-angular/app/css/app.less') diff --git a/alias-angular/app/css/app.less b/alias-angular/app/css/app.less index 12d5588..e66177a 100644 --- a/alias-angular/app/css/app.less +++ b/alias-angular/app/css/app.less @@ -58,6 +58,7 @@ html, body{ } } } + } #rostersearch{ @@ -79,3 +80,27 @@ html, body{ ul.nav-tabs li a{ outline: 0; } + +ul.chat-area{ + list-style: none; + + li{ + font-size:110%; + } + + .name{ + display:block; + float:left; + text-align:right; + width: 10em; + margin-right:1em; + + &:before{ + content: '<'; + } + + &:after{ + content: '>'; + } + } +} -- cgit v1.2.3-70-g09d2