diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 12:49:24 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 12:49:24 +0100 | 
| commit | ed86b280b2d50aa8b73fe4b452f933ff2e501d27 (patch) | |
| tree | df4f9bbe9a57f37ed6bab96cbbe587e7e832a66d /id/server/idserverlib/src/main | |
| parent | 07fdcbaa5af9fac24324ea9c0da370d718770fe5 (diff) | |
| download | moa-id-spss-ed86b280b2d50aa8b73fe4b452f933ff2e501d27.tar.gz moa-id-spss-ed86b280b2d50aa8b73fe4b452f933ff2e501d27.tar.bz2 moa-id-spss-ed86b280b2d50aa8b73fe4b452f933ff2e501d27.zip | |
change min-height in BKU-selection template
Diffstat (limited to 'id/server/idserverlib/src/main')
| -rw-r--r-- | id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html b/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html index c492f23c3..2b0115d4a 100644 --- a/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html +++ b/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html @@ -405,7 +405,7 @@         	#bkulogin {	            min-width: 190px; -          min-height: 155px;	 +          min-height: 170px;	  			 }  			 .setAssertionButton_full { | 
