diff --git a/webapp.html b/webapp.html index da0a4d9..2f7dd9a 100644 --- a/webapp.html +++ b/webapp.html @@ -9,44 +9,113 @@ + } + + li{ + + height: 56px; + + //list-style: none; + -moz-box-shadow:0 0 23px #bbb; + -webkit-box-shadow:0 0 23px #bbb; + //box-shadow:0 0 23px blue; + -webkit-border-top-left-radius:123px; + -webkit-border-top-right-radius:123px; + -webkit-border-bottom-right-radius:123px; + -webkit-border-bottom-left-radius:123px; + -moz-border-radius-bottomright:123px; + -moz-border-radius-bottomleft:123px; + border-bottom-right-radius:123px; + border-bottom-left-radius:123px; + left:-35px; + padding:10px; + width:101%; + overflow:hidden; + position:relative; + background:#fff; + //background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); + //background:-moz-linear-gradient(top, #fff, #eee); + } + #outbox{ + display:hidden; + } + #header{ + width:100%; + text-align: center; + } + + + meshed up -

message

- - -

outbox

- -

inbox

+ + +
+ + + +
+ + + + +