Commit 6422a9a0 authored by Alain Takoudjou's avatar Alain Takoudjou

Fix zoom values on layout

parent 14545fe2
...@@ -114,15 +114,12 @@ overflow-y: scroll; ...@@ -114,15 +114,12 @@ overflow-y: scroll;
} }
.wmenu{ .wmenu{
margin: 1px 0 1px 20px;
} }
.wmenu ul{ .wmenu ul{
list-style:none; height: 34px;
margin:0; overflow:hidden;
margin-top:1px;
padding:0;
margin-left:20px;
} }
.space{ .space{
...@@ -163,7 +160,7 @@ overflow-y: scroll; ...@@ -163,7 +160,7 @@ overflow-y: scroll;
text-shadow:1px 1px 0 #E6EDF2; text-shadow:1px 1px 0 #E6EDF2;
} }
.wmenu ul li.sep{border-right: 1px solid #c2c2c2; min-width:22px; height:34px} .wmenu ul li.sep{border-right: 1px solid #c2c2c2; min-width:20px; height:34px}
.wmenu ul li a{ .wmenu ul li a{
display:block; display:block;
height: 20px; height: 20px;
...@@ -371,14 +368,14 @@ input[type="radio"], input[type="checkbox"]{ ...@@ -371,14 +368,14 @@ input[type="radio"], input[type="checkbox"]{
.lmenu{ .lmenu{
display: block; display: block;
height: 80px; height: 80px;
margin: 10px 45px 10px 45px; margin: 10px 0 10px 45px;
padding: 10px; padding: 10px;
padding-bottom:15px; padding-bottom:15px;
width: 530px; width: 530px;
border: 1px solid #678dad; border: 1px solid #678dad;
} }
.smaller{margin-left:10px; width: 350px; float:right} .smaller{margin-left:10px; width: 350px; float:left}
.smaller p{width: 280px;} .smaller p{width: 280px;}
.umenu{display: block;margin: 10px 0 10px 45px; width: 147px; float:left;border: 1px solid #678dad; .umenu{display: block;margin: 10px 0 10px 45px; width: 147px; float:left;border: 1px solid #678dad;
padding: 10px;height: 80px;padding-bottom:15px;} padding: 10px;height: 80px;padding-bottom:15px;}
...@@ -400,7 +397,6 @@ padding: 10px;height: 80px;padding-bottom:15px;} ...@@ -400,7 +397,6 @@ padding: 10px;height: 80px;padding-bottom:15px;}
.sright_menu{ .sright_menu{
display: block; display: block;
height: 80px; height: 80px;
margin: 0 45px 0 0;
padding: 10px; padding: 10px;
padding-bottom:15px; padding-bottom:15px;
border: #678dad; border: #678dad;
......
...@@ -23,6 +23,11 @@ ...@@ -23,6 +23,11 @@
<img src="{{ url_for('static', filename='images/manage_repo.png') }}" /> <img src="{{ url_for('static', filename='images/manage_repo.png') }}" />
</div> </div>
<div class="clear"></div> <div class="clear"></div>
<div class="umenu">
<h2><a href="{{ url_for('myAccount')}}">Your Account</a></h2>
<p>Update your account informations</p>
<img src="{{ url_for('static', filename='images/user_card.png') }}" />
</div>
<div class="lmenu smaller"> <div class="lmenu smaller">
<h2><a href="{{ url_for('openProject', method='new')}}">Create your Software Release</a></h2> <h2><a href="{{ url_for('openProject', method='new')}}">Create your Software Release</a></h2>
<p>To create a new Software Release, choose the project directory in which you want to create your software.<!-- You will then be able to edit and <p>To create a new Software Release, choose the project directory in which you want to create your software.<!-- You will then be able to edit and
...@@ -31,11 +36,6 @@ ...@@ -31,11 +36,6 @@
<img src="{{ url_for('static', filename='images/folder_blue.png') }}" /> <img src="{{ url_for('static', filename='images/folder_blue.png') }}" />
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="umenu">
<h2><a href="{{ url_for('myAccount')}}">Your Account</a></h2>
<p>Update your account informations</p>
<img src="{{ url_for('static', filename='images/user_card.png') }}" />
</div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment