updated css files
This commit is contained in:
parent
7180bbb6fd
commit
5236c869fa
3 changed files with 48 additions and 4 deletions
|
@ -121,7 +121,7 @@ margin-bottom: 1em;
|
|||
}
|
||||
|
||||
#errorAlert p{
|
||||
padding-left:30px;
|
||||
padding-left:35px;
|
||||
font-size:0.9em;
|
||||
line-height:30px;
|
||||
|
||||
|
@ -129,7 +129,7 @@ line-height:30px;
|
|||
|
||||
|
||||
##confirmationAlert {
|
||||
color:#900;
|
||||
color:#169f43;
|
||||
padding:0px;
|
||||
margin-bottom:5px;
|
||||
|
||||
|
@ -169,3 +169,12 @@ color:#900;
|
|||
|
||||
|
||||
|
||||
p.passwordNote{
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-top:-8px;
|
||||
font-size:0.8em;
|
||||
color:#615e5e;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -721,4 +721,39 @@ Miscellaneous
|
|||
|
||||
.clear{
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.hidden{
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/************************
|
||||
style for those with javascript disable
|
||||
************************/
|
||||
|
||||
#javascriptDisableWrapper{
|
||||
margin-top:15px;
|
||||
width:500px;
|
||||
height:300px;
|
||||
}
|
||||
|
||||
#javascriptDisableContent{
|
||||
width:500px;
|
||||
height:100px;
|
||||
border:3px solid #bee6f8;
|
||||
}
|
||||
#javascriptDisableContent img{
|
||||
float:left;
|
||||
margin-top:36px;
|
||||
margin-left:30px;
|
||||
}
|
||||
|
||||
#javascriptDisableContent p{
|
||||
font-size:1.1em;
|
||||
color:#384c5d;
|
||||
line-height:100px;
|
||||
padding-left:65px;
|
||||
}
|
|
@ -7,8 +7,6 @@
|
|||
height:280px;
|
||||
background:#fff;
|
||||
padding:15px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#photoUploadDefaultImageContainer{
|
||||
|
@ -144,3 +142,5 @@ a.cancelUpload:active {
|
|||
color:#FF7700;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue