Fix tagger UI wrapping in some browsers
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/bdc376d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/bdc376d4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/bdc376d4 Branch: refs/heads/vpc Commit: bdc376d42f51c894d259c62efd5d07598d88cd5f Parents: f01f687 Author: Brian Federle <[email protected]> Authored: Tue Jul 24 15:16:47 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Jul 24 15:26:17 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/bdc376d4/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index c7e7ae3..822b601 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -8966,7 +8966,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { } .tagger .field { - width: 179px; + width: 35%; float: left; position: relative; } @@ -8995,7 +8995,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { .tagger form label { display: block; float: left; - width: 28px; + width: 25px; text-align: right; font-size: 10px; color: #394552; @@ -9025,6 +9025,11 @@ div.panel.ui-dialog div.list-view div.fixed-header { border-radius: 4px; } +.tagger form input { + width: 45%; + margin-left: 9px; +} + .tagger form input[type=submit] { background: url(../images/bg-gradients.png) repeat-x 0px -220px; cursor: pointer; @@ -9042,6 +9047,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { border-radius: 4px; padding: 7px 25px 7px 26px; margin-left: 16px; + width: auto; } .tagger form input[type=submit]:hover {
