fix minor errors.

This commit is contained in:
saman bb
2013-05-30 01:01:54 -04:00
parent 4e63980834
commit a1c150c740

View File

@@ -1048,7 +1048,7 @@ a:hover .icon.out-link { background-position: -500px -14px;}
color: #a9a9a9;
padding: 5px 10px;
opacity: 1;
line-height: 19px;
line-height: 20px;
width: 100%;
}
@@ -1112,13 +1112,6 @@ input,
transition: opacity 200ms 200ms;
}
.entity-editor-pane .toggle-list button {
-webkit-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
-moz-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
-o-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
}
.entity-editor-pane a.hide-toggle {
-webkit-transition: padding-left 200ms 200ms, color 200ms 200ms;
-moz-transition: padding-left 200ms 200ms, color 200ms 200ms;