DG IZ text boxes are round in firefox
This commit is contained in:
parent
e81412f240
commit
b1ca01edb4
2 changed files with 6 additions and 2 deletions
|
|
@ -208,7 +208,8 @@ img#profile_picture {
|
|||
|
||||
img#user_picture {
|
||||
width: 100%;
|
||||
border-radius: 3px; }
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px; }
|
||||
|
||||
.pagination a {
|
||||
padding: 3px; }
|
||||
|
|
@ -236,7 +237,8 @@ input[type='text'], textarea {
|
|||
-moz-box-shadow: 0 2px 0px white;
|
||||
border-top: 1px solid #999999;
|
||||
height: auto;
|
||||
border-radius: 3px; }
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px; }
|
||||
|
||||
input[type='submit'] {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -252,6 +252,7 @@ img#profile_picture
|
|||
img#user_picture
|
||||
:width 100%
|
||||
:border-radius 3px
|
||||
:-moz-border-radius 3px
|
||||
|
||||
.pagination
|
||||
a
|
||||
|
|
@ -284,6 +285,7 @@ input[type='text'], textarea
|
|||
:border-top 1px solid #999
|
||||
:height auto
|
||||
:border-radius 3px
|
||||
:-moz-border-radius 3px
|
||||
|
||||
|
||||
input[type='submit']
|
||||
|
|
|
|||
Loading…
Reference in a new issue