#907: update styles

This commit is contained in:
Vokhmin Alexey V 2013-02-13 17:35:54 +04:00
parent 844e41505b
commit 747a0f8f8d
2 changed files with 5 additions and 8 deletions

View File

@ -62,13 +62,6 @@ $(document).ready(function() {
$('#description-top .git_help').click(function() {
$('#git_help_data').toggle();
var desc = $('#description-top');
if ($('#git_help_data').css('display') == 'none') {
desc.css('height', '85px');
} else {
desc.css('height', '233px');
}
});
$(".toggle_btn").click(function() {

View File

@ -29,7 +29,7 @@ header menu ul li a {
}
#description-top {
height: 85px;
height: auto;
input.name {
width: 350px;
padding: 0;
@ -48,6 +48,7 @@ header menu ul li a {
cursor: pointer;
}
.project-tabnav .tabnav-tabs {
height: 36px;
margin: 0;
li {
display: inline-block;
@ -55,9 +56,12 @@ header menu ul li a {
margin: 0 5px;
border: 1px solid #a9c6dd;
border-bottom: none;
float: left;
}
li.selected {
height: 15px;
background-color: #FFF;
border-bottom: 2px solid #FFF;
}
.tags { float: right; }
}