Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
d7acdba7
Commit
d7acdba7
authored
7 years ago
by
kevalbhatt
Committed by
Madhan Neethiraj
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2182 : UI : Web elements are hidden when zoomed in
Signed-off-by:
Madhan Neethiraj
<
madhan@apache.org
>
parent
f5508315
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
theme.scss
dashboardv2/public/css/scss/theme.scss
+2
-0
SearchLayoutView_tmpl.html
...dv2/public/js/templates/search/SearchLayoutView_tmpl.html
+7
-6
No files found.
dashboardv2/public/css/scss/theme.scss
View file @
d7acdba7
...
...
@@ -87,6 +87,8 @@ header {
.well
{
background-color
:
$color_tuna_approx
;
border
:
1px
solid
#666363
;
overflow
:
hidden
;
@include
clearfix
();
}
}
...
...
This diff is collapsed.
Click to expand it.
dashboardv2/public/js/templates/search/SearchLayoutView_tmpl.html
View file @
d7acdba7
...
...
@@ -17,7 +17,7 @@
<div
class=
"row row-margin-bottom"
>
<div
class=
"col-sm-12"
style=
"margin:15px 0px;"
>
<div
class=
"row"
>
<div
class=
"col-
md
-9"
style=
"margin-top: 5px;"
>
<div
class=
"col-
sm
-9"
style=
"margin-top: 5px;"
>
<span
class=
"pull-left"
>
Basic
</span>
<label
class=
"switch pull-left"
>
<input
type=
"checkbox"
class=
"switch-input"
name=
"queryType"
value=
"text"
/>
...
...
@@ -26,7 +26,7 @@
<span
class=
"pull-left"
>
Advanced
</span>
<span
class=
"advancedInfo"
data-id=
"advancedInfo"
><i
class=
"fa fa-question-circle-o"
></i></span>
</div>
<div
class=
"col-
md
-3"
>
<div
class=
"col-
sm
-3"
>
<button
type=
"button"
class=
"btn btn-action btn-md pull-right typeLOV"
title=
"Refresh"
data-id=
"refreshBtn"
><i
class=
"fa fa-refresh"
></i></button>
</div>
</div>
...
...
@@ -64,10 +64,10 @@
<button
type=
"button"
class=
"btn btn-atlas pull-right"
data-id=
"searchBtn"
disabled=
"disabled"
>
Search
</button>
</div>
<div
id=
"searchResult"
></div>
<div
class=
"col-
md
-12"
>
<div
class=
"col-
md
-12 well basicSaveSearch"
data-id=
"r_saveSearchBasic"
></div>
<div
class=
"col-
sm
-12"
>
<div
class=
"col-
sm
-12 well basicSaveSearch"
data-id=
"r_saveSearchBasic"
></div>
</div>
<div
class=
"col-
md
-12"
>
<div
class=
"col-
md
-12 well advanceSaveSearch"
data-id=
"r_saveSearchAdvance"
style=
"display: none"
></div>
<div
class=
"col-
sm
-12"
>
<div
class=
"col-
sm
-12 well advanceSaveSearch"
data-id=
"r_saveSearchAdvance"
style=
"display: none"
></div>
</div>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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