#43990: Fix container-inline for node text fields
parent
5ba0c5969d
commit
4750fb3184
|
@ -24,6 +24,10 @@ td.revision-current {
|
|||
display: block;
|
||||
width: 95%;
|
||||
}
|
||||
.node-form .container-inline .form-text {
|
||||
display: inline;
|
||||
width: auto;
|
||||
}
|
||||
.node-form .standard {
|
||||
clear: both;
|
||||
}
|
||||
|
|
|
@ -32,9 +32,6 @@ thead th {
|
|||
.breadcrumb {
|
||||
padding-bottom: .5em
|
||||
}
|
||||
.container-inline div {
|
||||
display: inline;
|
||||
}
|
||||
.error {
|
||||
color: #f00;
|
||||
}
|
||||
|
@ -152,6 +149,13 @@ dl.multiselect .form-item {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
** Inline items (need to override above)
|
||||
*/
|
||||
.container-inline div, .container-inline label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/*
|
||||
** Tab navigation
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue