diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-24 10:08:12 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-24 10:08:12 +0100 |
commit | 73dcb45b9e027ac9df3f810655139324521956a4 (patch) | |
tree | 487502ab4db57534c55cc86c026079af21d8c1f7 /id/ConfigWebTool/src/main/webapp/css/index.css | |
parent | cd16ab61f7de0ef709ddc1330f9b7d0b241ea690 (diff) | |
download | moa-id-spss-73dcb45b9e027ac9df3f810655139324521956a4.tar.gz moa-id-spss-73dcb45b9e027ac9df3f810655139324521956a4.tar.bz2 moa-id-spss-73dcb45b9e027ac9df3f810655139324521956a4.zip |
solve VIDP CSS and JS problems
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/css/index.css')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/css/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/css/index.css b/id/ConfigWebTool/src/main/webapp/css/index.css index e3d2763c2..9d9f59587 100644 --- a/id/ConfigWebTool/src/main/webapp/css/index.css +++ b/id/ConfigWebTool/src/main/webapp/css/index.css @@ -183,6 +183,11 @@ body { margin-left: 10px; } +.oa_protocol_area >h5 { + clear: both; + margin-left: 10px; + padding-top: 10px; +} .oa_config_block { padding-left: 15px; |