IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable. Added placeholder for about dialog css class.
This commit is contained in:
parent
15d2660752
commit
0d3d95ecbc
|
@ -1575,3 +1575,33 @@ table.z-vbox > tbody > tr > td > table {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<%-- about dialog --%>
|
||||||
|
.about-trace-panel {
|
||||||
|
}
|
||||||
|
.about-info-panel {
|
||||||
|
}
|
||||||
|
.about-credit-panel {
|
||||||
|
}
|
||||||
|
.about-credit-panel-logo {
|
||||||
|
}
|
||||||
|
.about-credit-panel-sponsors {
|
||||||
|
}
|
||||||
|
.about-credit-panel-sponsors-header {
|
||||||
|
}
|
||||||
|
.about-credit-panel-sponsors-links {
|
||||||
|
}
|
||||||
|
.about-credit-panel-contributors {
|
||||||
|
}
|
||||||
|
.about-credit-panel-contributors-header {
|
||||||
|
}
|
||||||
|
.about-credit-panel-contributors-links {
|
||||||
|
}
|
||||||
|
.about-main-panel {
|
||||||
|
}
|
||||||
|
.about-main-panel-logo {
|
||||||
|
}
|
||||||
|
.about-main-panel-version {
|
||||||
|
}
|
||||||
|
.about-main-panel-links {
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue