You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/09/18 20:08:51 UTC

git commit: CLOUDSTACK-98: Fix alignment of project dashboard event rows

Updated Branches:
  refs/heads/master 955cbd97b -> d66f2077d


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/d66f2077
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d66f2077
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d66f2077

Branch: refs/heads/master
Commit: d66f2077d1552d2bad1cacb2465faebd8f4c0e35
Parents: 955cbd9
Author: Brian Federle <br...@citrix.com>
Authored: Tue Sep 18 11:08:41 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Sep 18 11:08:41 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/d66f2077/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;
 }
+