mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
DG IZ text boxes are round in firefox
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user