Skip to content
Snippets Groups Projects
Commit 78275c26 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

externalize css in profile.css

parent 98c97edf
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment