Commit 5c3e0f61 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix forms and header

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 1b1a408a
...@@ -209,7 +209,7 @@ li.note { ...@@ -209,7 +209,7 @@ li.note {
} }
.git_error_tips { .git_error_tips {
@extend .span6; @extend .col-md-6;
text-align: left; text-align: left;
margin-top: 40px; margin-top: 40px;
pre { pre {
......
input[type="text"], input[type="password"], input[type="search"], input[type="email"] {
@extend .form-control;
}
form { form {
@extend .form-horizontal; @extend .form-horizontal;
label { label {
@extend .control-label; @extend .control-label;
@extend .col-sm-2;
&.radio-label { &.radio-label {
text-align: left; text-align: left;
...@@ -33,10 +38,14 @@ input.input-xpadding, ...@@ -33,10 +38,14 @@ input.input-xpadding,
} }
.control-group { .control-group {
@extend .form-group;
.control-label { .control-label {
padding-top: 6px; padding-top: 6px;
} }
.controls { .controls {
@extend .col-sm-10;
input, textarea { input, textarea {
padding: 6px 10px; padding: 6px 10px;
} }
...@@ -76,3 +85,12 @@ fieldset legend { ...@@ -76,3 +85,12 @@ fieldset legend {
width: 100px; width: 100px;
} }
} }
.form-actions {
padding: 17px 20px 18px;
margin-top: 18px;
margin-bottom: 18px;
background-color: whitesmoke;
border-top: 1px solid #e5e5e5;
padding-left: 180px;
}
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
ul { ul {
margin: 0; margin: 0;
padding: 0;
} }
.title { .title {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.search-text-input { .search-text-input {
float:left; float:left;
@extend .span2; @extend .col-md-2;
} }
.btn { .btn {
margin-left: 5px; margin-left: 5px;
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
line-height: 20px; line-height: 20px;
} }
textarea { textarea {
@extend .span8; @extend .col-md-8;
} }
} }
} }
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
float: left; float: left;
padding: 9px 6px; padding: 9px 6px;
font-size: 18px; font-size: 18px;
width: 26px; width: 40px;
@include border-radius(3px); @include border-radius(3px);
} }
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
header { header {
&.navbar-gitlab { &.navbar-gitlab {
margin-bottom: 0; margin-bottom: 0;
height: 40px;
overflow: hidden;
.navbar-inner { .navbar-inner {
/*height: 40px;*/ /*height: 40px;*/
padding: 3px; padding: 3px;
...@@ -92,12 +95,19 @@ header { ...@@ -92,12 +95,19 @@ header {
.search { .search {
margin-right: 10px; margin-right: 10px;
margin-left: 10px; margin-left: 10px;
margin-top: 5px;
form {
margin: 0;
}
.search-input { .search-input {
@extend .span3; width: 300px;
background-image: url("icon-search.png"); background-image: url("icon-search.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 10px; background-position: 10px;
height: inherit;
padding: 4px 6px;
padding-left: 25px; padding-left: 25px;
font-size: 13px; font-size: 13px;
@include border-radius(3px); @include border-radius(3px);
...@@ -105,7 +115,7 @@ header { ...@@ -105,7 +115,7 @@ header {
box-shadow: none; box-shadow: none;
@include transition(all 0.15s ease-in 0s); @include transition(all 0.15s ease-in 0s);
&:focus { &:focus {
@extend .span4; @extend .col-md-4;
} }
} }
} }
......
...@@ -302,7 +302,7 @@ ul.notes { ...@@ -302,7 +302,7 @@ ul.notes {
} }
.note-image-attach { .note-image-attach {
@extend .span4; @extend .col-md-4;
@extend .thumbnail; @extend .thumbnail;
margin-left: 45px; margin-left: 45px;
} }
......
.wall-page { .wall-page {
.wall-note-form { .wall-note-form {
@extend .span12; @extend .col-md-12;
margin: 0; margin: 0;
height: 140px; height: 140px;
......
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