---
src/app/stylesheets/_base.scss | 2 ++
src/app/stylesheets/aggregator.scss | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/app/stylesheets/_base.scss b/src/app/stylesheets/_base.scss
index 4cf57ce..e9cde68 100644
--- a/src/app/stylesheets/_base.scss
+++ b/src/app/stylesheets/_base.scss
@@ -11,6 +11,7 @@ $formheadbg: #eee;
$formheadfg: #333;
$footerbg: #f3f3f3;
+$strokecl: #ddd;
$operationbg: #00a5dd;
$administrationbg: #a7b40a;
@@ -18,6 +19,7 @@ $buildbg: #fbaa5e;
$runtimebg: #d83e40;
+
@import "text";
@mixin border-radius($radius) {
diff --git a/src/app/stylesheets/aggregator.scss
b/src/app/stylesheets/aggregator.scss
index e6d9a79..f4b920d 100644
--- a/src/app/stylesheets/aggregator.scss
+++ b/src/app/stylesheets/aggregator.scss
@@ -73,6 +73,22 @@ input[type='submit'],button,.button {
}
}
+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