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 {
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']
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter