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 2015/05/22 06:20:33 UTC

git commit: updated refs/heads/4.4 to 9ab52ef

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 66e3f3000 -> 9ab52eff1


Fixes breadcrumbs problem described in CLOUDSTACK-7907

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

Branch: refs/heads/4.4
Commit: 9ab52eff1f58d82bef8900a97d6a8eed5fecd365
Parents: 66e3f30
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Fri May 22 00:54:29 2015 +0200
Committer: Rajani Karuturi <ra...@gmail.com>
Committed: Fri May 22 09:50:01 2015 +0530

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9ab52eff/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 748fc0d..62147e4 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -3509,7 +3509,7 @@ div.toolbar div.filters select {
 }
 
 #breadcrumbs div.home {
-  width: 71px;
+  width: auto;
   height: 23px;
   float: left;
   /*+placement:shift -1px 0px;*/
@@ -3535,7 +3535,7 @@ div.toolbar div.filters select {
   float: left;
   font-size: 13px;
   color: #FFFFFF;
-  padding: 9px 5px 0px 8px;
+  padding: 9px 5px 0px 0px;
   cursor: pointer;
   /*+placement:shift -13px 0px;*/
   position: relative;
@@ -3568,6 +3568,7 @@ div.toolbar div.filters select {
   left: 0px;
   top: 0px;
   color: #63A9F1;
+  padding: 9px 5px 0px 8px;
 }
 
 #breadcrumbs ul li:hover,
@@ -3593,11 +3594,7 @@ div.toolbar div.filters select {
 #breadcrumbs ul li {
   position: relative;
   /*+placement:shift -36px 0px;*/
-  position: relative;
-  left: -36px;
   top: 0px;
-  margin-left: -10px;
-  text-indent: 13px;
   font-size: 13px;
 }