X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c28bb82b805b07543debaf08061b58d0b437c07..b8741ec3:/css/lx-office-erp/jquery-ui.custom.css diff --git a/css/lx-office-erp/jquery-ui.custom.css b/css/lx-office-erp/jquery-ui.custom.css index e1c260375..4e4f2181f 100644 --- a/css/lx-office-erp/jquery-ui.custom.css +++ b/css/lx-office-erp/jquery-ui.custom.css @@ -1,3 +1,11 @@ +/* UI widgets in general */ +.ui-widget-content { + background-image: url("../../image/fade.png"); + background-repeat: repeat-x; + background-color: #fff; +} + +/* Tab widget */ .tabwidget { background: none; position: relative; @@ -8,7 +16,6 @@ border: 0; color: #000000; font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; - font-size: 1.1em; overflow: hidden; } @@ -91,3 +98,25 @@ } .ui-tabs .ui-tabs-nav li a { padding: .2em .7em; } + +/* Dialog */ +.ui-dialog { + border: 1px solid black; +} + +.ui-dialog .ui-dialog-titlebar { + background: rgb(236,233,216); + border-color: black; + border-style: dashed; + border-width: thin; + color: black; + font-weight: bolder; + margin: 5px; + padding: 5px; + position: relative; + text-align:left; +} +/* show scrollbar vertical */ +.ui-tabs-panel { + overflow: scroll; +}