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 {
|
img#user_picture {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 3px; }
|
border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px; }
|
||||||
|
|
||||||
.pagination a {
|
.pagination a {
|
||||||
padding: 3px; }
|
padding: 3px; }
|
||||||
|
|
@ -236,7 +237,8 @@ input[type='text'], textarea {
|
||||||
-moz-box-shadow: 0 2px 0px white;
|
-moz-box-shadow: 0 2px 0px white;
|
||||||
border-top: 1px solid #999999;
|
border-top: 1px solid #999999;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 3px; }
|
border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px; }
|
||||||
|
|
||||||
input[type='submit'] {
|
input[type='submit'] {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
|
|
@ -252,6 +252,7 @@ img#profile_picture
|
||||||
img#user_picture
|
img#user_picture
|
||||||
:width 100%
|
:width 100%
|
||||||
:border-radius 3px
|
:border-radius 3px
|
||||||
|
:-moz-border-radius 3px
|
||||||
|
|
||||||
.pagination
|
.pagination
|
||||||
a
|
a
|
||||||
|
|
@ -284,6 +285,7 @@ input[type='text'], textarea
|
||||||
:border-top 1px solid #999
|
:border-top 1px solid #999
|
||||||
:height auto
|
:height auto
|
||||||
:border-radius 3px
|
:border-radius 3px
|
||||||
|
:-moz-border-radius 3px
|
||||||
|
|
||||||
|
|
||||||
input[type='submit']
|
input[type='submit']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue