mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-30 16:30:07 +08:00
57 lines
795 B
CSS
57 lines
795 B
CSS
.expandCollapse{
|
|
display: block;
|
|
position: absolute;
|
|
left: -28px;
|
|
/*margin-top: -23px;*/
|
|
top: -2px;
|
|
opacity: 0.001;
|
|
/*visibility: hidden; */
|
|
}
|
|
|
|
|
|
|
|
|
|
ul li a.zoomButton{
|
|
display: block;
|
|
position: absolute;
|
|
left: -17px;
|
|
|
|
height: 11px !important;
|
|
width: 11px;
|
|
|
|
margin-top: 4px;
|
|
margin-right: 8px;
|
|
|
|
/*background: url("smiley.png") no-repeat center; */
|
|
/*background-color: grey;*/
|
|
background-size: 140%;
|
|
|
|
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.collapsed{
|
|
background-color: grey;
|
|
}
|
|
|
|
ul li i{
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
.handle {
|
|
display: float;
|
|
height: 22px;
|
|
width: 16px;
|
|
}
|
|
.handle a {
|
|
height: 24px;
|
|
width: 16px;
|
|
}
|
|
.handle a img {
|
|
height: 16px;
|
|
width: 16px;
|
|
margin-bottom: 8px;
|
|
} |