mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +01:00
Use standard CSS for rounded corners
Remove Nifty Corners and prefixed CSS rules. Browser support of CSS3 border-radius is excellent by now.
This commit is contained in:
parent
5718eac5c3
commit
e6761731d1
6 changed files with 4 additions and 339 deletions
|
|
@ -27,7 +27,6 @@
|
|||
//= require jquery.jeditable.mini
|
||||
//= require jquery.simulate.drag-sortable
|
||||
//= require jquery.truncator
|
||||
//= require niftycube
|
||||
//= require superfish
|
||||
//= require supersubs
|
||||
//= require swf_fu
|
||||
|
|
|
|||
|
|
@ -1144,8 +1144,6 @@ $(document).ready(function() {
|
|||
});
|
||||
}
|
||||
|
||||
TracksPages.setup_nifty_corners();
|
||||
|
||||
TodoItemsContainer.setup_container_toggles();
|
||||
|
||||
/* enable page specific behavior */
|
||||
|
|
@ -1158,4 +1156,3 @@ $(document).ready(function() {
|
|||
/* Gets called from all AJAX callbacks, too */
|
||||
enable_rich_interaction();
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -24,15 +24,6 @@ var TracksPages = {
|
|||
$(selector).remove();
|
||||
});
|
||||
},
|
||||
setup_nifty_corners: function() {
|
||||
Nifty("div#recurring_new_container","normal");
|
||||
Nifty("div#context_new_container","normal");
|
||||
Nifty("div#feedlegend","normal");
|
||||
Nifty("div#feedicons-project","normal");
|
||||
Nifty("div#feedicons-context","normal");
|
||||
Nifty("div#todo_new_action_container","normal");
|
||||
Nifty("div#project_new_project_container","normal");
|
||||
},
|
||||
page_notify: function(type, message, fade_duration_in_sec) {
|
||||
var flash = $('div#message_holder');
|
||||
flash.html("<h4 id=\'flash\' class=\'alert "+type+"\'>"+message+"</h4>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue