aboutsummaryrefslogtreecommitdiff
path: root/id/templates/src/main/webapp/css/display.css
diff options
context:
space:
mode:
authormcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-08-08 07:25:32 +0000
committermcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-08-08 07:25:32 +0000
commit43e57a42832ea8b4ceb0317f3c9028a4174ffa7b (patch)
treef5ed9074b8d7b89b2dd5b22d326f63be103e7551 /id/templates/src/main/webapp/css/display.css
parent10889e9dea2cc2f70b475e6ff7af37fdba1621d9 (diff)
downloadmoa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.tar.gz
moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.tar.bz2
moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.zip
Adapted project directory structure to suit the new maven based build process.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@909 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/templates/src/main/webapp/css/display.css')
-rw-r--r--id/templates/src/main/webapp/css/display.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/id/templates/src/main/webapp/css/display.css b/id/templates/src/main/webapp/css/display.css
new file mode 100644
index 000000000..fc6da85b0
--- /dev/null
+++ b/id/templates/src/main/webapp/css/display.css
@@ -0,0 +1,52 @@
+/* Beispiel Display-Stylesheet */
+
+span.printText {
+ font-size:80%;
+ margin-left:1em;
+ margin-top:-1.2em;
+ margin-bottom:1em;
+ font-weight:bold;
+ float:right
+}
+
+#mainmenu {
+ padding-left: 8px
+}
+
+#currentcontext {
+ background-color:#eff3ff;
+ border-top: 1px solid #76769f;
+ border-bottom: 1px solid #76769f;
+}
+
+#contextmenu {
+ position: absolute;
+ padding-top: 0.5em;
+ margin-top: 1em;
+ background: #e7e9f6;
+ width: 12.5em;
+}
+
+#contextmenubottom {
+ padding-top:1em;
+ background:white;
+ background-image:url(/style/img/mnv.gif);
+ background-repeat:repeat-x;
+}
+
+#contentcontainer {
+ position: absolute;
+ padding: 0px;
+ margin-left: 13.5em;
+ margin-top: 1em;
+ width: 40em;
+ text-align: justify;
+}
+
+#content {
+ margin-top:0em;
+ margin-left:1em;
+}
+
+
+/* #z_location { font-size:80%; margin-left:1em; padding-top:1em; } */