Visually connect input language and available methods.

Adds a tooltip-like panel to clearly indicate that input methods displayed
are related to the input language selection.

Change-Id: Ib4e9bca48f1f18cfd09a32c25f7ebf404af228e8
This commit is contained in:
pginer
2012-11-20 14:20:47 +01:00
committed by Amir E. Aharoni
parent 7076d53d29
commit 4edd874d2e
3 changed files with 36 additions and 3 deletions

View File

@@ -55,4 +55,30 @@ div.input-settings-block {
padding-top: 10px;
padding-bottom: 15px;
font-size: 11pt;
}
.down+.uls-input-settings-caret {
display: inline-block;
width: 0;
height: 0;
border-top: none;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
border-bottom: 8px solid #f0f0f0;
content: "";
position: relative;
vertical-align: bottom;
top: 12px;
left: -16%;
margin: 0 -8px;
}
.uls-input-settings-toggle {
padding-top: 10px;
}
.uls-input-settings-inputmethods-list {
margin: 12px 0;
padding: 6px 10px;
background: #f0f0f0;
}