Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4387a950
authored
Aug 26, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: move mass op html inline css
parent
24523323
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
18 deletions
+16
-18
circle/dashboard/static/dashboard/dashboard.css
+16
-0
circle/dashboard/templates/dashboard/mass-operate.html
+0
-18
No files found.
circle/dashboard/static/dashboard/dashboard.css
View file @
4387a950
...
@@ -920,3 +920,19 @@ textarea[name="list-new-namelist"] {
...
@@ -920,3 +920,19 @@ textarea[name="list-new-namelist"] {
.mass-migrate-node
{
.mass-migrate-node
{
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.mass-op-panel
{
padding
:
6px
10px
;
}
.mass-op-panel
.check
{
color
:
#449d44
;
}
.mass-op-panel
.minus
{
color
:
#d9534f
;
}
.mass-op-panel
.status-icon
{
font-size
:
1.5em
;
}
circle/dashboard/templates/dashboard/mass-operate.html
View file @
4387a950
...
@@ -33,21 +33,3 @@ Do you want to perform the following operation: <strong>{{op}}</strong>?
...
@@ -33,21 +33,3 @@ Do you want to perform the following operation: <strong>{{op}}</strong>?
</button>
</button>
</div>
</div>
</form>
</form>
<style>
.mass-op-panel
{
padding
:
6px
10px
;
}
.mass-op-panel
.check
{
color
:
#449d44
;
}
.mass-op-panel
.minus
{
color
:
#d9534f
;
}
.mass-op-panel
.status-icon
{
font-size
:
1.5em
;
}
</style>
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