X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fjquery-ui.custom.css;h=0d22e5084d8ef9c3b53b2c589a58d1791126c6ff;hb=bfa674c9d4edc551afa6e27aac6f684a7b8cb656;hp=5df9b63875a1df8a743dd7f2aa4f8cc840cf05b6;hpb=acf5586939453409e73c318b09203c6839d1dc0c;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 5df9b6387..0d22e5084 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; @@ -5,14 +13,13 @@ zoom: 1; -webkit-border-radius: 0; border-radius: 0; - border: 1px solid #000000; + border: 0; color: #000000; - font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; - font-size: 1.1em; + font-family: sans-serif; overflow: hidden; } -.tabwidget ul { +.tabwidget > ul { margin: 0; padding: .2em .2em 0; outline: 0; @@ -28,7 +35,7 @@ margin: 0; } -.tabwidget ul::after { +.tabwidget > ul::after { content: "."; display: block; height: 0; @@ -36,7 +43,7 @@ visibility: hidden; } -.tabwidget ul li { +.tabwidget > ul li { list-style: none; float: left; position: relative; @@ -47,22 +54,23 @@ padding: 0; white-space: nowrap; border: 1px solid #cccccc; - background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; + background: #f6f6f6 url(../ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #000000; } -.tabwidget ul li a { float: left; padding: .5em 1em; text-decoration: none; } -.tabwidget ul li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } -.tabwidget ul li.ui-tabs-selected a, .tabwidget.ui-tabs-nav li.ui-state-disabled a, .tabwidget.ui-tabs-nav li.ui-state-processing a { cursor: text; } -.tabwidget ul li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } +.tabwidget > ul li a { float: left; padding: .5em 1em; text-decoration: none; } +.tabwidget > ul li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.tabwidget > ul li.ui-tabs-selected a, .tabwidget.ui-tabs-nav li.ui-state-disabled a, .tabwidget.ui-tabs-nav li.ui-state-processing a { cursor: text; } +.tabwidget > ul li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } .tabwidget > div { display: none; + border: 1px solid black !important; } .tabwidget .ui-widget-header { - background: url("../../image/fade.png"); + background: transparent; border: 0; color: #000000; } @@ -90,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; +}