summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/app.css
blob: 9b653b3b56a56394f8323986b65f97ae6924b9fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
html, body, #app {
  height: 100%;
  min-width: 1000px;
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.about-table td{
  padding:0.5rem 1rem;
  border-bottom: 1px solid #DDD;
}
.about-table pre {
  background:#FFF;
  border:1px solid #CCC;
  padding:1rem;
  margin: 1rem 0;
}
01/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-protocol</groupId> <artifactId>plugins-event-protocol</artifactId> <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>plugins-event-protocol-jms</artifactId> <name>${project.artifactId}</name> <description>[${project.parent.artifactId}] Plugins for handling events that are being transported as JMS messages</description> <profiles> <profile> <id>apexSite</id> <activation> <property> <name>apexSite</name> </property> </activation> <properties> <adsite-plugins-event-protocol-jms-dir>${project.basedir}/src</adsite-plugins-event-protocol-jms-dir> </properties> <distributionManagement> <site> <id>${project.artifactId}-site</id> <url>${apex.adsite.prefix}/modules/plugins/plugins-event/${project.parent.artifactId}/${project.artifactId}/</url> </site> </distributionManagement> </profile> </profiles> </project>