diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-21 10:13:42 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-21 10:13:42 +0200 |
commit | 87be1b91493b0b5f4a03f049dfa99f7ba3c6f35e (patch) | |
tree | c0d13564029955028694eb7924c7ea37b164ce92 /id/ConfigWebTool/src/main/webapp/css/index.css | |
parent | f4bc3a6fb1c1b9b07b74e2254d6acb71985d8c39 (diff) | |
download | moa-id-spss-87be1b91493b0b5f4a03f049dfa99f7ba3c6f35e.tar.gz moa-id-spss-87be1b91493b0b5f4a03f049dfa99f7ba3c6f35e.tar.bz2 moa-id-spss-87be1b91493b0b5f4a03f049dfa99f7ba3c6f35e.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; |