X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=a3aa7595d7ff532528eaf4c6ec006150a3916f64;hb=667be56a8497bbfc4f887da9c3aa0abe35f0b12c;hp=19260e5acf2346c6f5e303b8eae4f3777e970a59;hpb=16b24db3312611a137dc61cecf30d10c42b42c82;p=brisk.git 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; +}