Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
78275c26
Commit
78275c26
authored
8 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
externalize css in profile.css
parent
98c97edf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/maarch_entreprise/js/angular/app/Css/profile.css
+97
-0
97 additions, 0 deletions
apps/maarch_entreprise/js/angular/app/Css/profile.css
with
97 additions
and
0 deletions
apps/maarch_entreprise/js/angular/app/Css/profile.css
0 → 100644
+
97
−
0
View file @
78275c26
nav
{
margin-top
:
10px
!important
;
}
h2
{
background-color
:
#009DC5
!important
;
color
:
white
!important
;
margin-top
:
-10px
!important
;
margin-left
:
-10px
!important
;
margin-right
:
-10px
!important
;
padding
:
10px
!important
;
font-size
:
16px
!important
;
}
.col-md-4
,
.col-md-3
{
margin-bottom
:
10px
;
}
.ng-invalid
:not
(
form
)
{
border-left
:
5px
solid
#a94442
;
}
.modal-content
{
background-color
:
#009DC5
!important
;
}
.modal-header
h4
{
color
:
white
!important
;
}
.modal-body
{
background-color
:
white
;
padding
:
10px
;
}
.modal-body
.list-group
li
{
/*border-color: #009DC5 !important;*/
font-weight
:
bold
;
}
.modal-footer
{
background
:
white
;
}
/* layout.css Style */
.upload-drop-zone
{
font-size
:
16px
;
height
:
100px
;
border-width
:
2px
;
margin-bottom
:
20px
;
}
/* skin.css Style*/
.upload-drop-zone
{
color
:
#ccc
;
border-style
:
dashed
;
border-color
:
#ccc
;
line-height
:
100px
;
text-align
:
center
}
.upload-drop-zone.drop
{
color
:
#222
;
border-color
:
#222
;
}
/* Alert info*/
#resultInfo
{
top
:
10px
;
text-align
:
center
;
position
:
absolute
;
width
:
30%
;
right
:
10px
;
z-index
:
1051
;
height
:
40px
;
-moz-box-shadow
:
0px
0px
5px
0px
#656565
;
-webkit-box-shadow
:
0px
0px
5px
0px
#656565
;
-o-box-shadow
:
0px
0px
5px
0px
#656565
;
box-shadow
:
0px
0px
5px
0px
#656565
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
#656565
,
Direction
=
NaN
,
Strength
=
5
);
}
#signList
{
overflow-x
:
scroll
;
overflow-y
:
hidden
;
white-space
:
nowrap
;
}
#signList
[
class
*=
"col-lg"
],
#signList
[
class
*=
"col-md"
],
#signList
[
class
*=
"col-sm"
]
{
float
:
none
;
display
:
inline-block
;
white-space
:
normal
;
vertical-align
:
top
;
}
.caption
p
{
white-space
:
nowrap
;
overflow
:
hidden
;
}
.form-control.btn-success
[
disabled
]
{
background-color
:
#5cb85c
;
}
.form-control.btn-primary
[
disabled
]
{
background-color
:
#286090
;
}
\ No newline at end of file
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