mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-11-05 15:13:23 +01:00
21 lines
275 B
CSS
21 lines
275 B
CSS
#sorter .ui-li.ui-li-static.ui-btn-up-c {
|
|
height: 3.8%;
|
|
padding: 0;
|
|
font-size: 8px;
|
|
padding-left: 5px;
|
|
line-height: 1.8em;
|
|
}
|
|
#sorter{
|
|
position: fixed;
|
|
top: 60px;
|
|
right: 0;
|
|
width: 20px;
|
|
z-index: 1;
|
|
}
|
|
#sorter ul{
|
|
height: 100%;
|
|
}
|
|
#sortedList{
|
|
padding-right: 35px;
|
|
}
|