mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-19 11:50:09 +08:00
CSS refactoring
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user