Merge branch 'v4' of github.com:webdev-camp/webdev.camp into v4

This commit is contained in:
Torsten Ruger 2016-11-19 16:03:16 +02:00
commit 1f1259b9ac
2 changed files with 16 additions and 4 deletions

View File

@ -24,6 +24,11 @@ body
.toggle-bordered-simple
label
border-radius: 5px !important
.toggle
label
background: rgb(247, 247, 249) !important
label:hover
background: rgb(235, 235, 235) !important
.toggle
active label
@ -68,17 +73,26 @@ footer
display: block
form
input, textarea
.form-control, .btn-success
color: #999
background-color: rgba(0,0,0,0.2)
border-color: rgba(0,0,0,0.25)
border-width: 2px
.input-group
margin: 2px
.input-group-addon
color: #999
background-color: rgba(0,0,0,0.4)
border-color: rgba(0,0,0,0.25)
input:-webkit-autofill
color: #999
background-color: rgba(0,0,0,0.2) !important
.btn-success
.input-group-btn:not(:first-child) > .btn
border-bottom-left-radius: 4px
border-top-left-radius: 4px
margin: 2px
.icon-angle-right:before
padding-right: 6px
@ -96,8 +110,6 @@ a:hover.social-icon.social-icon-border
background-color: #0A518E
.social-icon
margin: 0 5px 5px 0
width: 40px

View File

@ -14,7 +14,7 @@
-faq_sections.each do |section|
.tab-pane{:role => "tabpanel" , id: "t#{section}" , :class => ("active" if "course" == section)}
-t(section).keys.each do |qa|
#faq_toggle.toggle.toggle-transparent.toggle-bordered-simple
#faq_toggle.toggle.toggle-bordered-simple
%label
= t("#{section}.#{qa}.q")
.toggle-content