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
X
xmpp-pane
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adrien Dorsaz
xmpp-pane
Commits
5feef276
Commit
5feef276
authored
Jun 02, 2018
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
panel: little cleanup of CSS for error / info panels
parent
d7ecee20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
4 deletions
+30
-4
src/sidebar/panel.css
src/sidebar/panel.css
+28
-2
src/sidebar/panel.html
src/sidebar/panel.html
+2
-2
No files found.
src/sidebar/panel.css
View file @
5feef276
...
...
@@ -10,9 +10,35 @@ div.panel.enabled{
display
:
block
;
}
#firstrunpanel
>
object
{
#firstrunpanel
>
object
{
width
:
100%
;
height
:
50
vh
;
height
:
72
vh
;
padding
:
0
;
margin
:
0
;
}
#infopanel
{
width
:
100%
;
padding
:
0.5rem
;
margin
:
0.5rem
auto
;
vertical-align
:
middle
;
border
:
1px
#0670cc
solid
;
border-radius
:
0.5rem
;
}
#errorpanel
{
width
:
100%
;
padding
:
0.5rem
;
margin
:
0.5rem
auto
;
vertical-align
:
middle
;
border
:
1px
red
solid
;
border-radius
:
0.5rem
;
}
@media
(
min-width
:
450px
)
{
#firstrunpanel
>
object
{
height
:
50vh
;
}
}
src/sidebar/panel.html
View file @
5feef276
...
...
@@ -6,9 +6,9 @@
</head>
<body>
<div
id=
"errorpanel"
class=
"panel disabled"
style=
"padding:1rem;background-color:red;"
></div>
<div
id=
"errorpanel"
class=
"panel disabled"
></div>
<div
id=
"infopanel"
class=
"panel disabled"
style=
"padding:1rem;background-color:orange;"
></div>
<div
id=
"infopanel"
class=
"panel disabled"
></div>
<div
id=
"firstrunpanel"
class=
"panel disabled"
></div>
...
...
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