diff options
author | Arun Persaud <arun@nubati.net> | 2011-10-06 23:47:36 -0700 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-10-06 23:47:36 -0700 |
commit | dbdb1c385f887376b7df6145f6b628cd882097d1 (patch) | |
tree | 5b381ad10c2b3dd5a7af1ec7faef81a39966f6f1 /css | |
parent | f76fd18d079621307fd71bffd83233a67e93a0ec (diff) | |
download | e-DoKo-dbdb1c385f887376b7df6145f6b628cd882097d1.tar.gz e-DoKo-dbdb1c385f887376b7df6145f6b628cd882097d1.tar.bz2 e-DoKo-dbdb1c385f887376b7df6145f6b628cd882097d1.zip |
fix html and css for buttons
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 14 |
1 files changed, 5 insertions, 9 deletions
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; } |