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
936a7056
Commit
936a7056
authored
Nov 10, 2015
by
Efthymia Bika
Browse files
Use block-grid to display backups sets
parent
d773b3d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
baas/activity.html
View file @
936a7056
...
...
@@ -45,7 +45,7 @@
$
(
"
#backup-alert
"
).
show
();
}
var
ul
=
$
(
"
<ul></ul>
"
)
.
attr
(
"
class
"
,
"
no-bullet
"
)
.
attr
(
"
class
"
,
"
small-block-grid-4
"
)
.
attr
(
"
id
"
,
"
backup_list
"
);
$
.
each
(
backups
,
function
(
i
,
backup
)
{
var
li
=
$
(
"
<li></li>
"
)
...
...
baas/static/stylesheets/custom.css
View file @
936a7056
...
...
@@ -45,11 +45,8 @@
.backup-box
{
border
:
1px
dotted
#6e6e6e
;
border-radius
:
4px
;
width
:
180px
;
height
:
170px
;
min-height
:
170px
;
margin
:
5px
;
padding
:
5px
;
display
:
inline-block
;
font-size
:
14px
;
}
.selected-bar
{
...
...
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