Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
baas
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
baas
Commits
57b859a4
Commit
57b859a4
authored
9 years ago
by
Efthymia Bika
Browse files
Options
Downloads
Patches
Plain Diff
Various style fixes
parent
47449f8f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
baas/backup-list.html
+7
-7
7 additions, 7 deletions
baas/backup-list.html
baas/static/stylesheets/custom.css
+5
-2
5 additions, 2 deletions
baas/static/stylesheets/custom.css
with
12 additions
and
9 deletions
baas/backup-list.html
+
7
−
7
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"
>
...
...
This diff is collapsed.
Click to expand it.
baas/static/stylesheets/custom.css
+
5
−
2
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
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment