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
6d1cbcc1
Commit
6d1cbcc1
authored
Mar 02, 2015
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better style on packages list
parent
53b0d442
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+13
-2
No files found.
debomatic-webui/public/stylesheets/style.css
View file @
6d1cbcc1
...
...
@@ -140,7 +140,17 @@ footer .info {
#packages
li
.icon
{
float
:
right
;
margin-top
:
-3px
;
padding
:
10px
;
margin
:
-13px
-17px
;
}
#packages
li
:not
(
.active
)
.icon
{
float
:
right
;
color
:
white
;
text-shadow
:
0
1px
rgba
(
0
,
0
,
0
,
0.3
);
background
:
rgba
(
111
,
122
,
123
,
0.3
);
border-radius
:
17px
0
0
17px
;
box-shadow
:
1px
0px
1px
rgba
(
0
,
0
,
0
,
0.3
)
inset
;
}
#packages
li
a
{
...
...
@@ -152,9 +162,10 @@ footer .info {
}
#packages
li
:not
(
.active
)
a
{
box-shadow
:
0
0px
2px
rgba
(
0
,
0
,
0
,
0.3
)
inset
;
box-shadow
:
0
0px
3px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
background-color
:
rgba
(
0
,
0
,
0
,
0.05
);
border-color
:
rgba
(
255
,
255
,
255
,
0.76
);
overflow
:
hidden
;
}
#packages
li
:not
(
.active
)
a
:hover
{
...
...
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