aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/style.css
diff options
context:
space:
mode:
authorZaran <zaran.krleza@gmail.com>2011-01-17 15:55:42 +0100
committerZaran <zaran.krleza@gmail.com>2011-01-17 15:55:42 +0100
commit98c38cd86474cbba0152acbc9addf74ec989d7e0 (patch)
tree1b45a5cead2b0c1e0980df0b23efd29bc7b53586 /webclient/style.css
parentb11654bf7e54cdd86398a33ce278f3b70e4e319d (diff)
downloadalias-98c38cd86474cbba0152acbc9addf74ec989d7e0.tar.gz
Add field to filter the roster.
Diffstat (limited to 'webclient/style.css')
-rw-r--r--webclient/style.css40
1 files changed, 25 insertions, 15 deletions
diff --git a/webclient/style.css b/webclient/style.css
index e568584..d152af7 100644
--- a/webclient/style.css
+++ b/webclient/style.css
@@ -11,14 +11,6 @@ div
padding:0px;
}
-#roster
-{
- float:left;
- width:250px;
- height:100%;
- font-size:0.8em;
-}
-
#bottom
{
position:fixed;
@@ -51,6 +43,31 @@ div
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;
@@ -62,18 +79,11 @@ div
background-color: #E5E9EE;
}
-
.roster-name
{
font-weight:bold;
}
-#roster > ul
-{
- list-style-type: none;
- padding: 0px;
-}
-
.online
{
background-color: #DBFFDC;