diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-21 10:13:42 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-11-03 10:45:37 +0100 |
commit | 0b513625b19ba63e5c23b60fbb505cd4a7c232ab (patch) | |
tree | 3d0b305cc976f745f3e6da5c79de943d2e4fa9c3 /id/ConfigWebTool/src/main/webapp/css/index.css | |
parent | 3ca1a273b2ebc279ec3ad94d9ed38d0b39477679 (diff) | |
download | moa-id-spss-0b513625b19ba63e5c23b60fbb505cd4a7c232ab.tar.gz moa-id-spss-0b513625b19ba63e5c23b60fbb505cd4a7c232ab.tar.bz2 moa-id-spss-0b513625b19ba63e5c23b60fbb505cd4a7c232ab.zip |
update ConfigTool to support more than one ELGA mandate-service
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/css/index.css')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/css/index.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/css/index.css b/id/ConfigWebTool/src/main/webapp/css/index.css index 6b4d310ef..80ccf93be 100644 --- a/id/ConfigWebTool/src/main/webapp/css/index.css +++ b/id/ConfigWebTool/src/main/webapp/css/index.css @@ -408,6 +408,16 @@ div .wwgrp br { text-decoration:none; } +.selectfield_long { + width: 600px; + float: left; + margin-right: 5px; + background: transparent; + overflow: hidden; + border: 1px solid #ccc; + text-decoration:none; +} + .checkbox{ margin-top: 7px; margin-left:0px; |