Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
8a01690a
Commit
8a01690a
authored
Mar 10, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some padding on status.icon
parent
6d3053b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+17
-3
No files found.
debomatic-webui/public/stylesheets/style.css
View file @
8a01690a
...
@@ -9,6 +9,10 @@
...
@@ -9,6 +9,10 @@
cursor
:
pointer
;
cursor
:
pointer
;
}
}
aside
.nav-pills
li
{
line-height
:
10px
;
}
footer
{
footer
{
height
:
40px
;
height
:
40px
;
}
}
...
@@ -16,7 +20,6 @@ footer {
...
@@ -16,7 +20,6 @@ footer {
padding-bottom
:
40px
;
padding-bottom
:
40px
;
}
}
footer
{
footer
{
position
:
fixed
;
position
:
fixed
;
padding-top
:
10px
;
padding-top
:
10px
;
...
@@ -31,11 +34,22 @@ footer {
...
@@ -31,11 +34,22 @@ footer {
font-size
:
small
;
font-size
:
small
;
}
}
#status
>
span
.label
{
margin-right
:
10px
;
}
#status
.packages
{
#status
.packages
{
display
:
inline
;
display
:
inline
;
}
}
aside
.nav-pills
li
{
#status
.packages
li
a
{
line-height
:
10px
;
position
:
relative
;
padding-right
:
22px
;
}
#status
.packages
li
a
.icon
{
position
:
absolute
;
top
:
3px
;
right
:
5px
;
}
}
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