summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2009-10-22 22:56:21 -0700
committerArun Persaud <arun@nubati.net>2009-10-30 20:49:42 -0700
commitba7d92fad7b3ac0cfe4a6733339aa474991315a2 (patch)
tree67bd1b65dd9e4b6e084ebbcdd9fca141464b7b31 /css
parentde3f7290a0d3fb90e48c89cf508b38d77db1ccff (diff)
downloade-DoKo-ba7d92fad7b3ac0cfe4a6733339aa474991315a2.tar.gz
e-DoKo-ba7d92fad7b3ac0cfe4a6733339aa474991315a2.tar.bz2
e-DoKo-ba7d92fad7b3ac0cfe4a6733339aa474991315a2.zip
NEW FEATURE: use gravatars as icons for players
use icons at the table and on the user page (for last players logged in).
Diffstat (limited to 'css')
-rw-r--r--css/standard022.css (renamed from css/standard021.css)14
1 files changed, 10 insertions, 4 deletions
diff --git a/css/standard021.css b/css/standard022.css
index 6957924..79dfeea 100644
--- a/css/standard021.css
+++ b/css/standard022.css
@@ -165,7 +165,7 @@ body { background-color: #ddd; }
div.table {
position:absolute;
width:100%;
- height:35em;
+ height:37em;
margin:0;
left:0;
padding:0;
@@ -202,7 +202,7 @@ div.table div.table0 {
right:62.5%;
}
div.table div.table1 {
- top:7.5%;
+ top:0%;
left:43.75%;
}
div.table div.table2 {
@@ -210,7 +210,7 @@ div.table div.table2 {
left:62.5%;
}
div.table div.table3 {
- bottom:5%;
+ bottom:0%;
left: 43.75%;
}
@@ -413,7 +413,7 @@ ul.tricks li div div span.comment span{
.mycards {
margin:0;
- margin-top:34.5em;
+ margin-top:38.5em;
padding:0;
border-top: 2px solid gray;
/* border-bottom: 2px solid green;*/
@@ -643,4 +643,10 @@ table.openid td, table.openid th{
.vacation {
color: #666;
background-color: #fc3;
+}
+
+div.table div img.gravatar, img.gravatar {
+ width: 4em;
+ height: 4em;
+ border: 3px solid #aaa;
} \ No newline at end of file