Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
psono-client
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
34
Issues
34
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
psono
psono-client
Commits
58630ec0
Commit
58630ec0
authored
Mar 16, 2019
by
Sascha Pfeiffer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'winkelement/psono-client-ui_changes' into develop
parents
e1213e85
37b5da5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/common/data/sass/style.scss
src/common/data/sass/style.scss
+6
-0
src/common/data/view/datastore.html
src/common/data/view/datastore.html
+1
-1
No files found.
src/common/data/sass/style.scss
View file @
58630ec0
...
...
@@ -173,6 +173,12 @@ h1, h2 {
}
}
.modal-edit
{
position
:
-
webkit-sticky
;
/* Safari */
position
:
sticky
;
top
:
0
;
}
/* All Tree Changes */
.
tree
:
:
before
{
bottom
:
23px
;
...
...
src/common/data/view/datastore.html
View file @
58630ec0
...
...
@@ -103,7 +103,7 @@
</div>
</div>
<div
class=
"col-lg-6"
ng-if=
"show_share_content"
ng-controller=
"ModalEditEntryBigCtrl"
>
<div
class=
"col-lg-6
modal-edit
"
ng-if=
"show_share_content"
ng-controller=
"ModalEditEntryBigCtrl"
>
<form
name=
"editEntryForm"
novalidate
autocomplete=
"off"
>
<div
class=
"panel panel-default"
>
...
...
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