Extend $.fn.uls render method to add additional rendering of display settings link. Add css for the new element. Add display.png icon from the Agora icon set. Change-Id: I7a29b4892be02526969b0dd786c74bdb7551c074
19 lines
354 B
CSS
19 lines
354 B
CSS
div#settings-block {
|
|
border-left: 1px solid #C9C9C9;
|
|
padding-left: 10px;
|
|
}
|
|
div#display-settings-block {
|
|
/* @embed */
|
|
background: url('../images/display.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
padding-left: 25px;
|
|
cursor: pointer;
|
|
}
|
|
.settings-title {
|
|
font-size: 11pt;
|
|
}
|
|
.settings-text {
|
|
color: #555555;
|
|
font-size: 9pt;
|
|
} |