Add option to ask users for personal information on first login.
[squirrelmail.git] / templates / default / css / default.css
index e8913e0270383fd7f4c3f48f9adff166fd413765..a5361d3d18e4142b2deb06826ea41c8340472eb3 100644 (file)
@@ -385,6 +385,15 @@ td.message_count   {
     background: #ffffff /* __COLOR4__*/;
 }
 
+.sqm_squirrelcopyright, .sqm_squirrelcopyright a:link, .sqm_squirrelcopyright a:visited {
+   font-size: xx-small;
+   color: gray;
+   text-align: center;
+}
+.sqm_squirrelcopyright a:hover {
+   color: navy;
+}
+
 /* folder_manip.tpl defs */
 #folderManip   {
     text-align:center;
@@ -455,7 +464,7 @@ td.message_count    {
 #sqm_login  td.orgLogo {
     width: 155px;
     text-align: center;
-    vertical-align: center;
+    vertical-align: middle;
 }
 
 #sqm_login  td.orgLogo  img {
@@ -1069,8 +1078,7 @@ div.viewText td.header2 a {
     font-weight: normal;
 }
 
-div.viewText td.actions {
-    text-align: center;
+div.viewText td.actions {    text-align: center;
     padding-top: 4px;
     padding-bottom: 4px;
 }