cosmeticaaa for firefox fix
This commit is contained in:
parent
45bd9f3bb0
commit
70740c3980
28
webapp.html
28
webapp.html
@ -13,8 +13,7 @@
|
|||||||
|
|
||||||
body{
|
body{
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
|
text-shadow: 1px 1px orange;
|
||||||
text-shadow: 1px 1px orange;
|
|
||||||
font-family: times, 'times new roman', helvetica,serif;
|
font-family: times, 'times new roman', helvetica,serif;
|
||||||
line-height:1.5em;
|
line-height:1.5em;
|
||||||
color:#444;
|
color:#444;
|
||||||
@ -26,7 +25,6 @@ text-shadow: 1px 1px orange;
|
|||||||
-webkit-appearance: none; -moz-appearance: none;
|
-webkit-appearance: none; -moz-appearance: none;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
width: 100%; height: 50px;
|
width: 100%; height: 50px;
|
||||||
line-height: 40px; font-size: 17px;
|
line-height: 40px; font-size: 17px;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
@ -36,6 +34,8 @@ text-shadow: 1px 1px orange;
|
|||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
||||||
margin: 1.5em 0;
|
margin: 1.5em 0;
|
||||||
@ -60,27 +60,29 @@ text-shadow: 1px 1px orange;
|
|||||||
}
|
}
|
||||||
|
|
||||||
li{
|
li{
|
||||||
|
word-wrap:break-word;
|
||||||
height: 56px;
|
list-style: none;
|
||||||
|
overflow: visible;
|
||||||
//list-style: none;
|
padding:30px;
|
||||||
|
|
||||||
|
|
||||||
-moz-box-shadow:0 0 23px #bbb;
|
-moz-box-shadow:0 0 23px #bbb;
|
||||||
-webkit-box-shadow:0 0 23px #bbb;
|
-webkit-box-shadow:0 0 23px #bbb;
|
||||||
//box-shadow:0 0 23px blue;
|
box-shadow:0 0 23px #bbb;
|
||||||
-webkit-border-top-left-radius:123px;
|
-webkit-border-top-left-radius:123px;
|
||||||
-webkit-border-top-right-radius:123px;
|
-webkit-border-top-right-radius:123px;
|
||||||
-webkit-border-bottom-right-radius:123px;
|
-webkit-border-bottom-right-radius:123px;
|
||||||
-webkit-border-bottom-left-radius:123px;
|
-webkit-border-bottom-left-radius:123px;
|
||||||
-moz-border-radius-bottomright:123px;
|
-moz-border-radius-bottomright:123px;
|
||||||
-moz-border-radius-bottomleft:123px;
|
-moz-border-radius-bottomleft:123px;
|
||||||
|
-moz-border-top-left-radius:123px;
|
||||||
|
-moz-border-top-right-radius:123px;
|
||||||
|
border-top-left-radius:123px;
|
||||||
|
border-top-right-radius:123px;
|
||||||
border-bottom-right-radius:123px;
|
border-bottom-right-radius:123px;
|
||||||
border-bottom-left-radius:123px;
|
border-bottom-left-radius:123px;
|
||||||
left:-35px;
|
left:-35px;
|
||||||
padding:10px;
|
|
||||||
width:101%;
|
width:100%;
|
||||||
overflow:hidden;
|
//overflow:hidden;
|
||||||
position:relative;
|
position:relative;
|
||||||
background:#fff;
|
background:#fff;
|
||||||
//background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
|
//background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
|
||||||
|
Loading…
Reference in New Issue
Block a user