---
src/app/stylesheets/_base.scss | 1 +
src/app/stylesheets/aggregator.scss | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/app/stylesheets/_base.scss b/src/app/stylesheets/_base.scss
index 967350d..3213f57 100644
--- a/src/app/stylesheets/_base.scss
+++ b/src/app/stylesheets/_base.scss
@@ -22,6 +22,7 @@ $runtimebg: #d83e40;
$headercl: #333;
+
@import "text";
@mixin border-radius($radius) {
diff --git a/src/app/stylesheets/aggregator.scss
b/src/app/stylesheets/aggregator.scss
index 6997bf4..a84d06e 100644
--- a/src/app/stylesheets/aggregator.scss
+++ b/src/app/stylesheets/aggregator.scss
@@ -110,9 +110,28 @@ h2 {
color: $headercl;
}
+
.clear {
clear: both;
}
+
+
+table {
+ border-collapse: collapse;
+ border: 1px solid $strokecl;
+ margin: 0; width: 100%;
+ font-size: 95%;
+ th {
+ font-family: $headlinefont;
+ text-transform: capitalize;
+ background-color: lighten($strokecl,50%);
+ }
+ td {
+ padding: 3px;
+ vertical-align: top;
+ }
+}
+
.action {
background: url(/images/icons/action-icons.png) no-repeat 0 0;
&:hover {
--
1.7.2.3
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel