X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=b693247fe2d95420fc843afa4aea6abae18c588a;hb=5196a0be0d675ab6a03fa6a6c36aa8de01d67c48;hp=d2dc0199772439be6bfebd37ddba8f21219c8fcc;hpb=3dd216a1e8953faf19bd5f1eb6f2980d713b9d69;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index d2dc019..b693247 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -25,11 +25,18 @@ body { background-repeat: no-repeat; background-position: top center; + font-size: 12px; + align: center; } div { - position: relative; + /* position: relative;*/ + font-size: 12px; + } + +td { + font-size: 12px; } .topmenu { @@ -39,32 +46,29 @@ div { } .room_td { - height: 200px; - width: 90px; + height: 120px; + width: 170px; vertical-align: "top"; + background-color: yellow; + padding: 6px; } .room_standup { - height: 150px; + height: 120px; vertical-align: "top"; } .room_ex_standup { - height: 150px; + height: 120px; vertical-align: "top"; } -.room_d_standup { - align: "top"; - border: 1px solid grey; - } - .chatt { height: 100px; overflow: auto; border: 1px solid grey; vertical-align: text-bottom; - font-size: 10pt; + /* font-size: 10pt; */ } .chattshort { @@ -72,11 +76,11 @@ div { overflow: auto; border: 1px solid grey; vertical-align: text-bottom; - font-size: 10pt; + /* font-size: 10pt;*/ } .txtt { - font-size: 10pt; + /* font-size: 10pt;*/ } img { @@ -101,7 +105,7 @@ img.nobo { img.tableinfo { position: absolute; - left: 630; + left: 619; top: 550; border-width: 0px; visibility: visible; @@ -109,7 +113,7 @@ img.tableinfo { img.tablereload { position: absolute; - left: 700; + left: 667; top: 550; border-width: 0px; visibility: visible; @@ -117,7 +121,7 @@ img.tablereload { img.tableout { position: absolute; - left: 70; + left: 730; top: 550; border-width: 0px; visibility: visible; @@ -232,7 +236,14 @@ img.seed3 { border-collapse: collapse; display: table-cell; text-align: right; - padding: 4px; + padding: 2px; +} + +div.table_commands { + display: inline; + position: absolute; + right: 15px; + bottom: 15px; } .remark0 { @@ -493,7 +504,7 @@ img.seed3 { /* background-color: red; */ /* visibility: visible; */ position: absolute; - font-size: 10pt; + /* font-size: 10pt;*/ left: 5px; top: 55px; width: 115px; @@ -505,5 +516,27 @@ 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; +} + +input.button:active { + background-color: RGB(255,255,153); +}