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:
pginer
2012-11-23 15:31:30 +01:00
committed by Amir E. Aharoni
parent ea8bbfd35d
commit 64b4fdb7bd

View File

@@ -50,7 +50,12 @@ div.input-settings-block {
color: #000; 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; color: #565656;
padding-top: 10px; padding-top: 10px;
padding-bottom: 15px; padding-bottom: 15px;