kivi.popup_dialog: auf jQuery UI basierende Popupdialoge
[kivitendo-erp.git] / css / lx-office-erp / jquery-ui.custom.css
index e1c2603..cc66e7b 100644 (file)
@@ -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;
 }
 
 .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;
+}