summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/derby-store/src
diff options
context:
space:
mode:
authorAndrew MacBean <macbean@apache.org>2014-08-04 15:07:03 +0000
committerAndrew MacBean <macbean@apache.org>2014-08-04 15:07:03 +0000
commitdb0a2faff34a764fc5ac63186f3805197c47d712 (patch)
tree98b737e9928f8447a100083cdc0ad5290b747d7c /qpid/java/broker-plugins/derby-store/src
parentc747d3860b68cd9f166748a0b7c2b72e8a547e3b (diff)
downloadqpid-python-db0a2faff34a764fc5ac63186f3805197c47d712.tar.gz
QPID-5935: [Java Broker] Web Management UI style refactor to remove html inline styles and standardise via css
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins/derby-store/src')
-rw-r--r--qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/add.html4
-rw-r--r--qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/show.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/add.html b/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/add.html
index 8e50267ec7..fa4f0d64f1 100644
--- a/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/add.html
+++ b/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/add.html
@@ -19,7 +19,7 @@
-
-->
<div>
- <div style="clear:both">
+ <div class="clear">
<div class="formLabel-labelCell tableContainer-labelCell">Store path*:</div>
<div class="formLabel-controlCell tableContainer-valueCell">
<input type="text" id="addVirtualHostNode.storePath"
@@ -32,5 +32,5 @@
title: 'Enter store path'" />
</div>
</div>
- <div style="clear:both"></div>
+ <div class="clear"></div>
</div>
diff --git a/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/show.html b/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/show.html
index 56c09a8ad7..d86d9cfa03 100644
--- a/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/show.html
+++ b/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/show.html
@@ -15,7 +15,7 @@
~ limitations under the License.
-->
-<div style="clear:both">
+<div class="clear">
<div class="formLabel-labelCell">Configuration store path:</div>
<div class="storePath"></div>
</div>