Author: ggrekhov
Date: Fri Jul 13 06:25:35 2012
New Revision: 1361055

URL: http://svn.apache.org/viewvc?rev=1361055&view=rev
Log:
Teambox: Display issues for the welcome page

Added:
    incubator/openmeetings/trunk/plugins/teambox/css/teambox.css
Modified:
    incubator/openmeetings/trunk/plugins/teambox/css/index.css
    incubator/openmeetings/trunk/plugins/teambox/index.php

Modified: incubator/openmeetings/trunk/plugins/teambox/css/index.css
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/teambox/css/index.css?rev=1361055&r1=1361054&r2=1361055&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/teambox/css/index.css (original)
+++ incubator/openmeetings/trunk/plugins/teambox/css/index.css Fri Jul 13 
06:25:35 2012
@@ -1,3 +1,7 @@
+html, body {
+       background-color: transparent;
+}
+
 .button-primary, .button-danger, .button {
        width: 200px;
        white-space: nowrap;
@@ -8,6 +12,7 @@
 table {
        margin-left: auto;
        margin-right: auto;
+       padding-top: 0px;
 }
 
 table td {
@@ -18,3 +23,18 @@ table td {
        padding-bottom: 5px;
        border-bottom: 1px solid grey;
 }
+
+.space-div {
+       height: 5px;
+       width: 0px;
+}
+
+.table-title {
+       font: bold;
+       font-size: 12px;
+       color: #535353;
+}
+
+.main-div {
+       text-align: center;
+}


Reply via email to