X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fcool%2Fdefault.css;h=a6439fa38865085af61c511101131829e3049407;hb=d567a10b7925c8bb97c734e213d6651a979af29d;hp=fc84e8b9ac0d78f1577b2ce519e585d05e185305;hpb=231b2de9031a927156a58998fdb5601447732b38;p=fa-stable.git diff --git a/themes/cool/default.css b/themes/cool/default.css index fc84e8b9..a6439fa3 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -42,6 +42,10 @@ input, select { padding: 1px; } +select { + max-width: 200px; +} + input.big { width: 100px; } @@ -71,6 +75,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; @@ -366,24 +380,32 @@ input.amount { cursor: pointer; } -.navibutton[disabled] { - color:#808080; +.navibutton[disabled], .navibutton[disabled] span { + color:#ddd; + text-decoration: none; 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; cursor: pointer; } +.navibutton span { + text-decoration: underline; +} + .navibar { - padding: 3px; + padding: 0 3px; + color: #fff; border: 1px solid #cccccc; border-collapse: collapse; - background-color: #dee7ec; + background-color: #788da1; } @@ -441,11 +463,104 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ color:#FFFFFF; } #hints { - font-size: 13px; - padding: 5px; - border-bottom: 1px solid #8cacbb; - margin: -4px -2px -2px; - border: 1px solid #8cacbb; - background-color: #FFFFE0; - white-space: nowrap; + font-size: 13px; + padding: 5px; + border-bottom: 1px solid #8cacbb; + margin: -4px -2px -2px; + border: 1px solid #8cacbb; + background-color: #FFFFE0; + white-space: nowrap; +} +/* + Calendar style +*/ +#CCIframe { + display: none; + left: 0px; + position: absolute; + top: 0px; + height: 250px; + width: 270px; + z-index: 99; +} +#CC { + position:absolute; + background-color:#FFF; + margin:0; padding:0; + display:none; + z-index: 100; +} +#CC table { + font-family: arial, verdana, helvetica, sans-serif; + font-size: 8pt; + border-left: 1px solid #336; + border-right: 1px solid #336; +} +#CC th { + font-weight: normal; + text-align: center; +} +#CC th a { + font-weight: normal; + text-decoration: none; + color: #FFF; + padding: 1px; +} +#CC td { + text-align: center; +} +#CC .header { + background-color: #60687b; +} +#CC .weekday { + background-color: #eee; + color: #000; +} +#CC .weekend { + background-color: #FFC; + color: #000; +} +#CC .weekno { + background-color: #e4ecec; + color: #555; +} +#CC .current { + border: 1px solid #339; + background-color: #60687b; + color: #FFF; +} +#CC .weekday, #CC .weekend, #CC .current { + display: block; + text-decoration: none; + border: 1px solid #FFF; + width: 2em; +} +#CC .weekday:hover, #CC .weekend:hover, #CC .current:hover { + color: #FFF; + background-color: #60687b; + border: 1px solid #999; +} +#CC .previous { + text-align: left; +} +#CC .next { + text-align: right; +} +#CC .previous, #CC .next { + padding: 1px 3px 1px 3px; + font-size: 1.4em; +} +#CC .previous a, #CC .next a { + color: #FFF; + text-decoration: none; + font-weight: bold; +} +#CC .title { + text-align: center; + font-weight: bold; + color: #FFF; +} +#CC .empty { + background-color: #ddd; + border: 1px solid #FFF; }