branding/css/spacewalk-theme.less | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit 8c68787e75fc4f9398c406a1cefd9ca9fc4871f4 Author: Silvio Moioli smoioli@suse.de Date: Fri Jan 31 15:28:15 2014 +0100
Revert "bootstrap tuning - style submit buttons"
Buttons should not be styled in a uniform way - depending on relative importance wrt other buttons in the same page, potentially negative effects, etc. they should be given appropriate classes.
Please use class="btn btn-<stylename>" or equivalent declaration on all (submit) buttons, according to style names described in:
http://getbootstrap.com/css/#buttons
diff --git a/branding/css/spacewalk-theme.less b/branding/css/spacewalk-theme.less index 0fd5603..b7434cf 100644 --- a/branding/css/spacewalk-theme.less +++ b/branding/css/spacewalk-theme.less @@ -119,11 +119,6 @@ p { transition: width 2s, height 2s, transform 2s; -webkit-transition: width 2s, height 2s, -webkit-transform 2s; } - - input[type="submit"] { - .btn; - .btn-default; - } }
/* fixing the footer to the bottom */
spacewalk-commits@lists.fedorahosted.org