forked from bofh/fetsite
CSS changes
This commit is contained in:
@@ -6,16 +6,6 @@ width:90%;
|
||||
height:20em;
|
||||
}
|
||||
|
||||
|
||||
div.form-group {
|
||||
border-width: 1px;
|
||||
border-style: none;
|
||||
padding: 10px;
|
||||
// border-radius: 10px;
|
||||
form.formtastic .input label.control-label {
|
||||
font-weight:bold;
|
||||
}
|
||||
div.verwalten-block {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px;
|
||||
border-radius:10px;
|
||||
}
|
||||
@@ -1,3 +1,11 @@
|
||||
// Place all the styles related to the lvas controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
|
||||
div.lva-semester {
|
||||
border: solid;
|
||||
border-width: 1px;
|
||||
margin: 1px;
|
||||
padding: 5px;
|
||||
border-color: green;
|
||||
}
|
||||
@@ -1,3 +1,18 @@
|
||||
// Place all the styles related to the studia controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
div.verwalten-block {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px;
|
||||
border-radius:10px;
|
||||
margin: 2px;
|
||||
}
|
||||
div.studien-semester {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px;
|
||||
border-radius:10px;
|
||||
border-color: blue;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user