Added some fixes for some small things adn reset the js

This commit is contained in:
Kyle Fiedler
2012-07-09 10:22:55 -04:00
parent c8da987436
commit dbcad03ddd
5 changed files with 59 additions and 24 deletions

View File

@@ -104,7 +104,12 @@ textarea {
background: url('../img/drag-handle.png') no-repeat center;
text-indent: -9999px;
display: block;
float: right;
cursor: move;
height: 100%;
padding: 0;
@include position(absolute, 0px 0px 0 0);
width: 30px;
z-index: 99;
}
.editable {

View File

@@ -27,12 +27,17 @@ section.cal {
@include inline-block;
float: right;
margin: 0;
padding: 0;
&.actions {
float: left;
}
li {
@include inline-block;
margin-right: 6px;
border-right: 1px solid #ddd;
padding: 0 6px;
padding: 0 6px 0 0;
&:last-child {
border-right: 0;
@@ -161,16 +166,10 @@ section.cal {
&.draggable {
background-color: $light-blue;
float: none;
height: 100%;
padding: 0;
@include position(absolute, 0px 0px 0 0);
width: 30px;
z-index: 99;
opacity: .3;
padding: 0;
&:hover {
cursor: move;
background-color: lighten($yellow, 10%);
}
}

View File

@@ -109,6 +109,7 @@ section#unit-wrapper {
li {
padding: 6px;
position: relative;
&:last-child {
border-bottom: 0;
@@ -124,7 +125,7 @@ section#unit-wrapper {
a.draggable {
float: right;
opacity: .5;
opacity: .4;
}
&.group {
@@ -198,6 +199,7 @@ section#unit-wrapper {
li {
padding: 6px;
border-collapse: collapse;
position: relative;
&:last-child {
border-bottom: 1px solid darken($light-blue, 8%);