Merge lp://qastaging/~huwshimi/juju-gui/panel-css-fixes into lp://qastaging/juju-gui/experimental
Proposed by
H Wilkins
Status: | Merged |
---|---|
Merged at revision: | 1220 |
Proposed branch: | lp://qastaging/~huwshimi/juju-gui/panel-css-fixes |
Merge into: | lp://qastaging/juju-gui/experimental |
Diff against target: |
30 lines (+5/-1) 1 file modified
lib/views/juju-inspector.less (+5/-1) |
To merge this branch: | bzr merge lp://qastaging/~huwshimi/juju-gui/panel-css-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju GUI Hackers | Pending | ||
Review via email:
|
Description of the change
Panel CSS fixes
Fixed the inspector unit details header not displaying all information.
Was: http://
Should be: http://
Fixed the browser open/close tab appearing under the inspector unit details panel.
To post a comment you must log in.
Reviewers: mp+197636_ code.launchpad. net,
Message:
Please take a look.
Description:
Panel CSS fixes
Fixed the inspector unit details header not displaying all information. ubuntuone. com/1PcYJQYYW2w fvAaFTrCANz ubuntuone. com/0aEn7C4sjP4 kd8MXRifKi9
Was: http://
Should be: http://
Fixed the browser open/close tab appearing under the inspector unit
details panel.
https:/ /code.launchpad .net/~huwshimi/ juju-gui/ panel-css- fixes/+ merge/197636
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/36930043/
Affected files (+7, -1 lines): juju-inspector. less
A [revision details]
M lib/views/
Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: <email address hidden>
+New revision: <email address hidden>
Index: lib/views/ juju-inspector. less juju-inspector. less' juju-inspector. less 2013-11-27 05:36:45 +0000 juju-inspector. less 2013-12-04 03:00:05 +0000
=== modified file 'lib/views/
--- lib/views/
+++ lib/views/
@@ -43,6 +43,7 @@
. left-breakout {
.type9;
+ z-index: 500;
left: auto;
right: @inspector-width;
@@ -53,6 +54,9 @@
margin- top: 30px;
.unit- overview {
.unit-info- tabs {
padding: 30px;
}
+ .header {
+ height: auto;
+ }
@@ -86,7 +90,7 @@ juju-inspector {
.create- border- radius( @border- radius) ;
min- height: 100px;
.
position: relative;
- z-index: 500;
+ z-index: 501;
width: @inspector-width;
border: 0;