Commit aa914ecb authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Cleaned up CSS a bit.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9829 b35dd754-fafc-0310-a699-88a17e54d16e
parent d8ce8e71
This diff is collapsed.
......@@ -295,7 +295,7 @@ html>body .jive-vcardTable {
margin-top : 10px;
margin-bottom: 20px;
padding-left : 28px;
background-image : url(../../images/error-16x16.gif);
background-image : url(/images/error-16x16.gif);
background-repeat : no-repeat;
background-position : 5px 5px;
-moz-border-radius: 3px;
......@@ -326,7 +326,7 @@ html>body .jive-vcardTable {
float: left;
width: 17px;
height: 17px;
margin: 3px 0px 0px 5px;
margin: 3px 0 0 5px;
background: transparent url(../images/setup_helpicon.gif) no-repeat;
}
div.jiveTooltip {
......
......@@ -19,14 +19,14 @@ Modified for DSG's bragging board : August 3, 2006
z-index: 8999;
width: 725px;
margin: -50px 0 0 -300px;
padding: 0px 0px 0px 0px;
padding: 0 0 0 0;
background: transparent;
text-align: left;
}
}
#lightbox[id]{
position: fixed;
}
}
#overlay{
display: none;
......@@ -40,21 +40,19 @@ Modified for DSG's bragging board : August 3, 2006
-moz-opacity: 0.4;
opacity: .40;
filter: alpha(opacity=40);
}
}
#overlay[id]{
position: fixed;
}
}
#lightbox.done #lbLoadMessage{
display: none;
}
}
#lightbox.done #lbContent{
display: block;
}
}
#lightbox.loading #lbContent{
display: none;
}
}
#lightbox.loading #lbLoadMessage{
display: block;
}
}
......@@ -9,20 +9,20 @@
font-size: 14pt;
font-weight: bold;
color: #06698c;
margin: 0px;
margin: 0;
}
#jive-loginTable {
display: block;
position: relative;
clear: both;
width: auto;
margin: 10px 0px 0px 0px;
padding: 0px;
margin: 10px 0 0 0;
padding: 0;
}
#jive-loginTable table {
clear: both;
margin-top: 20px;
}
clear: both;
margin-top: 20px;
}
#jive-loginTable td.loginFormTable {
padding: 17px 17px 7px 55px;
background: #d8e4e9 url(../images/jive-login-form-bg.gif) repeat-x top;
......@@ -33,8 +33,8 @@
text-align : left;
}
#jive-loginTable td.loginFormTable table {
margin-top: 0px;
}
margin-top: 0;
}
#jive-loginVersion {
color: #999999;
font-weight: normal;
......@@ -46,19 +46,18 @@
font-size: 11px;
font-weight: bold;
color: #515151;
text-align : left;
text-align : left;
}
#jive-login-header {
font-size: 14pt;
font-weight: bold;
color: #06698c;
margin: 0px;
}
font-size: 14pt;
font-weight: bold;
color: #06698c;
margin: 0;
}
BODY {
background: #b6b6b6 url(../images/jive-login-bg.gif) repeat-x top;
padding: 0px;
margin: 0px;
padding: 0;
margin: 0;
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment