Skip to content
Extraits de code Groupes Projets
Valider b1ca01ed rédigé par ilya's avatar ilya
Parcourir les fichiers

DG IZ text boxes are round in firefox

parent e81412f2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -208,7 +208,8 @@ img#profile_picture { ...@@ -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 { ...@@ -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 ...@@ -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 ...@@ -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']
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter