X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fjquery-ui.custom.css;h=cc66e7b17cf55e5938220b99239cb5f055ac569a;hb=f8ec31c6cf80a50a5b9ee29bd5847c47d5114bbf;hp=e1c26037518166cd096d667139b9165e9136e534;hpb=56f7991d4910ae12c7d16aab025a2ab242ca5eeb;p=kivitendo-erp.git diff --git a/css/lx-office-erp/jquery-ui.custom.css b/css/lx-office-erp/jquery-ui.custom.css index e1c260375..cc66e7b17 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; @@ -91,3 +99,22 @@ } .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-size: 10pt; + font-weight: bolder; + margin: 5px; + padding: 5px; + position: relative; + text-align:left; +}