mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Update the preferences pages to Bootstrap
This commit is contained in:
parent
d1a9e2746b
commit
7652791451
9 changed files with 123 additions and 65 deletions
|
|
@ -467,10 +467,6 @@ var PreferencesPage = {
|
|||
});
|
||||
},
|
||||
setup_behavior: function() {
|
||||
$( "#tabs" ).tabs();
|
||||
|
||||
$( "button#prefs_submit" ).button();
|
||||
|
||||
$('input[name="user[auth_type]"]').change(function() {
|
||||
var value = $('input[name="user[auth_type]"]:checked').val();
|
||||
$('#open_id')[0].style.display = value ==='open_id' ? 'block' : 'none';
|
||||
|
|
|
|||
|
|
@ -429,8 +429,6 @@ a.footer_link {
|
|||
}
|
||||
|
||||
/* override jquery css to match tracks defaults better */
|
||||
div.ui-widget { font-size: 1em; }
|
||||
div.ui-tabs li a { padding: 0.1em 1em; }
|
||||
div.pref_new_token a { color: #CC3334; }
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,11 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
form {
|
||||
border: 0px none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1170px) {
|
||||
.footer-line {
|
||||
display: inline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue