You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/11/05 11:56:34 UTC

[1/2] git commit: updated refs/heads/master to 083feab

Repository: cloudstack
Updated Branches:
  refs/heads/master 4c5f792ca -> 083feab7c


CLOUDSTACK-7837: [UI] Make the Source CIDR column wide enough to fit the CIDR value without ellipsizing

Signed-off-by: Rajani Karuturi <ra...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/64906942
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/64906942
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/64906942

Branch: refs/heads/master
Commit: 6490694231cb1184011b8504cb118ba73fe6cdc1
Parents: 2cd4ad2
Author: Mihaela Stoica <mi...@citrix.com>
Authored: Tue Nov 4 11:35:57 2014 +0000
Committer: Rajani Karuturi <ra...@gmail.com>
Committed: Wed Nov 5 16:17:09 2014 +0530

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/64906942/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 937617f..2914834 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -8261,7 +8261,7 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
 
 .multi-edit .data .data-body .data-item > table tbody tr td span {
   overflow: hidden;
-  max-width: 78px;
+  max-width: 90%;
   display: block;
   float: left;
   text-overflow: ellipsis;
@@ -8419,6 +8419,17 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
   font-size: 10px;
 }
 
+/* special case for 'Source CIDR' column - make it wide enough to fit a CIDR without ellipsizing*/
+.detail-view .multi-edit table tr th.cidrlist,
+.detail-view .multi-edit table tr td.cidrlist {
+  min-width: 112px !important;
+  max-width: 112px !important;
+}
+.detail-view .multi-edit td.cidrlist input {
+  width: 85%;
+}
+
+
 /** Header fields*/
 .multi-edit .header-fields {
   position: relative;


[2/2] git commit: updated refs/heads/master to 083feab

Posted by ra...@apache.org.
Merge branch '4.5'

* 4.5:
  CLOUDSTACK-7837: [UI] Make the Source CIDR column wide enough to fit the CIDR value without ellipsizing


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/083feab7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/083feab7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/083feab7

Branch: refs/heads/master
Commit: 083feab7c0e680239328a0b38eb9d202bb44284a
Parents: 4c5f792 6490694
Author: Rajani Karuturi <ra...@gmail.com>
Authored: Wed Nov 5 16:26:08 2014 +0530
Committer: Rajani Karuturi <ra...@gmail.com>
Committed: Wed Nov 5 16:26:08 2014 +0530

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/083feab7/ui/css/cloudstack3.css
----------------------------------------------------------------------