|
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
#contacts { position: fixed; background: #fff; max-width: 100%; width: 20em; left: 12.5em; top: 3.7em; bottom: 3em; overflow: auto; padding: 0; margin: 0; } |
|
|
|
|
.contacts a { height: 23px; display: block; left: 12.5em; margin: 0 0 0 0; padding: 0 0 0 25px; } |
|
|
|
|
.contacts li.ui-draggable { height: 23px; } |
|
|
|
|
.ui-draggable-dragging { width: 16em; } |
|
|
|
|
.ui-draggable-dragging { width: 17em; cursor: move; } |
|
|
|
|
.ui-state-hover { border: 1px solid dashed; } |
|
|
|
|
#bottomcontrols { padding: 0; bottom:0px; height:2.8em; width: 20em; margin:0; background:#eee; border-top:1px solid #ccc; position:fixed; -moz-box-shadow: 0 -3px 3px -3px #000; -webkit-box-shadow: 0 -3px 3px -3px #000; box-shadow: 0 -3px 3px -3px #000;} |
|
|
|
|
#bottomcontrols img { margin-top: 0.35em; } |
|
|
|
|