X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fjquery-ui.custom.css;h=4e4f2181f679dcdd702eb84cd83b2cdf781c74e7;hb=8c6b0326099eb3cd06616d91361d12a6a8faa5e1;hp=cc66e7b17cf55e5938220b99239cb5f055ac569a;hpb=a88e544966ffc9b0d5b2990709fdcb7c4713c1fd;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 cc66e7b17..4e4f2181f 100644 --- a/css/lx-office-erp/jquery-ui.custom.css +++ b/css/lx-office-erp/jquery-ui.custom.css @@ -16,7 +16,6 @@ border: 0; color: #000000; font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; - font-size: 1.1em; overflow: hidden; } @@ -111,10 +110,13 @@ border-style: dashed; border-width: thin; color: black; - font-size: 10pt; font-weight: bolder; margin: 5px; padding: 5px; position: relative; text-align:left; } +/* show scrollbar vertical */ +.ui-tabs-panel { + overflow: scroll; +}