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{
|
#errorAlert p{
|
||||||
padding-left:30px;
|
padding-left:35px;
|
||||||
font-size:0.9em;
|
font-size:0.9em;
|
||||||
line-height:30px;
|
line-height:30px;
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ line-height:30px;
|
||||||
|
|
||||||
|
|
||||||
##confirmationAlert {
|
##confirmationAlert {
|
||||||
color:#900;
|
color:#169f43;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
|
|
||||||
|
@ -169,3 +169,12 @@ color:#900;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
p.passwordNote{
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
margin-top:-8px;
|
||||||
|
font-size:0.8em;
|
||||||
|
color:#615e5e;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -722,3 +722,38 @@ Miscellaneous
|
||||||
.clear{
|
.clear{
|
||||||
clear:both;
|
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;
|
height:280px;
|
||||||
background:#fff;
|
background:#fff;
|
||||||
padding:15px;
|
padding:15px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#photoUploadDefaultImageContainer{
|
#photoUploadDefaultImageContainer{
|
||||||
|
@ -144,3 +142,5 @@ a.cancelUpload:active {
|
||||||
color:#FF7700;
|
color:#FF7700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue