14 lines
163 B
CSS
14 lines
163 B
CSS
|
.row {
|
||
|
overflow: hidden;
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
|
||
|
.element {
|
||
|
float: right;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.authldap-options input[type=text] {
|
||
|
width: 100%;
|
||
|
}
|