diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-02-13 12:06:41 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-02-13 12:06:41 +0100 |
commit | 4b3324b88ed5246bb27de86f19f6de49c98f0615 (patch) | |
tree | b17cbecffdd33208537aaace8430b1bcff2083e0 /id/ConfigWebTool/src/main/webapp/css | |
parent | b6076468ae4c2fda384d051adece37a351faae31 (diff) | |
parent | 713ca50cbcb276254689088ea558401af018ffcd (diff) | |
download | moa-id-spss-4b3324b88ed5246bb27de86f19f6de49c98f0615.tar.gz moa-id-spss-4b3324b88ed5246bb27de86f19f6de49c98f0615.tar.bz2 moa-id-spss-4b3324b88ed5246bb27de86f19f6de49c98f0615.zip |
Merge branch 'moa2_0_tlenz' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into moa2_0_tlenz_bs_2
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 { |