aboutsummaryrefslogtreecommitdiffstats
path: root/webclient
diff options
context:
space:
mode:
authorZaran <zaran.krleza@gmail.com>2011-01-20 01:54:49 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2011-01-20 01:57:07 +0100
commit63f4cc0daf8f2629e5d0296de2ae8a74f14b0dc1 (patch)
tree750382715e252325615a3bcdb5fa963d8e971100 /webclient
parent95e74be58e597776ee095790403d499b5d62467f (diff)
downloadalias-63f4cc0daf8f2629e5d0296de2ae8a74f14b0dc1.tar.gz
Simplification of the object module : now use only one class (maybe add some function back later)
Requesting the child items now works Add a zip example of objects for testing
Diffstat (limited to 'webclient')
-rw-r--r--webclient/style.css95
1 files changed, 0 insertions, 95 deletions
diff --git a/webclient/style.css b/webclient/style.css
deleted file mode 100644
index d152af7..0000000
--- a/webclient/style.css
+++ /dev/null
@@ -1,95 +0,0 @@
-body
-{
- padding: 0px;
- margin: 0px;
- font-family: sans-serif;
-}
-
-div
-{
- margin:0px;
- padding:0px;
-}
-
-#bottom
-{
- position:fixed;
- bottom:0px;
- width:100%;
-}
-
-#bottomup
-{
- text-align: right;
-}
-
-#consolea
-{
- text-decoration: none;
- color : black;
- background-color : gray;
- margin:0px;
- padding-left:5px;
- padding-right:5px;
- padding-top:5px;
-}
-
-#log
-{
- height:400px;
- width:100%;
- overflow:auto;
- display:none;
- border-top:1px solid black;
-}
-
-#roster
-{
- float:left;
- width:250px;
- height:100%;
- font-size:0.8em;
- padding:5px;
-}
-
-#rosterfilter
-{
- border: 1px solid black;
-}
-
-#rosterfilter:before
-{
- content:'x';
-}
-
-#roster > ul
-{
- list-style-type: none;
- padding: 0px;
-}
-
-.roster-contact
-{
- border-bottom : 1px dotted black;
- padding: 5px;
-}
-
-.roster-contact:hover
-{
- background-color: #E5E9EE;
-}
-
-.roster-name
-{
- font-weight:bold;
-}
-
-.online
-{
- background-color: #DBFFDC;
-}
-
-.away
-{
- background-color: #E3E3E3;
-} \ No newline at end of file