Skip to content
Snippets Groups Projects
Commit 56767ed3 authored by Andrey's avatar Andrey
Browse files

css grouping and fixes

parent f89c1dd0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -390,3 +390,11 @@ table {
.dropzone .dz-preview .dz-progress .dz-upload {
background: $gl-success !important;
}
.space-right {
margin-right: 10px;
}
.in-line {
display: inline-block;
}
Loading
Loading
@@ -81,3 +81,24 @@ label {
.wiki-content {
margin-top: 35px;
}
.form-group .control-label {
font-weight: normal;
font-color: #313236 !important;
}
.form-control {
@include border-radius (2px);
}
.form-control::-webkit-input-placeholder{
color:#7f8fa4;
}
.input-group {
@include border-radius (2px);
.input-group-addon {
background-color: #f7f8fa;
}
}
Loading
Loading
@@ -8,7 +8,7 @@
font-size: $gl-font-size;
line-height: 1.42857143;
 
@include border-radius(4px);
@include border-radius(2px);
 
.select2-arrow {
background: #FFF;
Loading
Loading
@@ -18,8 +18,39 @@
}
}
 
.select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice{
color: #7f8fa4;
border: 1px solid #e7e9ed;
}
.select2-drop {
@include box-shadow(rgba(76, 86, 103, 0.247059) 0px 0px 1px 0px, rgba(31, 37, 50, 0.317647) 0px 2px 18px 0px);
@include border-radius (0px);
padding: 16px 20px;
border: none !important;
}
.select2-results .select2-result-label {
padding: 16px 20px;
}
.select2-drop{
color: #7f8fa4;
}
.select2-highlighted {
background: #3084bb !important;
}
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: 600;
color: #313236;
}
.select2-container-multi .select2-choices {
@include border-radius(4px);
@include border-radius(2px);
border-color: #CCC;
}
 
Loading
Loading
@@ -63,7 +94,7 @@
 
.ajax-users-dropdown, .ajax-project-users-dropdown {
.select2-search {
padding-top: 4px;
padding-top: 2px;
}
}
 
Loading
Loading
@@ -112,4 +143,4 @@
 
.ajax-users-dropdown {
min-width: 225px !important;
}
}
\ No newline at end of file
Loading
Loading
@@ -18,73 +18,11 @@
}
}
 
.form-group .control-label {
font-weight: normal;
font-color: #313236 !important;
}
.btn, .commits-compare-switch {
@include btn-info;
@include bnt-light;
}
 
.col-sm-10 {
.input-group {
@include border-radius (2px);
}
.input-group-addon {
background-color: #f7f8fa;
}
}
.form-control {
@include border-radius (2px);
}
.form-control::-webkit-input-placeholder{
color:#7f8fa4;
}
.col-sm-10 .select2-container{
@include border-radius (2px);
}
.select2-container .select2-choice {
color: #7f8fa4;
border: 1px solid #e7e9ed;
}
.select2-drop {
@include box-shadow(rgba(76, 86, 103, 0.247059) 0px 0px 1px 0px, rgba(31, 37, 50, 0.317647) 0px 2px 18px 0px);
@include border-radius (0px);
padding: 16px 20px;
border: none !important;
}
.select2-results .select2-result-label {
padding: 16px 20px;
}
.select2-drop{
color: #7f8fa4;
}
.select2-highlighted {
background: #3084bb !important;
}
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: 600;
color: #313236;
}
.select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice {
@include border-radius (2px);
}
.project-edit-content {
padding: 7px;
}
Loading
Loading
@@ -210,7 +148,11 @@
}
}
}
.btn-green {
@include btn-green;
cursor: pointer;
}
.projects-search-form {
.input-group .form-control {
Loading
Loading
Loading
Loading
@@ -14,6 +14,6 @@
 
.note-form-actions
.buttons.clearfix
= f.submit 'Add Comment', class: "btn comment-btn btn-grouped js-comment-button"
= f.submit 'Add Comment', class: "btn btn-green comment-btn btn-grouped js-comment-button"
= yield(:note_actions)
%a.btn.grouped.js-close-discussion-note-form Cancel
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