Feature: Quick Search
Device/Job/User Search refactoring. Quick-Search implemented.
This commit is contained in:
@@ -112,6 +112,7 @@ header, #header {
|
||||
&:first-child {
|
||||
border-top: 1px solid @BackgroundColour;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-bottom: 1px solid @BackgroundColour;
|
||||
}
|
||||
@@ -215,6 +216,31 @@ header, #header {
|
||||
}
|
||||
}
|
||||
|
||||
#QuickSearchMenu {
|
||||
max-height: 400px;
|
||||
font-size: .9em;
|
||||
background: none;
|
||||
background-color: @BackgroundColourLight;
|
||||
|
||||
li {
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid @TableDataDarkBorderColour;
|
||||
}
|
||||
|
||||
& > a {
|
||||
padding: 2px;
|
||||
& > i {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
& > div {
|
||||
padding-left: 1.2857142857142858em;
|
||||
margin-left: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#layout_PageHeading {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAA8CAYAAABfESsNAAAAOUlEQVRIx+2SuREAIAzDFELL/uOSFVLx3Mm1C8nnABaNDJq5WJzAVkZGZXyPMg7+jUwCIeNZmdcZC2pxCZOpoRNgAAAAAElFTkSuQmCC) /*Images/BackgroundPage.png*/ left top repeat-x @white;
|
||||
background: linear-gradient(to bottom, @BackgroundColourGradient 0px, @white 50px) @white;
|
||||
|
||||
Reference in New Issue
Block a user