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 { ...@@ -295,7 +295,7 @@ html>body .jive-vcardTable {
margin-top : 10px; margin-top : 10px;
margin-bottom: 20px; margin-bottom: 20px;
padding-left : 28px; padding-left : 28px;
background-image : url(../../images/error-16x16.gif); background-image : url(/images/error-16x16.gif);
background-repeat : no-repeat; background-repeat : no-repeat;
background-position : 5px 5px; background-position : 5px 5px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
...@@ -326,7 +326,7 @@ html>body .jive-vcardTable { ...@@ -326,7 +326,7 @@ html>body .jive-vcardTable {
float: left; float: left;
width: 17px; width: 17px;
height: 17px; height: 17px;
margin: 3px 0px 0px 5px; margin: 3px 0 0 5px;
background: transparent url(../images/setup_helpicon.gif) no-repeat; background: transparent url(../images/setup_helpicon.gif) no-repeat;
} }
div.jiveTooltip { div.jiveTooltip {
......
...@@ -19,14 +19,14 @@ Modified for DSG's bragging board : August 3, 2006 ...@@ -19,14 +19,14 @@ Modified for DSG's bragging board : August 3, 2006
z-index: 8999; z-index: 8999;
width: 725px; width: 725px;
margin: -50px 0 0 -300px; margin: -50px 0 0 -300px;
padding: 0px 0px 0px 0px; padding: 0 0 0 0;
background: transparent; background: transparent;
text-align: left; text-align: left;
} }
#lightbox[id]{ #lightbox[id]{
position: fixed; position: fixed;
} }
#overlay{ #overlay{
display: none; display: none;
...@@ -40,21 +40,19 @@ Modified for DSG's bragging board : August 3, 2006 ...@@ -40,21 +40,19 @@ Modified for DSG's bragging board : August 3, 2006
-moz-opacity: 0.4; -moz-opacity: 0.4;
opacity: .40; opacity: .40;
filter: alpha(opacity=40); filter: alpha(opacity=40);
}
}
#overlay[id]{ #overlay[id]{
position: fixed; position: fixed;
} }
#lightbox.done #lbLoadMessage{ #lightbox.done #lbLoadMessage{
display: none; display: none;
} }
#lightbox.done #lbContent{ #lightbox.done #lbContent{
display: block; display: block;
} }
#lightbox.loading #lbContent{ #lightbox.loading #lbContent{
display: none; display: none;
} }
#lightbox.loading #lbLoadMessage{ #lightbox.loading #lbLoadMessage{
display: block; display: block;
} }
...@@ -9,20 +9,20 @@ ...@@ -9,20 +9,20 @@
font-size: 14pt; font-size: 14pt;
font-weight: bold; font-weight: bold;
color: #06698c; color: #06698c;
margin: 0px; margin: 0;
} }
#jive-loginTable { #jive-loginTable {
display: block; display: block;
position: relative; position: relative;
clear: both; clear: both;
width: auto; width: auto;
margin: 10px 0px 0px 0px; margin: 10px 0 0 0;
padding: 0px; padding: 0;
} }
#jive-loginTable table { #jive-loginTable table {
clear: both; clear: both;
margin-top: 20px; margin-top: 20px;
} }
#jive-loginTable td.loginFormTable { #jive-loginTable td.loginFormTable {
padding: 17px 17px 7px 55px; padding: 17px 17px 7px 55px;
background: #d8e4e9 url(../images/jive-login-form-bg.gif) repeat-x top; background: #d8e4e9 url(../images/jive-login-form-bg.gif) repeat-x top;
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
text-align : left; text-align : left;
} }
#jive-loginTable td.loginFormTable table { #jive-loginTable td.loginFormTable table {
margin-top: 0px; margin-top: 0;
} }
#jive-loginVersion { #jive-loginVersion {
color: #999999; color: #999999;
font-weight: normal; font-weight: normal;
...@@ -46,19 +46,18 @@ ...@@ -46,19 +46,18 @@
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
color: #515151; color: #515151;
text-align : left; text-align : left;
} }
#jive-login-header { #jive-login-header {
font-size: 14pt; font-size: 14pt;
font-weight: bold; font-weight: bold;
color: #06698c; color: #06698c;
margin: 0;
margin: 0px; }
}
BODY { BODY {
background: #b6b6b6 url(../images/jive-login-bg.gif) repeat-x top; background: #b6b6b6 url(../images/jive-login-bg.gif) repeat-x top;
padding: 0px; padding: 0;
margin: 0px; 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