aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2012-04-07 20:39:34 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2012-04-07 20:39:34 +0200
commiteecd95e489197082a442e7efd179d55b256f0214 (patch)
tree6e6015182a44c0352c3ff609231b9ebfc88a11c0 /public
parent206eb09dedf40d6f46c9b102107228069baf1969 (diff)
downloadecs2-eecd95e489197082a442e7efd179d55b256f0214.tar.gz
ecs2-eecd95e489197082a442e7efd179d55b256f0214.zip
Changed view template to haml.
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/ecs.css30
1 files changed, 27 insertions, 3 deletions
diff --git a/public/stylesheets/ecs.css b/public/stylesheets/ecs.css
index fd90654..2e54a4f 100644
--- a/public/stylesheets/ecs.css
+++ b/public/stylesheets/ecs.css
@@ -53,8 +53,7 @@ tr.list {
font-size: 100%;
font-style: normal;
color: #005A46;
- vertical-align:middle;
- padding:2px;
+ padding-left:2px;
}
.table-resource-value {
@@ -407,13 +406,20 @@ h1 {
}
.box3 {
+ display: inline;
border: 1px solid #BBBBBB;
+ padding-right: 0.5em;
}
.box4 {
background-color: #edfada;
}
+.box5 {
+ border: 1px solid #BBBBBB;
+ padding-right: 0.5em;
+}
+
th.underline {
border-bottom: 1px solid black;
@@ -423,5 +429,23 @@ th.underline {
.text-link {
display: inline;
- margin-right: 0.5em;
+ margin-right: 0em;
+ margin-left: 0px;
+ padding-left:0px;
+ padding-right:0px;
+}
+
+.inline {
+ display: inline;
+}
+
+
+.small-skip {
+ margin-bottom:0em;
+ margin-top:0.5em;
+}
+
+.normal-skip {
+ margin-bottom:0em;
+ margin-top:1em;
}