aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/webapp/css/index.css
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2013-07-29 16:18:47 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2013-08-06 10:24:36 +0200
commite281b81475cc8a94a59f6ce7767d4b0996ea7180 (patch)
tree51b7a5e0e0a1abacc6157a0509377cdc5fb03fed /id/ConfigWebTool/src/main/webapp/css/index.css
parent99694b29f82f858f5b6163e6a3d6c11caaeb487e (diff)
downloadmoa-id-spss-e281b81475cc8a94a59f6ce7767d4b0996ea7180.tar.gz
moa-id-spss-e281b81475cc8a94a59f6ce7767d4b0996ea7180.tar.bz2
moa-id-spss-e281b81475cc8a94a59f6ce7767d4b0996ea7180.zip
Configuration Tool:
- OA Configuration TODO: - General Configuration - Import - User Management
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/css/index.css')
-rw-r--r--id/ConfigWebTool/src/main/webapp/css/index.css182
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;