CLOUDSTACK-98: Fix alignment of project dashboard event rows

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

Branch: refs/heads/4.0
Commit: 6802cda45af14ea9816f418568856304e4ee2abe
Parents: 501d264
Author: Brian Federle <[email protected]>
Authored: Tue Sep 18 11:08:41 2012 -0700
Committer: Edison Su <[email protected]>
Committed: Tue Sep 18 15:49:14 2012 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6802cda4/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index dfd4b16..fd970c4 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -6,9 +6,9 @@
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
-* 
+*
 *   http://www.apache.org/licenses/LICENSE-2.0
-* 
+*
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -8611,6 +8611,9 @@ div.panel.ui-dialog div.list-view div.fixed-header {
   position: relative;
   left: 5px;
   top: 8px;
+  display: inline-block;
+  padding-bottom: 13px;
+  max-width: 171px;
 }
 
 .info-boxes .info-box ul li .total span {
@@ -10386,5 +10389,6 @@ div.ui-dialog div.autoscaler div.field-group 
div.form-container form div.form-it
 
 .label-hovered {
   cursor: pointer;
-  color: blue !important;
+  color: #0000FF !important;
 }
+

Reply via email to