Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
decentraleyes
Manage
Activity
Members
Labels
Plan
Issues
68
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Rientjes
decentraleyes
Commits
00f8bcba
Commit
00f8bcba
authored
7 years ago
by
Thomas Rientjes
Browse files
Options
Downloads
Patches
Plain Diff
Fix popup icon display issue
parent
826cfd9f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/popup/popup.css
+5
-0
5 additions, 0 deletions
pages/popup/popup.css
pages/popup/popup.html
+1
-1
1 addition, 1 deletion
pages/popup/popup.html
with
6 additions
and
1 deletion
pages/popup/popup.css
+
5
−
0
View file @
00f8bcba
...
...
@@ -36,9 +36,14 @@ h1 {
text-align
:
right
;
}
.btn-sm
{
font-size
:
12px
!important
;
}
.text-link
{
color
:
#adadad
;
float
:
left
;
font-size
:
13px
;
padding-left
:
4px
;
padding-top
:
5px
;
text-decoration
:
none
;
...
...
This diff is collapsed.
Click to expand it.
pages/popup/popup.html
+
1
−
1
View file @
00f8bcba
...
...
@@ -27,7 +27,7 @@
<section
class=
"button-panel"
>
<a
href=
"https://decentraleyes.org/test"
target=
"_blank"
class=
"text-link"
>
decentraleyes.org/test
</a>
<button
id=
"options-button"
><span
class=
"
fa"
>
</span>
</button>
<button
id=
"options-button"
class=
"
btn-sm"
>
Options
</button>
</section>
</body>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment