Skip to content
Snippets Groups Projects
Commit f77f8cf9 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Refactoring languages WIP

parent 485b08df
No related branches found
No related tags found
1 merge request!3New version 4 1
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
</div> </div>
<f:for each="{languageTemplates}" as="languageTemplate" key="key"> <f:for each="{languageTemplates}" as="languageTemplate" key="key">
<div class="col-md-{colspace}" style="border: 1px solid;"> <div class="template-col col-md-{colspace}">
<h3>{key}</h3> <h3>{key}</h3>
<div class="col-md-12"> <div class="col-md-12">
<div class="row form-group"> <div class="row form-group">
......
...@@ -54,4 +54,14 @@ ...@@ -54,4 +54,14 @@
.f3-widget-paginator > li.current:last-child { .f3-widget-paginator > li.current:last-child {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}
.template-col:nth-of-type(even) {
/*background-color: #DCDCDC;*/
/*background-clip: content-box;*/
}
.template-col:nth-of-type(odd) {
/*background-color: #AAA;*/
/*background-clip: content-box;*/
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment