summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/derby-store
diff options
context:
space:
mode:
authorAndrew MacBean <macbean@apache.org>2014-07-29 10:05:03 +0000
committerAndrew MacBean <macbean@apache.org>2014-07-29 10:05:03 +0000
commit135ca4526244a4d5b1a960122f3d00f2c07c5344 (patch)
tree9d2bd7e4014439e82c5a34ac16f9ffa007841390 /qpid/java/broker-plugins/derby-store
parentfbb5f1bab02e79ee56c4695798a5ae276b9e6449 (diff)
downloadqpid-python-135ca4526244a4d5b1a960122f3d00f2c07c5344.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@1614299 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins/derby-store')
-rw-r--r--qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/add.html8
-rw-r--r--qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhostnode/derby/show.html4
2 files changed, 6 insertions, 6 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 452005d144..0d24fa0c9e 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
@@ -20,8 +20,8 @@
-->
<div>
<div style="clear:both">
- <div class="formLabel-labelCell tableContainer-labelCell" style="float:left; width: 300px;">Name*:</div>
- <div class="formLabel-controlCell tableContainer-valueCell" style="float:left;">
+ <div class="formLabel-labelCell tableContainer-labelCell">Name*:</div>
+ <div class="formLabel-controlCell tableContainer-valueCell">
<input type="text" id="addVirtualHostNode.name"
data-dojo-type="dijit/form/ValidationTextBox"
data-dojo-props="
@@ -34,8 +34,8 @@
</div>
</div>
<div style="clear:both">
- <div class="formLabel-labelCell tableContainer-labelCell" style="float:left; width: 300px;">Store path*:</div>
- <div class="formLabel-controlCell tableContainer-valueCell" style="float:left;">
+ <div class="formLabel-labelCell tableContainer-labelCell">Store path*:</div>
+ <div class="formLabel-controlCell tableContainer-valueCell">
<input type="text" id="addVirtualHostNode.storePath"
data-dojo-type="dijit/form/ValidationTextBox"
data-dojo-props="
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 2bdbc761e6..a90ae74aaa 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
@@ -16,6 +16,6 @@
-->
<div style="clear:both">
- <div class="formLabel-labelCell" style="float:left; width: 200px;">Store Path:</div>
- <div class="storePath" style="float:left;"></div>
+ <div class="formLabel-labelCell">Store Path:</div>
+ <div class="storePath"></div>
</div>