diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-11 08:13:51 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-11 08:13:51 +0100 |
commit | b905c43b4630d290026d03e744413b20f1b73551 (patch) | |
tree | cebfc91f43ad1e5eda977d4fc2509859abd7c4da /id/ConfigWebTool/src/main/webapp/css | |
parent | f86ebab09aad5971c86dce3827d46a0d41003994 (diff) | |
download | moa-id-spss-b905c43b4630d290026d03e744413b20f1b73551.tar.gz moa-id-spss-b905c43b4630d290026d03e744413b20f1b73551.tar.bz2 moa-id-spss-b905c43b4630d290026d03e744413b20f1b73551.zip |
* add OA specific BKU selection template
* add OA specific send-assertion template
* add OA specific applet height and width configuration
* add PVP2.x reload checkbox in PVP2.x OA configuration
* add new elements to MOA-ID configuration
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/css')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/css/index.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/css/index.css b/id/ConfigWebTool/src/main/webapp/css/index.css index 79f8b4e72..e3d2763c2 100644 --- a/id/ConfigWebTool/src/main/webapp/css/index.css +++ b/id/ConfigWebTool/src/main/webapp/css/index.css @@ -168,8 +168,15 @@ body { .oa_protocol_area { clear: both; margin-left: 25px; - padding-top: 20px; - display: none; + padding-top: 20px; +} + +.hidden { + display: none; +} + +.floatClass > .wwgrp { + clear: none; } .oa_protocol_area >h4 { |