Skip to content
Snippets Groups Projects
Commit 6c16a1fa authored by Romain Therville's avatar Romain Therville :coffee:
Browse files

Merge branch 'issue#156' into 'master'

#156 correct style

See merge request !77
parents 3f882674 da6b52bd
No related branches found
Tags V3.2.6.2
1 merge request!77#156 correct style
......@@ -50,8 +50,6 @@
<div class="sub-content sc-top-bottom">
<div class="ng6-content-header-left">
<h2>###STATUS_HEADER###</h2>
<p>###STATUS_MESSAGE###</p>
<!-- ###LOGIN_FORM### -->
<form action="###ACTION_URI###" target="_top" method="post" onsubmit="###ON_SUBMIT###" class="form-horizontal">
<fieldset>
......@@ -130,8 +128,6 @@
<div class="sub-content sc-top-bottom">
<div class="ng6-content-header-left">
<h2>###STATUS_HEADER###</h2>
<p>###STATUS_MESSAGE###</p>
<!-- ###LOGIN_FORM### -->
<form action="###ACTION_URI###" target="_top" method="post" onsubmit="###ON_SUBMIT###" class="form-horizontal">
<fieldset>
......
......@@ -68,20 +68,22 @@ a img { border: 0; }
}
.ng6-content-header-left {
box-shadow: -4px 0 5px -5px grey, 5px 0 5px -6px grey;
box-shadow: -4px 0 5px -5px grey, 5px 0 5px -6px grey;
margin: 0;
margin-left: 10px;
margin-right: 20px;
padding: 10px;
width: 375px;
width: 400px;
height: 275px;
text-align: justify;
float: left;
background-color: #FaFaFa;
}
.ng6-content-header-right {
box-shadow: -4px 0 5px -5px grey, 5px 0 5px -6px grey;
box-shadow: -4px 0 5px -5px grey, 5px 0 5px -6px grey;
margin: 0;
padding: 10px;
width: 625px;
width: 710px;
text-align: justify;
float: left;
background-color: #FaFaFa;
......@@ -143,7 +145,7 @@ a img { border: 0; }
padding: 0;
margin-left: auto;
margin-right: auto;
width: 1300px;
width: 1000px;
color: #BBBABA;
display: block;
line-height: 1.5em;
......
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