X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fcool%2Fdefault.css;h=4105d5dee16d4ee97a043640993d3744b8dcee00;hb=f894cd3d6fd2f6875382e5cd33020fb14245aa90;hp=e2920334427400ec97ed743c21dec8ad28f261b8;hpb=f04f9423d630b18806748d0bc7bd931f70878cbc;p=fa-stable.git diff --git a/themes/cool/default.css b/themes/cool/default.css index e2920334..4105d5de 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -71,6 +71,16 @@ a:hover { text-decoration: underline; } +button { + font-size: 11px; + border: 1px #0066cc solid; + padding: 1px 0px; +} + +button img, span { + padding: 0px 2px ; + vertical-align: middle; +} .login { background-color: #ffffff; @@ -370,20 +380,28 @@ input.amount { color:#808080; cursor: auto; } -.navibutton { - color:#0000FF; - padding: 3px; +button.navibutton { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; + font-weight: bold; + color:#fff; + padding: 0 3px; background-color:transparent; border-style:none; - text-decoration:underline; + /*text-decoration:underline;*/ cursor: pointer; } .navibar { - padding: 3px; + padding: 0 3px; border: 1px solid #cccccc; border-collapse: collapse; - background-color: #dee7ec; + background-color: #788da1; +} + +table.navibar td { + color: #fff; + border: 0px none; } @@ -446,20 +464,6 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ border-bottom: 1px solid #8cacbb; margin: -4px -2px -2px; border: 1px solid #8cacbb; -/* display: none;*/ background-color: #FFFFE0; white-space: nowrap; -/* - position: absolute; - left: 0; - left: -900px; - filter:alpha(opacity=0); - -moz-opacity:0; - border: 1px solid black; - height: 200px; - text-align: center; - width:200px; - z-index: 100; - padding: 5px; -*/ }