Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ab630e67
authored
Oct 28, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: fix node box in bootstrap 3.2
parent
67ab8684
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
circle/dashboard/templates/dashboard/index-nodes.html
+14
-9
No files found.
circle/dashboard/templates/dashboard/index-nodes.html
View file @
ab630e67
...
@@ -56,16 +56,21 @@
...
@@ -56,16 +56,21 @@
<div
href=
"#"
class=
"list-group-item list-group-footer"
>
<div
href=
"#"
class=
"list-group-item list-group-footer"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-6 col-xs-6 input-group input-group-sm"
>
<div
class=
"col-xs-6"
>
<input
id=
"dashboard-node-search-input"
type=
"text"
class=
"form-control"
<form
action=
"{% url "
dashboard
.
views
.
node-list
"
%}"
method=
"GET"
placeholder=
"{% trans "
Search
..."
%}"
/>
id=
"dashboard-node-search-form"
>
<div
class=
"input-group-btn"
>
<div
class=
"input-group input-group-sm"
>
<button
type=
"submit"
class=
"btn btn-primary"
title=
"{% trans "
Search
"
%}"
data-container=
"body"
>
<input
id=
"dashboard-node-search-input"
type=
"text"
class=
"form-control"
<i
class=
"fa fa-search"
></i>
placeholder=
"{% trans "
Search
..."
%}"
/>
</button>
<div
class=
"input-group-btn"
>
</div>
<button
type=
"submit"
class=
"btn btn-primary"
title=
"{% trans "
Search
"
%}"
data-container=
"body"
>
<i
class=
"fa fa-search"
></i>
</button>
</div>
</div>
</form>
</div>
</div>
<div
class=
"col-
sm
-6 text-right"
>
<div
class=
"col-
xs
-6 text-right"
>
<a
class=
"btn btn-primary btn-xs"
href=
"{% url "
dashboard
.
views
.
node-list
"
%}"
>
<a
class=
"btn btn-primary btn-xs"
href=
"{% url "
dashboard
.
views
.
node-list
"
%}"
>
<i
class=
"fa fa-chevron-circle-right"
></i>
<i
class=
"fa fa-chevron-circle-right"
></i>
{% if more_nodes > 0 %}
{% if more_nodes > 0 %}
...
...
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