CSS refactoring

This commit is contained in:
Curtis SerVaas
2014-09-21 11:02:58 -04:00
parent 150eedd1c3
commit ee003dd113
10 changed files with 365 additions and 370 deletions
+57
View File
@@ -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;
}