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
76fb3331
Commit
76fb3331
authored
Sep 30, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.0.3 loader changed to simple and beautiful version
FIX: footer on small size screens
parent
22c7ccc4
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
66 additions
and
2 deletions
+66
-2
app.js
dist/app.js
+1
-1
app.css
dist/css/app.css
+60
-0
templates.js
dist/templates.js
+5
-1
No files found.
dist/app.js
View file @
76fb3331
This diff is collapsed.
Click to expand it.
dist/css/app.css
View file @
76fb3331
...
@@ -62,6 +62,7 @@ a:hover {
...
@@ -62,6 +62,7 @@ a:hover {
background-color
:
transparent
;
background-color
:
transparent
;
padding
:
0
;
padding
:
0
;
font-size
:
18px
;
font-size
:
18px
;
float
:
left
;
}
}
/** BRAND **/
/** BRAND **/
...
@@ -98,6 +99,56 @@ button.brand-bg:hover {
...
@@ -98,6 +99,56 @@ button.brand-bg:hover {
/** END OF BRAND **/
/** END OF BRAND **/
/** LOADER **/
.loader
{
font-size
:
2px
;
position
:
relative
;
text-indent
:
-9999em
;
border-top
:
1.1em
solid
rgba
(
166
,
12
,
41
,
0.2
);
border-right
:
1.1em
solid
rgba
(
166
,
12
,
41
,
0.2
);
border-bottom
:
1.1em
solid
rgba
(
166
,
12
,
41
,
0.2
);
border-left
:
1.1em
solid
#A61229
;
-webkit-transform
:
translateZ
(
0
);
-ms-transform
:
translateZ
(
0
);
transform
:
translateZ
(
0
);
-webkit-animation
:
load8
1.1s
infinite
linear
;
animation
:
load8
1.1s
infinite
linear
;
float
:
left
;
margin-left
:
10px
;
margin-top
:
3px
;
}
.loader
,
.loader
:after
{
border-radius
:
50%
;
width
:
10em
;
height
:
10em
;
}
@-webkit-keyframes
load8
{
0
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
}
100
%
{
-webkit-transform
:
rotate
(
360deg
);
transform
:
rotate
(
360deg
);
}
}
@keyframes
load8
{
0
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
}
100
%
{
-webkit-transform
:
rotate
(
360deg
);
transform
:
rotate
(
360deg
);
}
}
/** END OF LOADER **/
/* Everything but the jumbotron gets side spacing for mobile first views */
/* Everything but the jumbotron gets side spacing for mobile first views */
.header
,
.header
,
.marketing
,
.marketing
,
...
@@ -1028,6 +1079,15 @@ table.dataTable thead .sorting:after {
...
@@ -1028,6 +1079,15 @@ table.dataTable thead .sorting:after {
body
{
body
{
overflow
:
auto
;
overflow
:
auto
;
}
}
.sidebar
footer
{
text-align
:
center
;
font-family
:
'robotomedium'
;
background-color
:
#F1F1F1
;
padding
:
15px
;
color
:
#A7A7A7
;
border-bottom
:
1px
solid
#ccc
;
}
}
}
...
...
dist/templates.js
View file @
76fb3331
...
@@ -866,7 +866,11 @@ angular.module("shared/templates/directives/header-notification.html", []).run([
...
@@ -866,7 +866,11 @@ angular.module("shared/templates/directives/header-notification.html", []).run([
angular
.
module
(
"shared/templates/directives/header-sub-menu.html"
,
[]).
run
([
"$templateCache"
,
function
(
$templateCache
)
{
angular
.
module
(
"shared/templates/directives/header-sub-menu.html"
,
[]).
run
([
"$templateCache"
,
function
(
$templateCache
)
{
$templateCache
.
put
(
"shared/templates/directives/header-sub-menu.html"
,
$templateCache
.
put
(
"shared/templates/directives/header-sub-menu.html"
,
"<div class=
\"
manager-view-header container-fluid
\"
ng-class=
\"
{hidden: $root.loggedInUser != true}
\"
>
\n
"
+
"<div class=
\"
manager-view-header container-fluid
\"
ng-class=
\"
{hidden: $root.loggedInUser != true}
\"
>
\n
"
+
" <div class=
\"
clearfix
\"
>
\n
"
+
" <header-breadcrumb></header-breadcrumb>
\n
"
+
" <header-breadcrumb></header-breadcrumb>
\n
"
+
" <loaderdiv><div></div></loaderdiv>
\n
"
+
" <!--<div class=
\"
loader
\"
>Loading...</div>-->
\n
"
+
" </div>
\n
"
+
" <div id=
\"
header-buttons
\"
ng-class=
\"
{hidden: $root.showSaveButton != true}
\"
>
\n
"
+
" <div id=
\"
header-buttons
\"
ng-class=
\"
{hidden: $root.showSaveButton != true}
\"
>
\n
"
+
" <button type=
\"
button
\"
class=
\"
btn btn-primary
\"
ng-click=
\"
triggerSubmit()
\"
>Kaydet</button>
\n
"
+
" <button type=
\"
button
\"
class=
\"
btn btn-primary
\"
ng-click=
\"
triggerSubmit()
\"
>Kaydet</button>
\n
"
+
" <!--<button type=
\"
button
\"
class=
\"
btn btn-warning
\"
>Düzenle</button>-->
\n
"
+
" <!--<button type=
\"
button
\"
class=
\"
btn btn-warning
\"
>Düzenle</button>-->
\n
"
+
...
...
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