diff options
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/css')
| -rw-r--r-- | id/ConfigWebTool/src/main/webapp/css/index.css | 182 | 
1 files changed, 182 insertions, 0 deletions
| diff --git a/id/ConfigWebTool/src/main/webapp/css/index.css b/id/ConfigWebTool/src/main/webapp/css/index.css index 838080186..c0b95abba 100644 --- a/id/ConfigWebTool/src/main/webapp/css/index.css +++ b/id/ConfigWebTool/src/main/webapp/css/index.css @@ -47,8 +47,190 @@  #information_area {  	float: left;  	padding-left: 25px; +	padding-top: 25px;  } +#message_area { +		color: green; +} + +#message_area label { +	font-size: 18px; +	font-weight: bold; +} + +#error_area { +	color: red; +} + +#error_area label{ +	font-size: 18px; +	font-weight: bold; +} + +#search_area { +	 +} + +#button_area { +	margin-top: 25px; +	margin-bottom: 50px; +	clear: both; +	padding-left: 70px; +} + +#button_area input { +	  float: left; +    margin-left: 40px; +    width: 225px;	 +} + +#button_saml1_hidden { +	display: none; +} + +#button_pvp2_hidden { +	display: none; +} + +.oa_protocol_area { +    clear: both; +    margin-left: 25px; +    padding-top: 20px; +    display: none; +} + +.oa_protocol_area >h4 { +   margin-left: 10px; +} + + +.oa_config_block { +	padding-left: 15px; +	clear: both; +} + +/* .oa_config_block label{ +    float: left; +    padding-right: 10px; +    padding-top: 3px; +    text-align: right; +    width: 250px; +} */ + +.oa_config_block label.radio{ +    text-align: left; +    width: 170px; +} + +/* .oa_config_block input{ +    float: left; +    padding-bottom: 5px; +    padding-top: 5px; +    text-align: left; +} */ + +.oa_config_block input.radio{ +		margin-top: 6px; +} + +.oa_config_block h3 { +		padding-top: 25px; +} + +#loadOA_webpages_oaconfig_pvp2_certifcate_info{ +	width: 100%; +} + +.wwlbl { +	  float: left; +    padding-right: 10px; +    padding-top: 3px; +    text-align: right; +    width: 250px; +} + +.wwctrl { +    float: left; +    padding-bottom: 5px; +    padding-top: 5px; +    text-align: left;	 +} + +.wwgrp { +	clear:both; +} + +#oa_saml1_area .wwgrp { +	float: left; +	clear: none; +	margin-right: 50px; +} + +div .wwgrp br {  +	display: none;  +} + +.textfield_short { +	width: 30px; +	 +} + +.textfield_long { +	width: 600px; +	 +} + +.textfield_large{ +	width: 600px; +	height: 200px; +	text-align: left; +} +	 +.checkbox{ +	margin-top: 7px; +} + +.oa_buttons{ +	float: left; +	margin-left: 100px; +} + +#list_area { +	width: 100%; +} + +.listElement { +	cursor: pointer; +  margin-bottom: 5px; +  margin-top: 5px; +  padding-top: 5px; +  padding-right: 10px; +  border-bottom: 1px; +  border-color: red; +  border-bottom-style: solid; +  clear: both;	 +} + +#listHeader { +	cursor: default; +	border-bottom-style: none; +	display: table-header-group; +	font-weight: bold; +	font-size: 18px; +} + +.listFirst { +	position: relative; +	width: 450px; +	float: left; +	 +} + +.listSecond { +	position: relative; +	float: left; +}  #footer_area {      background-color: green; | 
