forked from bofh/fetsite
Merge branch 'kalender' of https://github.com/andreassteph/fetsite into calendar
Conflicts: app/assets/stylesheets/formtastic-changes.css.scss app/controllers/beispiele_controller.rb app/views/studien/_form.html.erb config/locales/de.yml config/routes.rb
This commit is contained in:
3
app/assets/javascripts/calendars.js.coffee
Normal file
3
app/assets/javascripts/calendars.js.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
|
||||
3
app/assets/javascripts/calentries.js.coffee
Normal file
3
app/assets/javascripts/calentries.js.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
|
||||
@@ -10,7 +10,7 @@
|
||||
*
|
||||
*= require_self
|
||||
*= require_tree .
|
||||
* require 'bootstrap'
|
||||
*= require 'bootstrap'
|
||||
*/
|
||||
$linkColor: #03006E;
|
||||
@import 'bootstrap';
|
||||
|
||||
3
app/assets/stylesheets/calendars.css.scss
Normal file
3
app/assets/stylesheets/calendars.css.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the calendars controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
3
app/assets/stylesheets/calentries.css.scss
Normal file
3
app/assets/stylesheets/calentries.css.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the calentries controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
@@ -6,7 +6,22 @@ width:90%;
|
||||
height:20em;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
form.formtastic .input label.control-label {
|
||||
font-weight:bold;
|
||||
font-size:125%;
|
||||
}
|
||||
=======
|
||||
|
||||
div.form-group {
|
||||
border-width: 1px;
|
||||
border-style: none;
|
||||
padding: 10px;
|
||||
// border-radius: 10px;
|
||||
}
|
||||
div.verwalten-block {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px;
|
||||
}
|
||||
>>>>>>> a5a02e065a319d162c5a280605c2c0d3c15643ca
|
||||
|
||||
Reference in New Issue
Block a user