buttons fixed
This commit is contained in:
parent
5de5ed9f1a
commit
a3caf7e407
@ -54,8 +54,8 @@
|
||||
|
||||
<ul id="outbox"></ul>
|
||||
</div>
|
||||
<div>
|
||||
<button id="new-photo">Picture</button>
|
||||
<div id="input-footer">
|
||||
<button id="new-photo">Photo</button>
|
||||
<button id="new-message">Message</button>
|
||||
</div>
|
||||
|
||||
|
@ -25,6 +25,63 @@ img{
|
||||
-ms-interpolation-mode: nearest-neighbor;
|
||||
}
|
||||
|
||||
|
||||
#input-footer{
|
||||
position: fixed;
|
||||
top:0px;
|
||||
width:100%;
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
|
||||
#new-photo{
|
||||
display:inline;
|
||||
float:left;
|
||||
width:30%;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
outline: none;
|
||||
border:0;
|
||||
-webkit-border-radius: 13px;
|
||||
-moz-border-radius: 13px;
|
||||
border-radius: 13px;
|
||||
height:40px;
|
||||
display: block;
|
||||
font-family: inherit;
|
||||
font-size: 20px;
|
||||
font-weight:bold;
|
||||
text-shadow: 0 0 23px #888;
|
||||
background-color:#fff;
|
||||
-moz-box-shadow:0 0 23px #bbb;
|
||||
-webkit-box-shadow:0 0 23px #bbb;
|
||||
box-shadow:0 0 23px #bbb;
|
||||
}
|
||||
|
||||
#new-message{
|
||||
margin-right: 60px;
|
||||
display:inline;
|
||||
width:30%;
|
||||
float:right;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
outline: none;
|
||||
border:0;
|
||||
-webkit-border-radius: 13px;
|
||||
-moz-border-radius: 13px;
|
||||
border-radius: 13px;
|
||||
height:40px;
|
||||
display: block;
|
||||
font-family: inherit;
|
||||
font-size: 20px;
|
||||
font-weight:bold;
|
||||
text-shadow: 0 0 23px #888;
|
||||
background-color:#fff;
|
||||
-moz-box-shadow:0 0 23px #bbb;
|
||||
-webkit-box-shadow:0 0 23px #bbb;
|
||||
box-shadow:0 0 23px #bbb;
|
||||
}
|
||||
|
||||
|
||||
/* hide calculation canvases */
|
||||
#sourceImage{
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user