Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a88e5449

Von Moritz Bunkus vor etwa 11 Jahren hinzugefügt

  • ID a88e544966ffc9b0d5b2990709fdcb7c4713c1fd
  • Vorgänger 133e3be2
  • Nachfolger 6dbc83af

kivi.popup_dialog: auf jQuery UI basierende Popupdialoge

Unterschiede anzeigen:

css/lx-office-erp/jquery-ui.custom.css
1
/* UI widgets in general */
2
.ui-widget-content {
3
  background-image: url("../../image/fade.png");
4
  background-repeat: repeat-x;
5
  background-color: #fff;
6
}
7

  
8
/* Tab widget */
1 9
.tabwidget {
2 10
  background: none;
3 11
  position: relative;
......
91 99
}
92 100

  
93 101
.ui-tabs .ui-tabs-nav li a { padding: .2em .7em; }
102

  
103
/* Dialog */
104
.ui-dialog {
105
  border: 1px solid black;
106
}
107

  
108
.ui-dialog .ui-dialog-titlebar {
109
  background: rgb(236,233,216);
110
  border-color: black;
111
  border-style: dashed;
112
  border-width: thin;
113
  color: black;
114
  font-size: 10pt;
115
  font-weight: bolder;
116
  margin: 5px;
117
  padding: 5px;
118
  position: relative;
119
  text-align:left;
120
}

Auch abrufbar als: Unified diff