2013-03-13 11:58:46 -04:00
|
|
|
.inset {
|
|
|
|
display: block;
|
|
|
|
padding: 10px 20px 10px;
|
|
|
|
margin-left: -20px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 1;
|
|
|
|
font-family: Georgia, serif;
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
color:#505050;
|
|
|
|
text-shadow: 1px 1px 0px #101010, -1px -1px 0px #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.inset:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color:#505050;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea.ui-input-text {
|
|
|
|
height : 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-btn-inline {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loginImg {
|
|
|
|
margin-top: 40px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 128px;
|
|
|
|
height: 128px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2013-06-23 09:30:19 -04:00
|
|
|
background-image: url('images/mail-128.png');
|
2013-03-13 11:58:46 -04:00
|
|
|
background-repeat: no-repeat;
|
2013-03-14 15:52:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#loginForm {
|
|
|
|
padding: 10px 20px;
|
|
|
|
max-width: 400px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2013-06-04 15:36:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div#sandboxDiv iframe {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2013-06-05 12:02:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div#readViewContent ul {
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
li#bodyItem {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mailContentFrame {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 2000px;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 8pt;
|
|
|
|
font-weight: normal;
|
2013-03-13 11:58:46 -04:00
|
|
|
}
|