user_saml/css/admin.css

30 lines
462 B
CSS
Raw Normal View History

2016-06-29 00:04:23 +02:00
#user-saml input[type="text"],textarea {
max-width: 600px;
2016-06-29 00:04:23 +02:00
width: 100%;
}
#user-saml input[type="checkbox"] {
vertical-align:middle;
}
#user-saml h4 {
font-size: 14px;
font-weight: 300;
margin: 12px 0;
}
#user-saml-settings > div {
margin-bottom: 10px;
}
.indent {
padding-left: 14px;
}
#user-saml-settings .toggle {
clear: both;
padding: 7px 0;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
2016-06-29 00:04:23 +02:00
}