diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2011-01-17 18:35:14 +0100 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2011-01-17 18:35:14 +0100 |
| commit | 692aaa0502ff1c33bc6c82c00cf3846b5f38b96d (patch) | |
| tree | ffabc47206b152c76b8cb458600e60afd2051dbe /webclient/style/alias.css | |
| parent | 98c38cd86474cbba0152acbc9addf74ec989d7e0 (diff) | |
| download | alias-692aaa0502ff1c33bc6c82c00cf3846b5f38b96d.tar.gz | |
Add jQuery UI. Change connect system to use a dialog (it's just a
test, of course not definitive design).
Diffstat (limited to 'webclient/style/alias.css')
| -rw-r--r-- | webclient/style/alias.css | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/webclient/style/alias.css b/webclient/style/alias.css new file mode 100644 index 0000000..48106ca --- /dev/null +++ b/webclient/style/alias.css @@ -0,0 +1,94 @@ +body +{ + padding: 0px; + margin: 0px; + font-family: sans-serif; +} + +div +{ + margin:0px; + padding:0px; +} + +input +{ + border: 1px solid black; +} + +#login +{ + display: hidden; +} +#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; +} + +#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 |
