Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
baas
Commits
221330a0
Commit
221330a0
authored
Nov 10, 2015
by
Efthymia Bika
Browse files
Change delete icon
parent
1cf8bfc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
baas/activity.html
View file @
221330a0
...
...
@@ -56,10 +56,9 @@
.
attr
(
"
id
"
,
"
box_a_
"
+
backup
.
name
)
.
attr
(
"
class
"
,
"
left
"
)
.
attr
(
"
onclick
"
,
"
go_to_backup('
"
+
backup
.
cloud
+
"
/
"
+
backup
.
name
+
"
')
"
);
li
.
append
(
a
);
var
a_del
=
$
(
"
<a><i class='fa fa-t
imes-circle
delete_icon'></i></a>
"
)
var
a_del
=
$
(
"
<a><i class='fa fa-t
rash-o
delete_icon'></i></a>
"
)
.
attr
(
"
href
"
,
"
#
"
)
.
attr
(
"
class
"
,
"
right
"
)
.
click
(
function
()
{
...
...
baas/static/stylesheets/custom.css
View file @
221330a0
.delete_icon
{
color
:
#146A84
;
color
:
#97A0AB
;
font-weight
:
bold
;
}
.side-nav
.left
{
word-break
:
break-all
;
...
...
@@ -49,6 +50,7 @@
margin
:
5px
;
padding
:
5px
;
display
:
inline-block
;
font-size
:
14px
;
}
.selected-bar
{
background
:
#2BA6CB
;
...
...
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