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
B
baas
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
baas
Commits
57b859a4
Commit
57b859a4
authored
Nov 27, 2015
by
Efthymia Bika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various style fixes
parent
47449f8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
baas/backup-list.html
baas/backup-list.html
+7
-7
baas/static/stylesheets/custom.css
baas/static/stylesheets/custom.css
+5
-2
No files found.
baas/backup-list.html
View file @
57b859a4
...
...
@@ -215,7 +215,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"row"
>
<div
class=
"small-2 columns"
id=
"sidebar"
>
<a
href=
"#"
onclick=
"$('#template_list').show();load_backup();"
class=
"button radius small"
>
<a
href=
"#"
onclick=
"$('#template_list').show();load_backup();"
class=
"button radius small
add-button
"
>
<i
class=
"fa fa-plus-circle"
>
Add
</i>
</a>
</div>
...
...
@@ -232,14 +232,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<a
href=
"#backup_details"
onclick=
"$('#backup_details').show()"
id=
"backup_details_link"
>
Settings
</a>
</li>
<li
class=
"tab-title
radius
"
>
<a
href=
"#timeview"
id=
"timeview_link"
>
Timeview
</a>
<li
class=
"tab-title"
>
<a
href=
"#timeview"
class=
"radius"
id=
"timeview_link"
>
Timeview
</a>
</li>
<li
class=
"tab-title
radius
"
>
<a
href=
"#status"
id=
"status_link"
>
Status
</a>
<li
class=
"tab-title"
>
<a
href=
"#status"
class=
"radius"
id=
"status_link"
>
Status
</a>
</li>
<li
class=
"tab-title
radius
"
>
<a
href=
"#cleanup"
id=
"cleanup_link"
>
Cleanup
</a>
<li
class=
"tab-title"
>
<a
href=
"#cleanup"
class=
"radius"
id=
"cleanup_link"
>
Cleanup
</a>
</li>
</ul>
<div
class=
"tabs-content"
>
...
...
baas/static/stylesheets/custom.css
View file @
57b859a4
...
...
@@ -68,11 +68,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
}
.selected-bar
{
background
:
#2BA6CB
;
margin-bottom
:
8px
;
padding-top
:
0
;
color
:
white
;
font-weight
:
bold
;
font-size
:
large
;
line-height
:
1.3
;
}
.backup-box
span
{
color
:
gray
;
...
...
@@ -80,6 +79,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
}
body
.tabs
{
line-height
:
0.4
;
margin-left
:
100px
;
}
body
legend
,
.template-list-title
{
color
:
gray
;
...
...
@@ -109,3 +109,6 @@ body legend, .template-list-title {
right
:
0%
;
z-index
:
99
;
}
.add-button
{
margin-bottom
:
10px
;
}
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