simoon
3 years ago
1 changed files with 43 additions and 0 deletions
@ -1 +1,44 @@ |
|||||
/* go wild ... */ |
/* go wild ... */ |
||||
|
|
||||
|
* { |
||||
|
/* border: 1px solid red;*/ |
||||
|
} |
||||
|
|
||||
|
body { |
||||
|
/* height: 1000px;*/ |
||||
|
} |
||||
|
|
||||
|
div.container{ |
||||
|
max-width: 100%; |
||||
|
} |
||||
|
|
||||
|
|
||||
|
div.forms { |
||||
|
/* padding-top: 24px;*/ |
||||
|
max-width: 50%; |
||||
|
float: left; |
||||
|
display: inline; |
||||
|
} |
||||
|
|
||||
|
div.iframe { |
||||
|
width: 50%; |
||||
|
height: 480px; |
||||
|
/* float: left;*/ |
||||
|
display: inline-block; |
||||
|
} |
||||
|
|
||||
|
li::marker { |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
form.metafields { |
||||
|
padding: 12px; |
||||
|
padding-left: 0px; |
||||
|
} |
||||
|
|
||||
|
iframe { |
||||
|
position: relative; |
||||
|
height: 100%; |
||||
|
width: 100%; |
||||
|
border: 2px solid blue; |
||||
|
} |
Loading…
Reference in new issue