IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable. Added placeholder for about dialog css class.

This commit is contained in:
Heng Sin Low 2013-06-12 00:09:01 +08:00
parent 15d2660752
commit 0d3d95ecbc
1 changed files with 30 additions and 0 deletions

View File

@ -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 {
}