diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-04 12:14:06 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-04 12:14:06 +0100 |
commit | 04636e11d108f26df4712c62be108d68ba166e0a (patch) | |
tree | c6694a44cc765d3564a5f37502a928475a377fd6 /id/oa/src/main/webapp/css | |
parent | 9ef2e8fc5a59abcadc71714da371605bc1fdafa5 (diff) | |
download | moa-id-spss-04636e11d108f26df4712c62be108d68ba166e0a.tar.gz moa-id-spss-04636e11d108f26df4712c62be108d68ba166e0a.tar.bz2 moa-id-spss-04636e11d108f26df4712c62be108d68ba166e0a.zip |
* update demoOA layout
* add test keystore
Diffstat (limited to 'id/oa/src/main/webapp/css')
-rw-r--r-- | id/oa/src/main/webapp/css/index.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/id/oa/src/main/webapp/css/index.css b/id/oa/src/main/webapp/css/index.css index 6ff99af63..b195a21c0 100644 --- a/id/oa/src/main/webapp/css/index.css +++ b/id/oa/src/main/webapp/css/index.css @@ -72,18 +72,21 @@ p { /* Anmeldeframe */ #demonstrator_main { clear:both; + margin-left: 5%; } #demonstrator_leftcontent { /*float:left;*/ /* width:255px; */ - margin-left: 40%; + margin-left: 17%; + margin-top:25px; position: relative; /* margin: 0 auto; */ } #submitbutton { width: 150px; + height: 35px; } h2#demonstrator_tabheader, h2#demonstrator_contentheader { |