Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
765acfb6
Commit
765acfb6
authored
Feb 05, 2018
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '649' into 'MetaGer-Redesign'
Farbe und Rand der Suchleisten repariert See merge request
!1152
parents
e852a364
0952b381
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
44 deletions
+45
-44
resources/assets/less/metager/searchbar.less
resources/assets/less/metager/searchbar.less
+45
-44
No files found.
resources/assets/less/metager/searchbar.less
View file @
765acfb6
...
...
@@ -5,8 +5,11 @@
align-items: stretch;
justify-content: center;
font-size: 16px;
background-color:
white
;
background-color:
transparent
;
color: #333;
&>* {
background-color: white;
}
.search-focus-selector {
border-radius: 5px 0px 0px 5px;
display: flex;
...
...
@@ -140,7 +143,7 @@
flex-grow: 1;
input {
border: none;
border-bottom:
1px solid #ccc
;
border-bottom:
none
;
height: 40px;
box-shadow: none;
&:focus {
...
...
@@ -222,6 +225,9 @@ div:hover>.searchbar-tooltip {
.resultpage-searchbar {
padding: 5px;
.search-input-submit .search-input input {
border-bottom: 1px solid #ccc;
}
@media (max-width: @screen-xs-max) {
.search-focus-selector {
border-top: none;
...
...
@@ -280,15 +286,14 @@ header {
position: fixed;
z-index: 100;
max-width: 700px;
width:100%;
width:
100%;
background-color: inherit;
@media (max-width: 1070px) {
margin-left: 0px;
-webkit-box-pack: center;
max-width: 1070px;
}
#research-bar {
#research-bar {
max-width: 700px;
width: auto;
padding: 0px 30px 0px 10px;
...
...
@@ -297,12 +302,12 @@ header {
border-bottom: 2px solid rgb(255, 128, 0);
display: flex;
align-items: center;
justify-content: center;
justify-content: center;
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
@media (max-width: 799px) {
margin: 0px 8px;
}
}
}
}
header:nth-child(1) {
...
...
@@ -312,45 +317,41 @@ header:nth-child(1) {
}
#foki {
display: flex;
width: auto;
max-width: 700px;
background-color: white;
border: 1px solid #ccc;
margin-top:10px;
padding: 10px;
margin-left: 50px;
overflow-x: auto;
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
&::-webkit-scrollbar {
height: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}
@media (max-width: 799px) {
margin: 10px 8px 0px 8px;
}
&>div {
padding: 0px 10px;
&>a {
color: black;
}
&.active>a{
border-bottom: 1px solid rgb(255,128,0);
color: rgb(255,128,0);
}
display: flex;
width: auto;
max-width: 700px;
background-color: white;
border: 1px solid #ccc;
margin-top: 10px;
padding: 10px;
margin-left: 50px;
overflow-x: auto;
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
&::-webkit-scrollbar {
height: 0px;
/* remove scrollbar space */
background: transparent;
/* optional: just make scrollbar invisible */
}
@media (max-width: 799px) {
margin: 10px 8px 0px 8px;
}
&>div {
padding: 0px 10px;
&>a {
color: black;
}
.edit-focus{
margin-left: 7px;
&.active>a {
border-bottom: 1px solid rgb(255, 128, 0);
color: rgb(255, 128, 0);
}
}
#research-bar-placeholder {
width: 100%;
height: 60px;
.edit-focus {
margin-left: 7px;
}
}
#research-bar-placeholder {
width: 100%;
height: 60px;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment