From dbdb1c385f887376b7df6145f6b628cd882097d1 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 6 Oct 2011 23:47:36 -0700 Subject: fix html and css for buttons --- css/standard.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'css') diff --git a/css/standard.css b/css/standard.css index 4870c4c..3cfe0eb 100644 --- a/css/standard.css +++ b/css/standard.css @@ -211,10 +211,6 @@ div.table div { text-align:center; z-index:20; } -div.table div img{ - /*background-color:green;*/ - width:20%; -} div.table div.table0 { top:45%; @@ -562,14 +558,9 @@ div.user ul li:first-child { position:relative; border: 1px solid #000; } - .cardinput img { width: 4em;} - .cardinput:hover{ background-color:red;} -div span img.button { width: 2em;} -div span img.tinybutton { width: 1.4em;} - .gamestatuspre { padding: 0 0.3em; background-color: #f57900; @@ -734,6 +725,11 @@ div.table div img.gravatar, img.gravatar { border: 3px solid #aaa; } +div img.button { + float: right; + width: 2em; +} + .highcall { background-color: #fc3; } -- cgit v1.2.3-18-g5258