Started intergrating twitter bootstrap
This commit is contained in:
BIN
app/assets/images/glyphicons-halflings-white.png
Normal file
BIN
app/assets/images/glyphicons-halflings-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
BIN
app/assets/images/glyphicons-halflings.png
Normal file
BIN
app/assets/images/glyphicons-halflings.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -1,8 +1,4 @@
|
|||||||
// Place your application-specific JavaScript functions and classes here
|
// Place your application-specific JavaScript functions and classes here
|
||||||
// This file is automatically included by javascript_include_tag :defaults
|
// This file is automatically included by javascript_include_tag :defaults
|
||||||
|
//= require_self
|
||||||
//= require_tree .
|
//= require_tree .
|
||||||
//= require controls.js
|
|
||||||
//= require dragdrop.js
|
|
||||||
//= require effects.js
|
|
||||||
//= require prototype.js
|
|
||||||
//= require rails.js
|
|
||||||
|
|||||||
2159
app/assets/javascripts/bootstrap.js
vendored
Normal file
2159
app/assets/javascripts/bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
app/assets/javascripts/bootstrap.min.js
vendored
Normal file
6
app/assets/javascripts/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
app/assets/javascripts/controls.js
vendored
2
app/assets/javascripts/controls.js
vendored
@@ -35,7 +35,7 @@
|
|||||||
// enables autocompletion on multiple tokens. This is most
|
// enables autocompletion on multiple tokens. This is most
|
||||||
// useful when one of the tokens is \n (a newline), as it
|
// useful when one of the tokens is \n (a newline), as it
|
||||||
// allows smart autocompletion after linebreaks.
|
// allows smart autocompletion after linebreaks.
|
||||||
|
//= require effects
|
||||||
if(typeof Effect == 'undefined')
|
if(typeof Effect == 'undefined')
|
||||||
throw("controls.js requires including script.aculo.us' effects.js library");
|
throw("controls.js requires including script.aculo.us' effects.js library");
|
||||||
|
|
||||||
|
|||||||
1
app/assets/javascripts/dragdrop.js
vendored
1
app/assets/javascripts/dragdrop.js
vendored
@@ -4,6 +4,7 @@
|
|||||||
//
|
//
|
||||||
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
||||||
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
||||||
|
//= require effects
|
||||||
|
|
||||||
if(Object.isUndefined(Effect))
|
if(Object.isUndefined(Effect))
|
||||||
throw("dragdrop.js requires including script.aculo.us' effects.js library");
|
throw("dragdrop.js requires including script.aculo.us' effects.js library");
|
||||||
|
|||||||
1092
app/assets/stylesheets/bootstrap-responsive.css
vendored
Normal file
1092
app/assets/stylesheets/bootstrap-responsive.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
app/assets/stylesheets/bootstrap-responsive.min.css
vendored
Normal file
9
app/assets/stylesheets/bootstrap-responsive.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6039
app/assets/stylesheets/bootstrap.css
vendored
Normal file
6039
app/assets/stylesheets/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
app/assets/stylesheets/bootstrap.min.css
vendored
Normal file
9
app/assets/stylesheets/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user