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

fixed button styling

parent ac4880cb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -26,5 +26,5 @@ ...@@ -26,5 +26,5 @@
= asp.check_box :contacts_visible = asp.check_box :contacts_visible
%br %br
%div{:style => "text-align:right;"} %div{:style => "text-align:right;"}
= asp.submit t('.save') = asp.submit t('.save'), :class => 'button'
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
:display inline :display inline
:padding 4px 7px :padding 6px 6px
:min-width 26px :min-width 26px
:font-size 12px :font-size 12px
...@@ -20,22 +20,26 @@ ...@@ -20,22 +20,26 @@
:min-height 10px :min-height 10px
:background
:color #ccc
:background -webkit-gradient(linear, 0% 39%, 0% 100%, from(#F6F6F6), to(#d0d0d0)) :background -webkit-gradient(linear, 0% 39%, 0% 100%, from(#F6F6F6), to(#d0d0d0))
:background -moz-linear-gradient(top, #F6F6F6, #d0d0d0) :background -moz-linear-gradient(top, #F6F6F6, #d0d0d0)
:border 1px solid #aaa :border 1px solid #aaa
:top 1px solid #bbb :top 1px solid #ccc
:bottom 1px solid #888 :bottom 1px solid #666
:border-radius 4px :-webkit-border-radius 3px
:-moz-border-radius 4px :-moz-border-radius 3px
:-webkit-border-radius 4px :border-radius 3px
:cursor default :cursor pointer
:color #444 :color #444
&:hover &:hover
:text
:decoration none
:color #444 :color #444
:background -webkit-gradient(linear, 0% 39%, 0% 100%, from(#D6D6D6), to(#b0b0b0)) :background -webkit-gradient(linear, 0% 39%, 0% 100%, from(#D6D6D6), to(#b0b0b0))
:background -moz-linear-gradient(top, #D6D6D6, #b0b0b0) :background -moz-linear-gradient(top, #D6D6D6, #b0b0b0)
......
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