From: Matteo Nastasi (mop) Date: Tue, 16 Jan 2007 19:50:13 +0000 (+0000) Subject: bottoni immagini a input button X-Git-Tag: 3.0.0~371 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=667be56a8497bbfc4f887da9c3aa0abe35f0b12c;p=brisk.git bottoni immagini a input button --- diff --git a/web/brisk.css b/web/brisk.css index 19260e5..a3aa759 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -239,6 +239,13 @@ img.seed3 { padding: 2px; } +div.table_commands { + display: inline; + position: absolute; + right: 15px; + bottom: 15px; +} + .remark0 { position: absolute; width: 200px; @@ -509,5 +516,23 @@ img.callerimg { left: 133px; top: 10px; } + + +input.button { + border: 1px solid gray; + color: black; + background-color: RGB(240,240,240); + vertical-align: middle; + text-decoration:none; + font-size: 100%; + cursor: pointer; + height: 20px ! important; + max-height: 20px ! important; + min-height: 20px ! important; + margin: 1px; + display: inline; } +input.button:hover { + background-color: white; +} diff --git a/web/table.php b/web/table.php index 0241d79..9e16cb0 100644 --- a/web/table.php +++ b/web/table.php @@ -68,15 +68,11 @@ window.onload = function() { window.onunload = onunload_cb; setTimeout(xhr_rd_poll, 0, sess); - setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); + // setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); }
- - - -
@@ -196,6 +192,12 @@ Hai vinto l'asta.
Scegli il seme:
Info
+
+ + + +
+