From fe62183cd914a7834c6d6a94d487e2e13e212251 Mon Sep 17 00:00:00 2001 From: Zaran Date: Sun, 15 Apr 2012 05:54:46 -0700 Subject: CSS improvements, first steps on angular * disable the connect form when connected * add a disconnect button when connected * add a research field to filter the contact list (not working) Thinks I want to understand: * how to share a variable between several scopes * could StropheSrv be an attribute of the connect scope ? if yes, we can call it directly and avoid wrapping it (this is the third level of wrapping around libStrophe...) --- alias-angular/app/css/app.css | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 alias-angular/app/css/app.css (limited to 'alias-angular/app/css/app.css') diff --git a/alias-angular/app/css/app.css b/alias-angular/app/css/app.css deleted file mode 100644 index b391db1..0000000 --- a/alias-angular/app/css/app.css +++ /dev/null @@ -1,31 +0,0 @@ -/* app css stylesheet */ - -body{ - padding: 0; - margin: 0; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif -} - -#roster{ - width: 250px; -} - -#roster ul{ - list-style:none; - padding:0; - margin:0; -} - -#roster li{ - background-color: #F4F3F1; - border-bottom: 1px solid #E0E0E0; - border-top: 1px solid white; - padding: 0; - margin: 0; - padding: 1em 1em; - color: #363636; -} - -#roster li:hover{ - background-color: white; -} -- cgit v1.2.3-70-g09d2