CSS adjustment for the 'No input methods avaialble' message.
* Avoids H4 to affect the layout when is empty. * Adjusts text and spacing according to other disabled messages in this context. Change-Id: Ia5ca2342aaec7554765fb492303851a216124a90
This commit is contained in:
@@ -50,7 +50,12 @@ div.input-settings-block {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.uls-input-settings-disable-info {
|
||||
.ext-uls-input-settings-imes-title:empty {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.uls-input-settings-disable-info,
|
||||
.uls-input-settings-no-inputmethods {
|
||||
color: #565656;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 15px;
|
||||
|
||||
Reference in New Issue
Block a user