X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=f58c3cff2e263dde4f0a7d611d0264fcf75068f5;hb=f894cd3d6fd2f6875382e5cd33020fb14245aa90;hp=635f419c0eb38424064e51de5709f511499c1146;hpb=f04f9423d630b18806748d0bc7bd931f70878cbc;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index 635f419c..f58c3cff 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -71,6 +71,17 @@ 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; border: none; @@ -364,22 +375,30 @@ 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:#000; + padding: 0 3px; background-color:transparent; border-style:none; - text-decoration:underline; + /*text-decoration:underline;*/ cursor: pointer; } .navibar { - padding: 3px; - border: 1px solid #cccccc; + padding: 0 3px; + border: 1px solid #8cacbb; border-collapse: collapse; background-color: #dee7ec; } +table.navibar td { + color: #000; + border: 0px none; +} .listsubmit { display: none; @@ -440,20 +459,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; -*/ -} \ No newline at end of file +}