Signed-off-by: Pieter van de Bruggen <[email protected]>
---
Local-branch: tickets/next/6989
public/stylesheets/application.css | 8 +++-----
public/stylesheets/sass/application.scss | 5 ++---
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/public/stylesheets/application.css
b/public/stylesheets/application.css
index c1b1952..15be9f9 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -375,8 +375,7 @@ body {
vertical-align: top; }
body.reports_show_action #report-tabs {
display: none;
- font-size: 14px;
- font-weight: bold;
+ font: bold 14px Arial;
float: left;
margin: 0;
padding: 0; }
@@ -391,8 +390,7 @@ body {
padding: 4px 1em;
margin-right: 4px;
cursor: pointer;
- color: white;
- vertical-align: middle; }
+ color: white; }
body.reports_show_action #report-tabs li.active {
border-bottom-color: white;
background-color: white;
@@ -401,7 +399,7 @@ body {
border: solid 1px #CCC;
background-color: white;
padding: 1em;
- margin-top: 27px;
+ margin-top: 25px;
margin-bottom: 1em; }
body.reports_show_action .section {
margin: 0; }
diff --git a/public/stylesheets/sass/application.scss
b/public/stylesheets/sass/application.scss
index c62b983..0eaeef6 100644
--- a/public/stylesheets/sass/application.scss
+++ b/public/stylesheets/sass/application.scss
@@ -526,8 +526,7 @@ body {
&.reports_show_action {
#report-tabs {
display: none;
- font-size: 14px;
- font-weight: bold;
+ font: bold 14px Arial;
float: left;
margin: 0;
padding: 0;
@@ -555,7 +554,7 @@ body {
border: solid 1px #CCC;
background-color: white;
padding: 1em;
- margin-top: 27px;
+ margin-top: 25px;
margin-bottom: 1em;
}
--
1.7.4.1
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.