Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
4b49eec3
Commit
4b49eec3
authored
Oct 30, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Badge-Design' into #11dashboard_new
parents
c2faf4f9
fbd7b2cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
+19
-7
app.css
app/app.css
+16
-0
header-notification.html
app/shared/templates/directives/header-notification.html
+3
-7
No files found.
app/app.css
View file @
4b49eec3
...
@@ -18,6 +18,22 @@ body {
...
@@ -18,6 +18,22 @@ body {
background-color
:
#999
;
background-color
:
#999
;
}
}
.badge
{
border-radius
:
100%
;
width
:
22px
;
height
:
22px
;
padding
:
0
;
position
:
absolute
;
z-index
:
1
;
line-height
:
19px
;
top
:
4px
;
left
:
2px
;
background-color
:
rgba
(
220
,
112
,
0
,
1
);
border
:
2px
solid
#a61229
;
font-family
:
'robotomedium'
;
font-weight
:
normal
;
}
.form-control
{
.form-control
{
box-shadow
:
none
;
box-shadow
:
none
;
border-radius
:
0
;
border-radius
:
0
;
...
...
app/shared/templates/directives/header-notification.html
View file @
4b49eec3
<ul
class=
"nav navbar-top-links navbar-right"
>
<ul
class=
"nav navbar-top-links navbar-right"
>
<li
class=
"dropdown"
>
<li
class=
"dropdown"
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<div
class=
"badge"
>
+9
</div>
<span
class=
"fa-stack"
>
<i
class=
"fa fa-envelope fa-fw"
></i>
<i
class=
"fa fa-caret-down"
></i>
<i
class=
"fa fa-envelope fa-fw fa-stack-1x"
></i>
<i
class=
"fa fa-stack-1x fa-fw"
>
1
</i>
</span>
<i
class=
"fa fa-caret-down"
></i>
</a>
</a>
<ul
class=
"dropdown-menu dropdown-messages"
>
<ul
class=
"dropdown-menu dropdown-messages"
>
<li>
<li>
...
@@ -65,6 +60,7 @@
...
@@ -65,6 +60,7 @@
<!-- /.dropdown -->
<!-- /.dropdown -->
<li
class=
"dropdown"
>
<li
class=
"dropdown"
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<div
class=
"badge"
>
5
</div>
<i
class=
"fa fa-bell fa-fw"
></i>
<i
class=
"fa fa-caret-down"
></i>
<i
class=
"fa fa-bell fa-fw"
></i>
<i
class=
"fa fa-caret-down"
></i>
</a>
</a>
<!--<ul class="dropdown-menu dropdown-alerts">-->
<!--<ul class="dropdown-menu dropdown-alerts">-->
...
...
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