Changes to show the display settings in the sidebar
* Add a caret for the ULS in the sidebar. * Adjust the panel's position. * Immediately show the Display settings instead of the language list. Also added documentation. Change-Id: I6635092e9e020cb1f5b51f437abde4e81c31ae48
This commit is contained in:
@@ -52,6 +52,24 @@ x:-o-prefocus, body.rtl li#pt-uls {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uls-menu .caret-before {
|
||||
border-top: 20px solid transparent;
|
||||
border-right: 20px solid #AAA;
|
||||
border-bottom: 20px solid transparent;
|
||||
display: inline-block;
|
||||
left: -21px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.uls-menu .caret-after {
|
||||
border-top: 20px solid transparent;
|
||||
border-right: 20px solid #FCFCFC;
|
||||
border-bottom: 20px solid transparent;
|
||||
display: inline-block;
|
||||
left: -20px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#settings-block div.display-settings-block,
|
||||
#settings-block div.input-settings-block {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user