git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@80 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2016-04-04 16:01:28 +00:00
parent 8903d71a93
commit 4c1e83cec1
5 changed files with 111 additions and 8 deletions
+42
View File
@@ -261,4 +261,46 @@ html .ui-alt-icon .ui-radio-off:after {
width: 24px;
height: 24px;
background-size: 24px 24px;
}
.alphabetContainer{
position: fixed;
top: 35px;
right: 2px;
width: 20px;
padding: 0;
margin: 18px 0 0;
font-size: larger;
font-weight: 700;
z-index: 10;
background-color: rgba(199, 199, 199, 0.36);
border-radius: 4px;
overflow-x: hidden;
overflow-y: hidden;
}
.alphabetContainer_hover{
background-color: rgb(199, 199, 199)!important;
}
.alphabetContainer:hover{
background-color: rgb(199, 199, 199)!important;
}
.alphabetList{
list-style: none;
padding: 0;
margin: 0px;
margin-left: 3px;
text-shadow: none;
}
.alphabetList li a{
color: white !important;
}
.alphabeticalListed{
margin-right: 6px!important;
}
+1 -1
View File
File diff suppressed because one or more lines are too long